Does anyone know of an application that meets the following criteria?
I'd like to use a GUI tool to generate a batch of related Visual Studio 2008 projects. For example, I know that I'll need a solution file, a web project for my UI, a class library for my business objects, and a class library for my data access layer. I'd like to use a GUI application that will prompt me for the types of projects, their names, their location in the filesystem, and their default namespaces. When I'm ready, it will generate those as specified.
Icing on the cake would be the ability to specify what references to include in each project and perhaps some basic project items like empty classes, controls, or forms/pages.
I'd prefer free/open source software, but if there's a commercial tool that you feel is worth the money, I'd love to hear about it. For what it's worth, I think something like LLBLGen Pro or CodeSmith is probably overkill for what I'm looking for. If there's nothing out there that does what I want I'll look into writing my own, but I might as well not re-invent the wheel if I can find something acceptable.