I've got a project template which I want to appear under both "Visual C#" and its subtype "Test". I can get it to appear in one but not the other by placing it in \Visual Studio 2008\Templates\ProjectTemplates\Visual C# and \Visual Studio 2008\Templates\ProjectTemplates\Visual C#\Test respectively.
I've tried setting the following attributes in the vstemplate file
<ProjectType>CSharp</ProjectType>
<ProjectSubType>Test</ProjectSubType>
But it doesn't seem to work.
I've also looked at the default templates for ideas but can't find anything.
Is there a way of doing this without putting a copy in both locations?