From ed7f142ad1c2b631c996cda67f43d348814c0a66 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 16 Oct 2014 08:35:00 -0500 Subject: [PATCH] Make sure Visual Studio can locate the wizard assembly when creating a project --- Sample.TemplateWizards/Properties/AssemblyInfo.cs | 6 ++++++ Sample.TemplateWizards/source.extension.vsixmanifest | 1 + 2 files changed, 7 insertions(+) diff --git a/Sample.TemplateWizards/Properties/AssemblyInfo.cs b/Sample.TemplateWizards/Properties/AssemblyInfo.cs index 66ebd4f..1a3fb33 100644 --- a/Sample.TemplateWizards/Properties/AssemblyInfo.cs +++ b/Sample.TemplateWizards/Properties/AssemblyInfo.cs @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using Microsoft.VisualStudio.Shell; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -34,3 +35,8 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] + +[ProvideBindingPath] +internal class RegistrationClass +{ +} diff --git a/Sample.TemplateWizards/source.extension.vsixmanifest b/Sample.TemplateWizards/source.extension.vsixmanifest index 205e2d7..2453db3 100644 --- a/Sample.TemplateWizards/source.extension.vsixmanifest +++ b/Sample.TemplateWizards/source.extension.vsixmanifest @@ -16,5 +16,6 @@ +