Using Visual Studio (VS) 2015 I created a Project Template (.VSTemplate) for our development group. This is to be used for all new VS projects. I have the default project name correctly entered in the .vstemplate thusly:
<TemplateData>
...
<DefaultName>Start</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
...
All new projects should have "Start" for the Name on the New Project form.
However, when I start a new project from this template it adds an auto-generated number at the end of the name making it "Start1".
Does any Visual Studio wizard out there know of a switch or setting to disable this auto-numbering?
Thank you for any assistance, this community is outstanding!