visual-studio-2019file-locationcsproj-user

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


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.


Solution

  • 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