I can't be the only person who has been frustrated by the inflexible nature of Visual Studio solutions and projects. So when Krzysztof asked for someone to write a program to convert vanilla .NET projects to Silverlight projects, I jumped at the chance. Of course, I then proceeded to take four months to deliver what is, in all honesty, a fairly simple piece of code. Anyway, it's finally checked into Castle Contrib at https://svn.castleproject.org/svn/castlecontrib/SolutionTransform/trunk/.
Ironically, I've already blogged about the basic architecture, although the code is now a bit more complex than the braindead example I was running with at the...