I have a project that is currently building in .NET 3.5 (CLR 2.0), and I want to upgrade to .NET 4.0 (CLR 4.0), but there are folks dependent on my project that are going to be loading the DLL in a 2.0 process.
So I'm thinking of using the MSBuild task to make two copies of my dlls, one for CLR 2.0 and one for CLR 4.0.
Any other good suggestions?