Hi,
I have read the document for Muli-project templates from this links.
http://msdn.microsoft.com/en-us/library/ms171397.aspx
http://msdn.microsoft.com/en-us/library/ms185308.aspx
That link does not contains the below information's.
I have created my project templates as below,
MY ASP MVC 3 APPLICATION(RAZOR)
MY ASP MVC 3 APPLICATION(ASPX)
MY ASP MVC 4 APPLICATION(RAZOR)
MY ASP MVC 4 APPLICATION(ASPX)
Now I have used the templates like this. I have used my own templates which has include my needed resources when run time.
Now I need to develop my new project template as Single template that contains these 4 projects. This template named asMY ASP MVC APPLICATION.
When I start the new project from this template I will get the appearance of wizard which has contains the project configurations. The project configurations are MVC3/MVC4 and Razor/ASPX and C#/VB.
I need this configurations get from this wizard. My question is How to I get the particular project? ? If user chooses the MVC3,C# and Razor configurations how do I get the correct project template at dynamically.
please any one provide solution for this.
Thanks,
Abbas K