ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

All Project templates are also getting installed individually alongwith Solution level Template #103

Closed YugankNarula closed 7 years ago

YugankNarula commented 7 years ago

I have created a multi project template and published in Visual studio via VSIX. Apart from solution level template is getting installed all project templates are also getting installed individually. My solution level template zip structure is below:

SolutionTemplate.zip

-->Project1Folder

------->Project1.cs

------->Project1.vsTemplate

-->Project2Folder

------->Project2.cs ------->Project2.vsTemplate

I am adding SolutionTemplate.zip file in VSIX.

Is there any reason why Visual studio is showing one solution level template & all project templates also? template