I wish to create a wizard based solution, which would allow a user to choose the type of project template he would wish to load.
In Visual Studio, for example, upon selecting a Win32 console project, the user has a chance to have MFC / ATL support, SDL support etc, or he may not.
On similar lines, I wish to provide a user the choice of selecting a 64 or 32 bit project template,with or without MFC support.
I can create a wizard for such an endeavour, and I can associate this wizard with the root project of a multi project solution, and can capture the input of the user. But how do I then select that particular project to be loaded for the user?
How does Visual Studio achieve this project selection, and what would I need to do to achieve the same?
Kindly advise. Thank you.