I'm starting with a legacy webfoms program and adding mvc. I have mvc setup, but I can't get the mvc templates to show. I dont have a csproj file; I only have a solution file that points to a folder containing the files of the project;note, it is not pointing to a .proj file. It seems that you can only specify one guid that determines the template used for each project in the solution file. How can I get the MVC template to show, when I add to a MVC folder, with only having a solution file and not a project file. Note: I can't unload the "project" and add a guid because there is no project file.