简体   繁体   English

如何在Visual Studio 2010中打开多个项目

[英]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) 有几个VS的实例(这可能会占用你的RAM,但如果你有2 GB或更多,那就没问题,我经常有几个Visual Studio开始使用大型解决方案)

  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. Visual Studio有两个“项目”存储桶来构建您的工作。 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 . 请参阅http://msdn.microsoft.com/en-us/library/Ee817674(pandp.10).aspx Although the article is outdated, the concepts still apply 虽然这篇文章已经过时,但这些概念仍然适用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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