Understanding MSBuild

Posted: (EET/GMT+2)

 

If you have used .NET 2.0 and Visual Studio 2005, you might have noticed the new build engine, called MSBuild. This is the Microsoft incarnation of the famous (in C++ circles, anyway) MAKE tool.

The latest issue of MSDN magazine has an interesting article about the basics (and more) about the new Microsoft build engine. I just wish Borland would integrate MSBuild or something similar with their future version of BDS.