I would like to move the Visual Studio solution (myProject.sln) file into a folder.
The problem with doing this is that all the relative paths in the project will break, how can you relocate the project without updating all relative paths inside the project manually?
Thanks.