Create Visual Studio templates in the Windows category.

I created a template for Visual Studio 2008 and is currently displayed under File-> New Project-> Visual C #. However, this is really specific only to Visual C # / Windows, but I cannot figure out how to make it appear in the "Windows" category, and not the more general "Visual C #".

+3
source share
2 answers

Check out the MSDN " How to Find and Organize Project and Item Templates "

Create a folder in one of these

<VisualStudioInstallDir>\Common7\IDE\ItemTemplates\CSharp\
My Documents\Visual Studio 2008\Templates\ProjectTemplates\CSharp\
+5
source

(, "#", " " ).

?

0

Source: https://habr.com/ru/post/1696421/


All Articles