change solution file to a different folder

Viewed 86170

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 folder,it doesn't load any of my projects.

9 Answers

You need

  1. to select solution in solution explorer
  2. then to find button File -> SaveAs solution.sln as
  3. Press it

enter image description here

Related