Thanks to the contribution of a nice community member, Reflector.FileDisassembler now supports generating Visual Studio 2003 project files for decompiled assemblies. This is of course only a 90% solution as not all project level settings can be recreated from an assembly.
Furthermore, the same guy sent me some code that restores the XML documentation for an assembly. Given you have the xml file that was generated by the compiler, put it into the same directory. Let FileDisassembler recreate the files and the XML comments are injected into the corresponding methods.
You can download the newest version here either as a stand-along assembly which you drop into the Reflector directory or the full source code:
Remember Me