0 Comments

The most simple way to create a Visual Studio 2015 Project Template, is to start from an existing project template.

In short:

 

Note

The installation folder for the custom templates will be:

%USERPROFILE%\AppData\Local\Microsoft\VisualStudio\14.0\Extensions

 

 

Upload to gallery

When you have created the Visual Studio extension, there is just one step left: uploading to the gallery:

Go to https://visualstudiogallery.msdn.microsoft.com/ and sign in.

image

 

 

Upload *.vsix

image

 

Enter some meta data

 

image

 

Publish

Don’t forget to publish!

image

 

After the publish you should find your project template in Visual Studio:

File > New > Project… > Online > search

image

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts