How to use MSBuild to target multiple versions of .NET Framework?
- by McKAMEY
I am improving the builds for an open source project which currently supports .NET Framework v2.0, v3.5, and now v4.0. Up until now, I've restricted myself to v2.0 to ensure compatibility, but with VS2010 I am interested in having real targeted builds.
I'm looking for some guidance on how to edit the MSBuild csproj/soln to be able to cleanly…