MobileEssentials / MSBuilder

Reusable MSBuild Building Blocks
MIT License
41 stars 13 forks source link

[vsixdependency] Allow adding dep but not embedding it #7

Open kzu opened 7 years ago

kzu commented 7 years ago

Right now, AddVsixDependencies=false does two things: not embedding, but also not declaring the dependency at all.

Instead, depending on EmbedVsixDependencies, the dependency should be a "user installed" vs "embedded" VSIX payload.