After creating the solution for the project, I exported it as a template. Now, after exporting, it automatically adds the template to my IDE and creates a ZIP file with all the project files and the .vstemplate extension file.
Now I am on another computer with a visual studio, and I want to download this template and save it in the IDE, but I can not find this option anywhere. My temporary solution is to open an empty web application and copy the entire contents of the ZIP file, not including the .vstemplate file. So my question is: how to load this template into my IDE?
When I open the vstemplate file in Visual Studio, all I get is a text editor and XML data.
I am using Visual studio 2013 with update 4.
visual-studio visual-studio-2013
Bodokh
source share