Support Solution Templates, which include a number of Project Templates
For any non-trivial solution, I will have multiple projects. Typically, since I try to write loosely coupled, testable, code, I have projects like:
Core
Infrastructure
UnitTests
UI
For a given platform, say ASPNET MVC, I would like to define a standard solution template that includes the projects. Ideally it would also be easy to customize the template so that the individual projects have certain nuget projects in them (e.g. nunit/xunit), but that can probably already be done separately from this feature.
3 comments
-
Rudi Larno
commented
This is supported using Extension Manager -> Templates. e.g. http://timheuer.com/blog/archive/2010/05/03/create-vsix-files-with-visual-studio-template-deployment.aspx
-
Michael Paterson commented
Same here. This is an awesome idea.
-
Daver
commented
I'm out of votes but I would have voted yes.