Hi,
Is it possible to specify where the sln file should be saved?
Now I have a solution e.g. "mywebsite" which has a folder "mywebsite" under the default "Visual Studio Projects" and the sln file in there.
When I create a sub solution "admin" in the "mywebsite" solution, VS2005 creates another dir "admin" under "Visual Studio Projects" which contains the sln file for "admin".
I'd like to have a folder "mywebsite" under "Visual Studio Projects" which has the subfolders "website" and "admin" which contain the sln files.
Reason I want it that way is because I have several websites which have a "admin" solution, which causes VS2005 to create folders under "Visual Studio Projects" like "admin", "admin (1)", "admin (2)" etc. So I don't know which admin belongs to which website...
I tried to just move the sln files in those folders like I wanted them to, but then my connection with Visual Sourcesafe doesn't work anymore (I can check in/out, but I can't do get latest version anymore). Also I've read somewhere in the forums here to select the solution in solution explorer and then go to File -> save as, but I don't have a Save As option under the File Menu when I select the solution from the solution explorer.
Any Ideas ?