Introduction - If you have any usage issues, please Google them yourself
This utility is designed to make it easier for folks to switch back and
forth between Visual Studio 2005 and Visual Studio 2008. It edits the
solution (*.sln) and project files (*.csproj,*.vbproj, and*.vcproj) so
that they can be openeded by either version.
The installer creates a shell extension which adds an "open with" option
for the solution file.
///////////////////////////////
Change log:
*2009/6/7 By Charles
-- Center window on start, minor UI fine tuning
-- Fixed bugs when converting ANSI encoded(e.g. Cmake generated solution files uses ANIS encode) solution files
-- Fixed a bug when converting solution files start with an empty line
-- Add drag & drop support