[TLS347] Introducing MSBuild: The Universal Build Engine for Visual Studio "Whidbey" and "Longhorn"
Several weeks ago I played around with NAnt, since we need a decent build environment for our new software. I’ve read about MSBuild a.k.a. XBuild before, but no information was available (at least outside Microsoft).
Today I attended the session about MSBuild. It bases on XML files, which are – suprise, suprise – similar to the build files of NAnt. As far as I can see they have mainly the same feature set. However, the big advantage of MSBuild compared to NAnt is its integration and support by Whidbey. For NAnt you have to either maintain a .build and a .vcproj files, or use the new solution task, which is still a little bit buggy. For Whidbey, they have (once again ) changed the format of the .vcproj file, so it’s the single place to edit your project.
Comments
Thomas Freudenberg
Thanks, I will have a look at it when I’m back in Germany (and have Longhorn and Whidbey installed)
Anonymous
Have a look at http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2CB20E79-D706-4706-9EA0-26188257EE7D it contains over 60 new tasks for MSBuild and a GUI editor for creating the .proj files.
Leave a Comment
Your email address will not be published. Required fields are marked *