How to make a Copy of a Project/Solution in Microsoft Visual Studio 2012?

后端 未结 2 1740
遥遥无期
遥遥无期 2021-01-17 18:05

As title states: How to make a Copy of a Project/Solution in Microsoft Visual Studio 2012?

It is such a simple option, and it seems to be unavailable.

2条回答
  •  萌比男神i
    2021-01-17 18:54

    Here is the good news: If you have Blend for Visual Studio 2012 installed, which came with my Microsoft Visual Studio 2012 Professional installation, then you can do the following:

    1. Save the project in Microsoft Visual Studio 2012.
    2. Open Blend for Visual Studio 2012.
    3. Open the project you are working on.
    4. Go to File > Save Copy of Project
    5. Open copy of project in Microsoft Visual Studio 2012.

    And here is your new copy. A few remarks:

    • The copy function does act like a Clean Build though, so keep in mind that you need to rebuild everything.
    • Also make sure that you select the correct Configuration in Microsoft Visual studio 2012 again.
    • You will still need to remove the project itself in Microsoft Visual Studio 2012.

提交回复
热议问题