Skip to content

Commit 991f6fd

Browse files
committed
fixed #1197
1 parent 51cf7d4 commit 991f6fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/msbuild/msbuild-items.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "MSBuild Items | Microsoft Docs"
3+
description: "Use the MSBuild Include attribute of the ItemGroup to specify files to be included in a build"
34
ms.custom: ""
45
ms.date: "11/04/2016"
56
ms.technology: msbuild
@@ -14,7 +15,7 @@ ms.workload:
1415
- "multiple"
1516
---
1617
# MSBuild items
17-
MSBuild items are inputs into the build system, and they typically represent files. Items are grouped into item types based on their element names. Item types are named lists of items that can be used as parameters for tasks. The tasks use the item values to perform the steps of the build process.
18+
MSBuild items are inputs into the build system, and they typically represent files (the files are specified in the `Include` attribute). Items are grouped into item types based on their element names. Item types are named lists of items that can be used as parameters for tasks. The tasks use the item values to perform the steps of the build process.
1819

1920
Because items are named by the item type to which they belong, the terms "item" and "item value" can be used interchangeably.
2021

0 commit comments

Comments
 (0)