Murat Kurtboğan
Murat Kurtboğan

Reputation: 23

How to hide sub project templates in visual studio?

I created multiple project template and rename .vstemplate files. And I created VSIX extensions.

screenshot

But I want to show only multiple project template. How can I hide other sub templates ?

Upvotes: 0

Views: 210

Answers (1)

Ed Dore
Ed Dore

Reputation: 2119

You can keep your sub templates hidden, by setting the Hidden element in your sub template's .vstemplate to true. See the following doc topic for reference:

Hidden Element (Visual Studio templates)

Upvotes: 0

Related Questions