Can anyone tell me the best way to copy an entire existing project in Visual Studio 2008 Express using C# to another project with another name?
I cannot seem to find such an option in the menu structure. I can only seem to find where I save individual cs files, or "save" the entire project which saves it under its current name.
I want to start making some radical changes to an existing project but want to save a copy of the project as it is now before I do so.
Thanks!
I cannot seem to find such an option in the menu structure. I can only seem to find where I save individual cs files, or "save" the entire project which saves it under its current name.
I want to start making some radical changes to an existing project but want to save a copy of the project as it is now before I do so.
Thanks!
Comment