Add New Project Category Tree in Visual Studio 2017

Rafal Kowalczyk 1 Reputation point
2021-07-18T08:37:58.223+00:00

I want to add full new project category to my Visual Studio 2017 IDE, i.e.: similar for example to Visual C++ where You can have several categories + Cross Platform as another level of tree. I know how to create New Project or New Item but it is not what I'm looking for.

For example I want to create:

Visual ASM: (root)

--> ASM Desktop (1 level)
----> Console App (2 level)
----> Static Library (2 level)
----> Dynamic-Link Library (2 level)
--> ASM Virtual Machine (1 level)
--> ASM Test Unit (1 level)

looking for at leat 2 depth-level project categories tree - is there VSIX template for it? do I need to
code something manually? any ready to check example(s) @ GitHUB?

pls help

Rafal Kowalczyk
Chief Technology Officer
MGV Systems AG

how can I do that? pls help.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,106 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 28,761 Reputation points Microsoft Vendor
    2021-07-19T09:16:59.63+00:00

    Hi @RafaIKowalczyk-6406,

    Welcome to Microsoft Q&A!

    If you want to create custom project and item templates, you can refer to the following documents:
    https://learn.microsoft.com/en-us/visualstudio/ide/creating-project-and-item-templates?view=vs-2017
    https://learn.microsoft.com/en-us/visualstudio/extensibility/creating-custom-project-and-item-templates?view=vs-2017

    Sincerely,
    Anna

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.