Using VSIX project if I do
<VSTemplate Include="ProjectTemplate1.vstemplate">
<OutputSubPath>Sample Test Project</OutputSubPath>
</VSTemplate>
the location is \bin\Debug\ProjectTemplates\CSharp\Sample Test Project\1033\ProjectTemplate1.zip
This will create a project template inside Visual C# Template in VS Installed Templates. However, I don't want to have Visual C# as my Project Type Node. It should be outside Visual C# Project Type Node.
How can I achieve this? What changes I need to make and how? Please help