Visual Studio 2010 Framework Multi-targeting

So I while I was enjoying working with the multi-monitor support in Visual Studio 2010 (Great feature!) I decided to have a play with the .NET multi-targeting features of Visual Studio 2010. I created a Visual Studio 2010 solution in .NET framework 4.0 and then decided to switch the framework version of my projects from .NET 4.0 to .NET 3.5, when I attempted to do this on my test project I got the following error message. It turns out that in Visual Studio 2010 all Test Projects must target .NET 4.0 and based on some reading…

read more...