简体   繁体   中英

How to open multiple projects in Visual Studio 2010

如何在VS2010中打开多个项目?

  1. Have several instances of VS (this may tax your RAM, but it is no problem if you have 2 GB or more, I often have several Visual Studios with large solutions started)

  2. Add the projects you want to have opened to one solution (right click the solution in Solution explorer, it is there).

Visual Studio has two "project" buckets to structure your work. The top level is called the solution level. One solution can have any number of projects. So, create a solution, and add your projects to your solution. See http://msdn.microsoft.com/en-us/library/Ee817674(pandp.10).aspx . Although the article is outdated, the concepts still apply

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM