Link to home
Start Free TrialLog in
Avatar of Paul Brooks
Paul BrooksFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Copy Visual Sudio Project

I have a Visual Studio project that I am about to start modifying to create a "second generation" of the application and I want to keep the existing version as a separate project while I develop the copy to create the new application.

How do I copy a Visual Sudio Project?
Avatar of indianguru2
indianguru2
Flag of India image

Copy the complete Solution with all the Projects to a different Folder and open it from there.
You would want to change the name of the solution / Project so that you are not confused.
Avatar of athapa
athapa

Copy/Paste the whole folder containing the project or solution. if you want to keep both version of the projects inside the same solution then you need to rename one of them (older or newer based on whether you want to name the new version same as old or not).
Avatar of Jorge Paulino
>> How do I copy a Visual Sudio Project?

I think you already have an answer but to be more clear: using the windows explorer.
Avatar of Paul Brooks

ASKER

I have see other suggestion similar to simply copying the project but they also suggested each project needs a unique GUID and I didn't understand where to edit the GUID which will be the same for both projects if one is just a copy of the other.

I don't think it is as simple as you suggest.
ASKER CERTIFIED SOLUTION
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The second version will have a new name etc but where do I generate the new GUID?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what about trying to save the whole solution using save as ver1 , ver2 ?

waitingfor your reply