Skip to content

Commit

Permalink
Make sure Visual Studio can locate the wizard assembly when creating …
Browse files Browse the repository at this point in the history
…a project
  • Loading branch information
sharwell committed Oct 16, 2014
1 parent dbe0df5 commit ed7f142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down Expand Up @@ -34,3 +35,8 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[ProvideBindingPath]
internal class RegistrationClass
{
}
1 change: 1 addition & 0 deletions Sample.TemplateWizards/source.extension.vsixmanifest
Expand Up @@ -16,5 +16,6 @@
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>

0 comments on commit ed7f142

Please sign in to comment.