简体   繁体   English

将Visual Studio扩展(VSIX / DLL)集成到一个exe中

[英]Visual Studio Extensions (VSIX/DLL) into one exe

I have two visual studio extensions(vsix, I also have the dll) that I would want to combine them and have them executed/setup by only executing one .exe or setup file of some sort. 我有两个Visual Studio扩展(vsix,我也有dll),我想将它们组合起来并通过仅执行一个.exe或某种安装文件来使它们执行/设置。

First Extension 第一次扩展 第一次扩展

Second Extension 第二次扩展 第二次扩展

Is it possible to have it in the same solution, using only one executable? 是否可以仅使用一个可执行文件在同一解决方案中使用它? Or would I have to manually try to combine both extension codes into either one of the projects. 还是我必须手动尝试将两个扩展代码合并到一个项目中。

Eg (CompletionTest into VclTooltip) or vice versa, having to also make sure no classes clash, objects not overlapping and such. 例如(将CompletionTest转换为VclTooltip),反之亦然,还必须确保没有类冲突,对象不重叠等。

You can include one VSIX extension into another going to the .vsixmanifest designer and in the Add New Dependency dialog box select File on file system for the other .vsix. 您可以将一个VSIX扩展名包括到另一个.vsixmanifest设计器中,然后在“ 添加新依赖项”对话框中为另一个.vsix选择文件系统上的文件 See How to: Add a Dependency to a VSIX Package for more details and options. 有关更多详细信息和选项,请参见如何:向VSIX程序包添加依赖项

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

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