Using VS2010 to support a VS2008 application
Visual Studio 2010 will allow you to upgrade a 2008 project and also to target a previous version of the f开发者_C百科ramework, i.e, 3.5.
But I assume that if I were to modify the project in VS2010 that people using only 2008 would have an issue opening the project, eh?
You are correct, as far as I know.
Generally you can "down-convert" a project back from newer VS versions and it will be loadable in the older version - although there are some newer features that may be lost in the conversion, in most cases it works fine.
The main problem is that you have to convert each time you switch back and forth. You could try something like this for converting the projects. Or you can create two versions (2008 and 2010) of the projects and just make sure you keep them in sync if you add/remove files.
精彩评论