I have created a project template that is installed via a VSIX extension. This is working fine, but it only shows up in the Visual C# category. I am having a lot of trouble figuring out how to get it to show up in the Visual C# > Web category.
I have tried following the documentation for ProjectType
and ProjectSubType
, but when I specify ProjectType=Web
and ProjectSubType=CSharp
, it doesn't show up at all.
Looking at .vstemplate
files in the ProjectTemplatesCache
folder, I see examples of project templates that have ProjectType=CSharp
and ProjectSubType=Web
, but for me that only makes it show up in the root Visual C# category. Doesn't show up in Visual C# > Web.
Any ideas?