Hi,
VSIX project template install the custom Nuget package inside of the vsix and Install the nuget package when creating project.
The problem is: I need to put a reference to my wizard inside the <WizardExtesnion>element.
But in order to install the nuget packages automatically I need to place a reference towards NuGet.VisualStudio.TemplateWizard
inside
my WizardExtension
element,
and the WizardExtension
can
only have one class that it will instantiate, but I have
2 that need to run. 1 is my custom wizard another one is Nuget wizard.
How to solve this problem?
Thanks,
Abbas K
- Abbas K