Visual Studio move project to a different folder

前端 未结 15 2634
野的像风
野的像风 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:22

    Remove the project from your solution by right-clicking it in the Solution Explorer window and choosing Remove. Move the entire project folder, including subdirectories wherever you want it to go. Add the project back to your solution.

    Namespace names is something completely different, just edit the source code.

提交回复
热议问题