简体   繁体   English

什么是Visual Studio 2010 Shell?

[英]what is Visual Studio 2010 Shell?

Is Shell an Visual Studio edition just like express, professional etc ? Shell是一个Visual Studio版本,就像快递,专业等?

I had VS2010 Shell installed on my machine but was not able to open many projects in it. 我在我的机器上安装了VS2010 Shell,但无法在其中打开许多项目。 Can any one help please. 请任何人帮忙。 Never headred about this edition. 从来没有关于这个版本的头条。

Visual Studio Shell is a base for developing some parts of IDEs. Visual Studio Shell是开发IDE某些部分的基础。 If you want, you can use it to create your own programming environment instead of starting from the zero. 如果需要,您可以使用它来创建自己的编程环境,而不是从零开始。

All Visual Studio (C#, C++, VB.Net, Web), shares some of the shell functions, implementing the environment specific on each one, and configuring bunch of parameters on the shell. 所有Visual Studio(C#,C ++,VB.Net,Web)都共享一些shell函数,在每个函数上实现特定的环境,并在shell上配置一堆参数。

Some 3rd party uses Visual Studio Shell too, like Atmel Studio . 有些第三方也使用Visual Studio Shell,比如Atmel Studio

More about: http://msdn.microsoft.com/en-us/library/vstudio/bb685612.aspx 更多关于: http//msdn.microsoft.com/en-us/library/vstudio/bb685612.aspx


Note: I don't think you will open any project in the shell itself, it will open under the correct implemented IDE troght a selector application and its registered IDEs. 注意:我认为你不会在shell本身打开任何项目,它将在正确实现的IDE下打开一个选择器应用程序及其注册的IDE。

Couldn't explain it better than Diego could. 无法解释它比迭戈更好。 I would like to add that to open projects you'll also need visual studio (and the correct shell) installed. 我想补充一点,打开项目你还需要安装visual studio(和正确的shell)。 The shell just adds some additional tooling etc... 外壳只是添加了一些额外的工具等......

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

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