Questions tagged [solution-folders]
3 questions
2
votes
1 answer
Why does adding a solution folder in Visual Studio change project files, and is there any way to prevent this?
I am adding a test project to many solutions in our project's primary git repository.
In the process, I noticed that adding a "Solution Folder" to the .sln file modifies many of the projects in the solution. I can think of no logical reason this…

bopapa_1979
- 8,949
- 10
- 51
- 76
0
votes
1 answer
Move Project To a New Folder in Visual Studio
Here is my Solution files structure (folders are prefixed by +):
+FooProject
FooProject.sln
+Tests
+BarTests
BarTests.csproj
Now I want to move the BarTests project to a new subfolder UnitTests:
+FooProject
FooProject.sln
+Tests
…

havij
- 1,030
- 14
- 29
-2
votes
1 answer
MSBuild with multiple dependency projects/solutions
I have a repository and it has multiple solutions and for each solution there are dependencies of other project (in other solutions too). How can resolve dependency issues with the help of msbuild commandline