At which location (path) does visual studio 2019 creates *.csproj.user file?

1.1k Views Asked by At

What is the location of Visual studio 2019 created *.csproj.user file? I searched it in user appdata folder, but I couldn't find any. Please help.

1

There are 1 best solutions below

2
On BEST ANSWER

The location of a the .csproj.user file should be in the same directory as the projects .csproj file. By default, this is the folder for the project:

enter image description here