tunnelvisionlabs / vsbase

Base framework for Visual Studio extension development
http://tunnelvisionlabs.github.io/vsbase/docs-master
MIT License
13 stars 4 forks source link

Automatically update vsixmanifest to reference nested VSIX #6

Open sharwell opened 10 years ago

sharwell commented 10 years ago

When the Output Window Services extension is installed in a project via NuGet, it could automatically update the source.extension.vsixmanifest file to reference the nested VSIX file.

Open questions:

Closed questions:

sharwell commented 10 years ago

I tried to use NuGet's XDT support for this, but even the following trivial transformation results in an exception when I try to install the package.

<?xml version="1.0" encoding="utf-8" ?>
<Vsix xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010"
      xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
</Vsix>