I have a c# project wrapped in a solution. When I created the project I wrongly ticked the "Create directory for solution" check-box. I would now like to relocate the .sln file to the same folder as the project. Problem is, if I just move it in (and change the project path inside with a text editor) I get all sorts of build errors when opening the solution. I have also tried creating a new solution and "adding an existing project", but this also causes similar build errors.
Any suggestions how to handle this situation?
Thanks!