Visual Studio Copy Project

前端 未结 12 754
暗喜
暗喜 2020-12-04 07:02

I would like to make a copy of my project. I would rather not start doing it from scratch by adding files and references, etc. Please note that I don\'t mean copy for deploy

12条回答
  •  -上瘾入骨i
    2020-12-04 07:24

    I guess if this is something you do often, there's a little (non-free) utility that promises to do it for you: I haven't used it, so not sure how good it is:

    http://www.kinook.com/CopyWiz/

    There is also this project on CodePlex:

    http://clone.codeplex.com/

    I will probably give the codeplex project a try, and if it doesn't work I'll manually rename everything and edit the sln file.

提交回复
热议问题