Combining two projects and get a single .sln file

醉酒当歌 提交于 2019-12-12 05:34:57

问题


I want to combine two projects into one i.e. image and audio steganography with a single .sln file. How do I connect them? I'm using Visual Studio 2008.


回答1:


You can find an answer here:

How do I merge two different Visual Studio solutions?

Or simply right click on the solution Add existing project (or Add existing item) and select the solution to be merged




回答2:


What the other guy said about opening one solution and adding an existing project sounds pretty good. If for some reason you open your projects and don't see a solution in your Solution explorer, you can always create a blank solution:

And then add the projects to it. Go to File->Add->Existing Project.

Select a project.

Select another project.

Your new solution:

Remember: If you're merging projects that have websites or web services, you need to select "Add Existing Website" and choose the folder that the website / web service is in. (:

Hope that helps!



来源:https://stackoverflow.com/questions/10224386/combining-two-projects-and-get-a-single-sln-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!