Very common and simple situation:
I want to use .vstemplate files to create a very simple multi-project solution. This looks super-simple and I don't want to create any Wizards.
I want the solution to contain the following projects:
$projectname$.Core
$projectname$.WP8
$projectname$.Win8
Projects $projectname$.WP8 and $projectname$.Win8 should have project links to $projectname$.Core.
I guess, they also need to have "#using $projectname$" directives so that the classes defined in .Core can be seen from .WP8 and .Win8.
Looks extremely simple. How to do that?