Reputation: 3647
I have a msbuild project file myproject.proj. Now is there any way I can make a solution file (.sln
) from the .proj
file. If this is not possible. Is there any ways I can make a solution file from a group of csproj
files?
Upvotes: 3
Views: 3172
Reputation: 4738
If you would like to do manually.
Same can be done for many vcxproj as well. Repeat step 3.
Upvotes: 1