How do I merge two different Visual Studio solutions?

前端 未结 4 443
暗喜
暗喜 2021-01-03 17:52

I have two Visual Studio 2005 solutions, one of which builds a binary and all of its dependencies, and one of which builds a web app and some utilities and an installer for

4条回答
  •  遥遥无期
    2021-01-03 18:06

    Try selecting all of the project nodes in the tree then drag & drop them into the other solution.

提交回复
热议问题