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 deployment. Just plain copy.
Is there a tool in VS to do this? I am using VS 2008
|
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 deployment. Just plain copy. Is there a tool in VS to do this? I am using VS 2008
| ||||
|
feedback
|
|
If you want a copy, the fastest way of doing this would be to save the project. Then make a copy of the entire thing on the File System. Go back into Visual Studio and open the copy. From there, I would most likely recommend re-naming the project/solution so that you don't have two of the same name, but that is the fastest way to make a copy. | |||||||||||||||
feedback
|
|
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: 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. | |||
|
feedback
|
|
May be it's a good idea to run Subversion localy and use it for your source code managment, it might look as an overkill from the first look but it's really a good thing to do. | |||
feedback
|