Skip to content

NileshMoradiya/template-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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