Creating Visual Studio Templates from your Web Projects
Posted by: Rick Strahls WebLog,
on 28 Apr 2009 |
View original | Bookmarked: 0 time(s)
One of the really nice features of Visual Studio is the ability to very easily create projects templates from existing projects. This is a great feature to create a base project that contains only the things you need or adds additional things that you use in every project or some specific ones. For me this is especially useful for Web Projects as I have a fairly lengthy lists of support files and dependencies that I suck into new Web projects: stock CSS/image folders, scripts, a couple of assembly...