Search code examples
visual-studio-2012projectsolution

Add existing project to several solutions visual studio 2012


I have one solution (a) that has several projects (1,2,3)

I want to take one of the projects (say 2) and make it part of another solution also (b)

so that solution (a) consists of projects {1,2,3} and solution (b) consists of projects {2,4,5,6}

Is that possible in VS2012?


Solution

  • Of course it is. You add the project (2) in solution (b) via Add -> Existing Project. But be careful changes in one solution on project affects your other solution as well.

    enter image description here