Skip to content

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates

Notifications You must be signed in to change notification settings

bmrudolph/template-builder

 
 

Repository files navigation

Template builder has been installed into this project. Your build process has been updated to automatically build item templates
from the contents of the ItemTemplates\ folder. A demo template has been installed into that folder as well.

The following snippet should have been added to your .vsixmanifest file

  <Assets>
    <Asset Type="Microsoft.VisualStudio.ItemTemplate" Path="Output\ItemTemplates"/>
	<Asset Type="Microsoft.VisualStudio.ProjectTemplate" Path="Output\ProjectTemplates" />
  </Assets>

About

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published