I'm trying to extend Visual Studio to use tailored project templates.
While single project templates are alright, I'd like the user to select a project and settings based on a wizard input.
So for example, he wants to create a project foo
, but with 64 or 32 bit settings, and with or without MFC
support, in which case, the project should load with those specific settings.
I can make individual project templates, and maybe include them in a bigger project template, but how do I make the rootProject
load a specific childProject
?