Visual Studio move project to a different folder

前端 未结 15 2598
野的像风
野的像风 2020-11-30 18:41

How do I move a project to a different folder in Visual Studio? I am used to this structure in my projects.

-- app
---- Project.Something
---- Project.Someth         


        
15条回答
  •  渐次进展
    2020-11-30 19:11

    In VS 2015

    1. Unload your project in the solution explorer
    2. Create a new solution
    3. Copy the projects to the new solution's folder
    4. Right click the solution, add existing project.
    5. If you use some framework such as MVC, you may need to add the reference in the reference manager.

提交回复
热议问题