.net 什么是 Visual Studio 2010 Shell?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19019306/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-03 12:28:34  来源:igfitidea点击:

what is Visual Studio 2010 Shell?

.netvisual-studio-2010visual-studiovisual-studio-shell

提问by Toubi

Is Shell an Visual Studio edition just like express, professional etc ?

Shell 是 Visual Studio 版本,就像 express、professional 等一样吗?

I had VS2010 Shell installed on my machine but was not able to open many projects in it. Can any one help please. Never headred about this edition.

我的机器上安装了 VS2010 Shell,但无法在其中打开许多项目。任何人都可以请帮忙。从来没有关注过这个版本。

采纳答案by Diego C Nascimento

Visual Studio Shell is a base for developing some parts of IDEs. If you want, you can use it to create your own programming environment instead of starting from the zero.

Visual Studio Shell 是开发 IDE 某些部分的基础。如果需要,您可以使用它来创建自己的编程环境,而不是从零开始。

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.

一些 3rd 方也使用 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。

回答by Pieterjan Spoelders

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. The shell just adds some additional tooling etc...

无法比迭戈更好地解释它。我想将其添加到打开的项目中,您还需要安装 Visual Studio(和正确的外壳)。外壳只是添加了一些额外的工具等......