Recently I got a question about how to compile projects against multiple .NET Frameworks (e.g. 2.0 and 3.5) in Team Build. MSBuild added support for this sort of thing in the 3.5 framework (they call it multi-targeting), but it is not particularly easy Read More...