简体   繁体   English

Visual Studio Package和VSIX Project类型有什么区别?

[英]What is the difference between Visual Studio Package and VSIX Project types?

In VS2010 SDK extensibility what is the difference between "Visual Studio Package" project type & "VSIX Project" type ? 在VS2010 SDK可扩展性中“Visual Studio Package”项目类型和“VSIX Project”类型有什么区别? Both of them are producing VSIX files for publishing the templates. 它们都生成用于发布模板的VSIX文件。

This has actually been answered as part of a suite of questions asked here: 这实际上是作为这里提出的一系列问题的一部分回答的:

Getting started with Visual Studio 2010 Extensibility - 3 questions Visual Studio 2010可扩展性入门 - 3个问题

Both projects produce a VSIX. 这两个项目都产生了VSIX。 the VSIX project just produces an empty one, whereas the package project sets you up with a Managed Package Framework package. VSIX项目只生成一个空项目,而包项目为您设置了一个Managed Package Framework包。 Here are some walkthroughs for packages. 以下是一些包的演练。

As this is specific to this particular problem, I think its worthwhile keeping it as a separate Q/A rather than closing the question. 由于这是针对这一特定问题的,因此我认为值得将其作为单独的Q / A而不是结束问题。

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

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