MSBuild Concepts
MSBuild provides a basic XML schema that you can use to control how the build platform builds software. To specify the components in the build and how they are to be built, use these four parts of MSBuild: properties, items, tasks, and targets.
Related Topics
Title |
Description |
---|---|
Introduces properties and property collections. Properties are key/value pairs that you can use to configure builds. |
|
Describes the general concepts behind the MSBuild file format and how the pieces fit together. |
|
Explains how to group tasks together in a particular order and enable sections of the build process to be called on the command line. |
|
Shows how to create a unit of executable code that can be used by MSBuild to perform atomic build operations. |
|
Compares MSBuild properties and items. Both are used to pass information to tasks, evaluate conditions, and store values that can be referenced throughout the project file. |
|
Explains how to escape some characters that MSBuild reserves for special use in specific contexts. |
|
Shows how to create a basic project file incrementally, by using only a text editor. |
|
Introduces the building blocks of MSBuild and shows how to write, manipulate, and debug MSBuild projects without closing the Visual Studio integrated development environment (IDE). |
|
Links to documents that contain reference information. |
|
Presents an overview of the XML schema for a project file and shows how it controls processes that builds software. |