Skip to content

Commit 183cdf1

Browse files
authored
Merge pull request #414 from leonard-thieu/patch-2
[MSBuild Concepts] Describe items page in items description
2 parents 03a74d2 + 1495fd5 commit 183cdf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/msbuild/msbuild-concepts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ ms.workload:
2626
|Title|Description|
2727
|-----------|-----------------|
2828
|[MSBuild Properties](../msbuild/msbuild-properties.md)|Introduces properties and property collections. Properties are key/value pairs that you can use to configure builds.|
29-
|[Items](../msbuild/msbuild-items.md)|Describes the general concepts behind the [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] file format and how the pieces fit together.|
30-
|[Targets](../msbuild/msbuild-targets.md)|Explains how to group tasks together in a particular order and enable sections of the build process to be called on the command line.|
31-
|[Tasks](../msbuild/msbuild-tasks.md)|Shows how to create a unit of executable code that can be used by [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] to perform atomic build operations.|
29+
|[MSBuild Items](../msbuild/msbuild-items.md)|Introduces items and item collections. Items are inputs into the build system and typically represent files.|
30+
|[MSBuild Targets](../msbuild/msbuild-targets.md)|Explains how to group tasks together in a particular order and enable sections of the build process to be called on the command line.|
31+
|[MSBuild Tasks](../msbuild/msbuild-tasks.md)|Shows how to create a unit of executable code that can be used by [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] to perform atomic build operations.|
3232
|[Comparing Properties and Items](../msbuild/comparing-properties-and-items.md)|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.|
3333
|[MSBuild Special Characters](../msbuild/msbuild-special-characters.md)|Explains how to escape some characters that [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] reserves for special use in specific contexts.|
3434
|[Walkthrough: Creating an MSBuild Project File from Scratch](../msbuild/walkthrough-creating-an-msbuild-project-file-from-scratch.md)|Shows how to create a basic project file incrementally, by using only a text editor.|
3535
|[Walkthrough: Using MSBuild](../msbuild/walkthrough-using-msbuild.md)|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).|
3636
|[MSBuild Reference](../msbuild/msbuild-reference.md)|Links to documents that contain reference information.|
37-
|[MSBuild](../msbuild/msbuild.md)|Presents an overview of the XML schema for a project file and shows how it controls processes that builds software.|
37+
|[MSBuild](../msbuild/msbuild.md)|Presents an overview of the XML schema for a project file and shows how it controls processes that builds software.|

0 commit comments

Comments
 (0)