Visual Studio add-in for generating solution templates (Project Collections) for existing solutions and existing project templates.
Limited support for solution folders. Works with projects only, not files and folders.
The source code also includes a WPF project so the Generator can also be executed as a stand-alone executable. You will have to compile this exe yourself.
Guide
Open the solution/vstemplate you want to create a multi-project template from.
Enter the required information for the solution template.
Select the projects you want to use using check boxes.
Select a output directory.
Click Generate to generate selected project templates.
Generation Process
Generate selected project templates and copy template icon and preview image to %OUTPUTDIR%%TEMPLATE-NAME% directory.
Generate solution template and copy template icon and preview image to output directory.
Copy all files and sub-folders for each project to %OUTPUTDIR%%TEMPLATE-NAME% directory.
Create zip file: %OUTPUTDIR%%SOLUTION-TEMPLATE-NAME%.zip
Optionally copies the zip file to Visual Studio Project Temlpates directory.