Multi-Project Visual Studio Template Tricks
I’ve been knee-deep in Visual Studio project and item templates since the first version of Visual Studio, but this was the first time I needed to create a template that added multiple projects to a single solution…specifically, I wanted to create a better template for a Silverlight RIA client and associated Web host. This MSDN topic is a great place to start: http://msdn.microsoft.com/en-us/library/ms185308.aspx There were two situations this topic didn’t cover. The first, was: How do you specify which of the two projects is the Startup Project? After a bit of trial and error, I discovered that the project listed first in … Continue reading Multi-Project Visual Studio Template Tricks