简体   繁体   中英

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.

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.

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. See How to: Add a Dependency to a VSIX Package for more details and options.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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