I'm writing a C# class library, which will be used in a project that runs on .NET Framework 1.1. However, I'm using Visual Studio Ultimate 2010, which doesn't provide tooling for version 1.1.
Is there a static check that I can perform inside VS2010 to see that the code is 1.1 compatible?