How do I change the folder of my existing solution file (sln)?
It\'s right now inside one of my project\'s folder; if I cut the solution file and paste it in the root fo
The solution file is just a text file. You should be able to move it and then edit it to make sure that any relative paths referenced in the file are correct.
I've also been able to right-click on the solution file in the solution explorer and then use save-as to save it in a different location. That doesn't seem to work everytime for me though.