I have followed How to create a multi project template in visual studio 2013? article to create a template. My Project structure is as follows : ProjectName.Domain, ProjectName.Service, ProjectName.UI, ProjectName.sln, root.vstemplate
The root.vstemplate file contains the following:
Within each sub project there is a ProjectName.vstemplate file, which contains something like this:
I have added the *.zip file to /My Documents/Visual Studio 2017/Templates/ProjectTemplates/, but the template does not appear in the New Project Dialog box.