With Visual Studio 2010 RC released recently, we jumped on the release and began to code with VS2010. One issue that popped up was that now all builds were targeting MSBuild 4.0. That doesn’t seem to be a big problem until our CruiseControl CI...
Introduction to MSBuild
Microsoft supported build engine
XML-based configuration file
Intellisense available from Visual Studio using supplied schema
Ships with .NET Framework 2.0, it is NOT part of Team Foundation Server
Both Visual...