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?
Whats the easiest way to copy a visual studio project between distinct solutions? can
Share
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.