I have followed this tutorial http://www.codeproject.com/Articles/365680/Extending-Visual-Studio-Part-Item-Templates and can create a VISX project that includes a Project Template.
But I want to create a Project Template that included 3 C# projects, so when the user of Visual Studio does File-->New and selects my template then they get 3 C# projects in their solution.
Following the above link I added 3 project templates and added them to my VISX Project like so:
But when I run the VISX project in the Debugger and go File-->New Project I see that I have 2 separate Project templates to select like so:
How can I 'combine' the 3 projects into one?