Before this:
You may need Visual Studio sdk:http://www.microsoft.com/en-us/download/details.aspx?id=40758
Things to keep in mind about how to create a project template and create a process:
Refer to this article in Chinese: How to: Create a project template http://msdn.microsoft.com/zh-cn/library/xkh1wxd8.aspx and How to: Replace parameters in templates or even template parameters .
How to create a VSIX template file that can be used by others or uploaded to gallery, see the following (in English):
To create an extension that uses the VSIX project template
about how to locate an item, the original description is slightly unclear, specifically:
At this point, get the compiled VSIX file and upload it to Https://visualstudiogallery.msdn.microsoft.com/site/search?f%5B0%5D.Type=RootCategory&f%5B0%5D. Value=templates
The extended template on the VS site, which is available for all developers after the information is released (vs can also be searched for)
* This article is mark, follow up text and pictures
* This article is quite clear: http://timheuer.com/blog/archive/2010/05/03/create-vsix-files-with-visual-studio-template-deployment.aspx
Create a project template and upload it to gallery