Hi,
I have created a Project Template with Multiple projects in it. When i run and create a new project, i am not able to set specific project as a 'Startup Project' by default for my solution.
How can i make a specific project as my Startup project by default.
In my roottemplate.Vstemplate file, i have a project collection.
<TemplateContent>
<ProjectCollection>
<ProjectTemplateLink ProjectName ="Console">Client Script\Client.vstemplate </ProjectTemplateLink>
<ProjectTemplateLink ProjectName ="Test">Sample Script\Sample.vstemplate</ProjectTemplateLink>
</ProjectCollection>
</TemplateContent>
is it possbile to make "Test" project as my Startup Project by default in my output.
Please suggest.
Thanks in advance,
Ravi