Conversion

* How can I convert older version PROJ files into the newer format?
* Where can I get MSBuildConvert.exe?
* Can convert my VJ++ project to a Whidbey J project?


Converting is just two lines of code, I wrote a task that allows one to convert on the fly when migrating 2003 projects to use msbuild, which you can find here Others have packaged it as an exe. The only caveat is licensing, the conversion code is in a DLL that is distributed as part of VS.NET 2005, not the .NET runtime.
Microsoft Communities