Before upgrading to VisualStudio 2010, I want to make sure I can still target version 2.0 of the framework. I couldn't find a statement about this from MS. Does anyone know?
Some one else asked this just an hour ago CodeProject. The answer is yes. IT supports 2.0 -> 4.0.
Yes this is possible. It is known as Multi-targeting and is a feature most definitely supported in VS2010.
Yes
Googling this brought up a geekswithblogs post showing the multi-targeting functionality. Apparently StackOverflow won't let me post the link. But the answer is Yes
According to this page, you can, just make sure you have .NET 3.5 SP1 installed.
This feature was included in Visual Studio 2008 as a way to handle 2.0 through 3.5 projects, so it would be an epic failure on Microsoft's part not to include the same functionality in their next release. With 2010 you should be able to support projects in the 2.0 to 4.0 framework ranges (and beyond possibly depending on the framework upgrades).
Yes. According to Jason Zander's Weblog and for more information take a look at Scott Hanselman's Whirlwind Tour around .Net 4 (and Visual Studio 2010)Beta 1