How do I merge two different Visual Studio solutions?

前端 未结 4 438
暗喜
暗喜 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:09

    If you want to automate the process you can try playing around with this tool

    http://code.google.com/p/merge-solutions/

提交回复
热议问题