I know how to create project or item templates and install them.
What I would like is to have item templates that are specific to a single solution.
In this case I have an ASP.NET MVC project and I would like to have default templates that inherit from my base Controller
class, my base ViewPage`1
class, etc. instead of the default ones.
These base classes are specific to this solution though so I don't want to install templates and have them show up for all solutions. I'd also like to keep them in the solution for easy updating if need be and so that anyone else working on the solution could use them without installing.
Is this possible?