I'm trying to follow this guide to create a project template in Visual Studio 2013.
At number 3 I go to "How to: Substitute Parameters in a Template" and at number 2 is the instruction "In the .vstemplate file for the template, locate the ProjectItem element that includes this file."
My problem is that I don't have a .vstemplate file until I've done step number 4 in the first guide, which is to actually create/export the project to a template.
Is there a .vstemplate file in every project and I'm just missing it, or are the instructions wrong? Should I edit the .vstemplate file after I've created the template?
The instructions are wrong. The correct process would be:
.vstemplate
file)%USERPROFILE%\Documents\Visual Studio <version>\Templates\ProjectTemplates
(change<version>
to year, e.g. 2022)