I have started MSVC10 support.
Here is the second patch.
Warning: the MSVC10 is not completed yet. It is more a "stub" than anything else (it recognizes configurations and create appropriate targets. I still have to parse all the rest...)
It is not really difficult: it is XML format, and straightforward.
The ".sln" workspace file has not changed => I use the same as for MSVC7
The changes in FileFilters and Globals are minimal: it is just the addition of .vcxproj file extension
if i can help let me know
For now, it is OK: it is mainly a small class to implement. I will continue to work on it tonight and tomorrow.