Multi-Project Templates with Wizard: Visual Studio 2010 Sample
Posted by: ASP.NET Announcements,
on 18 Jan 2011 |
View original | Bookmarked: 0 time(s)
A VSIX file enables us to install Visual Studio extensions
(tools, controls, template etc) with few clicks. I have created a
simple example of creating multi-project templates with wizard using
Visual Studio 2010, which generates VSIX file. Checkout the sample in
codeplex here. ...