I wrote two separate project templates for creating MVC3 projects (both based on the standard Microsoft template, but with additional controllers / views) - one with ASPX views and the other with Razor views.
But instead of having two separate templates, I would rather imitate how the Microsoft MVC3 template works, which offers both viewer options selected in the second dialog box. I know that this is done using the Wizard, but I cannot find the Wizard in the MVC source code (which I downloaded). Does anyone know where to find the Wizard, or are there any other useful suggestions? Thanks.
source share