After having been asked to do some work on a HalfLife2 mod, I noticed it supplied .sln files. I also believe devcpp (and ofcourse msvc) use these files.
So, to enhance the possiblity for C::B people and non-C::B people to cooperate, or even just for them to switch to C::B even with current projects, it would be nice if there was a plugin that allows you to import a .sln file and have it build a workspace and targets from there. At a later stage an export option could be added as well and other such project files might be supported.
Would like to make such a plugin myself, but thing is, I don't got msvc to generate files for testing. Is there's anyone willing to work on such a plugin or can give me a pointer as to where to look for the .sln's specification?