Whats the easiest way to copy a visual studio project between distinct solutions? can i just copy the folder containing the project data in windows explorer?
Asked
Active
Viewed 2,708 times
2
-
Why do you want to copy projects around? Worst kind of copy/paste I can think of. – Oded Jun 19 '11 at 19:13
-
1Do you really want to copy the project? The same project can be part of many solutions, just "add existing project". Changes will then be available to all solutions. Otherwise copying the folder works fine. – adrianm Jun 19 '11 at 19:15
1 Answers
3
Yes, you can copy the project folder and just add it to the new solution. Also note, that you can have a single project in multiple solutions, if for instance you have a solution for each project and a global solutions for all the projects you have.

aL3891
- 6,205
- 3
- 33
- 37