c# - Visual Studio 包和 VSIX 项目类型之间有什么区别?

标签 c# .net visual-studio-2010 sdk

在 VS2010 SDK 扩展性中,“Visual Studio Package”项目类型和“VSIX 项目”类型之间有什么区别?他们都在生成用于发布模板的 VSIX 文件。

最佳答案

这实际上已作为此处提出的一系列问题的一部分得到了回答:

Getting started with Visual Studio 2010 Extensibility - 3 questions

Both projects produce a VSIX. the VSIX project just produces an empty one, whereas the package project sets you up with a Managed Package Framework package. Here are some walkthroughs for packages.

由于这是特定于这个特定问题的,我认为值得将其作为一个单独的问答而不是关闭问题。

关于c# - Visual Studio 包和 VSIX 项目类型之间有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10943716/

相关文章:

c# - 将 BCD 码转换为二进制码的最有效方法

c# - .NET 运行时错误 80131506 - 将 Lambda 传递给 native 函数

c# - 是否可以仅使用用户名和密码从我的 .net core 应用程序登录 Azure?

.net - 是否有可以使用 AWS V4 签名签署请求的 .NET 库?

c# - MassTransit 事务性发布

c++ - 在特定条件下迭代文件夹的文件

c# - DataAdapter Fill 没有从 Command 对象获取参数

c# - Process.Start 未被识别

visual-studio-2010 - Asp.net MVC jQuery ajax .post奇怪的问题: post to server sometimes?

visual-studio-2010 - TFS Build "View Test Results"链接对我的团队不可见