Advertisements
When I add a project to my solution, VS creates the .csproj file in the root of the project.
I would like to place all .csproj files next to the .sln file that is one folder level higher that then folder that containes all project code
mySolution.sln
myProject1.csproj
myProject2.csproj
Folder Solution
Folder Project 1
Folder Project 2
What is best practice?
...
Go to the complete details ...
Found interesting? Add this to: