Visual Studio .NET

  • Thread starter Thread starter Matt Tapia
  • Start date Start date
M

Matt Tapia

No matter what, all of my sln files are created in MyDocuments folder. If I
want them created in another folder, how do I do it?
 
Matt said:
No matter what, all of my sln files are created in MyDocuments
folder. If I want them created in another folder, how do I do it?

Select the solution in VS.NET's solution explorer.
Then click "File | Save 'Solution' As" menu
and save the solution to the folder where you
want it saved.
 
Hello Matt,

You can also change the default location by going to Tools | Options and then selecting Projects and Solutions. The 'Visual Studio projects location' textbox is where any new solutions would default to.
 
Back
Top