Freigeben über


What is MSBuild?

MSBuild is the new extensible, XML-based build engine that is included with Microsoft Visual Studio 2005 and the .NET Framework 2.0. MSBuild introduces a new XML-based project file format that is straightforward to understand and extend, and is fully supported by Microsoft. Learn more about MSBuild items, properties, tasks, and targets in the MSBuild Overview. Experiment by writing a simple MSBuild project by following the steps in How To: Write a Simple MSBuild Project.

-- Paul

------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.