Skip to content

Commit 576e3e5

Browse files
authored
Merge pull request #7355 from v-thepet/descriptions5
5th batch msbuild descriptions
2 parents bd94171 + 09a2b60 commit 576e3e5

27 files changed

+53
-1
lines changed

docs/msbuild/import-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Import Element (MSBuild) | Microsoft Docs
3+
description: Learn how MSBuild uses the Import element to import the contents of one project file into another project file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/importgroup-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ImportGroup Element | Microsoft Docs
3+
description: Learn how MSBuild uses the ImportGroup element to contain a collection of Import elements that are grouped under an optional condition.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
dev_langs:

docs/msbuild/incremental-builds.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Incremental Builds | Microsoft Docs
3+
description: Learn about MSBuild incremental builds, which are optimized so that up-to-date output files aren't executed.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-definitions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Definitions | Microsoft Docs
3+
description: Learn how MSBuild uses ItemGroup and ItemDefinitionGroup to declare metadata for items in project files.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Element (MSBuild) | Microsoft Docs
3+
description: Learn how MSBuild uses the Item element to contain a user-defined item and its metadata. Every item must be a child of an ItemGroup element.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
dev_langs:

docs/msbuild/item-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Functions | Microsoft Docs
3+
description: Learn how MSBuild code in tasks and targets can call item functions to get information about the items in the project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-metadata-in-target-batching.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Metadata in Target Batching | Microsoft Docs
3+
description: Learn how MSBuild uses item metadata in target batching to perform dependency analysis on the inputs and outputs of a build target.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-metadata-in-task-batching.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Metadata in Task Batching | Microsoft Docs
3+
description: Learn how MSBuild uses item metadata in task batching to divide item lists into different categories, or batches, and run a task one time with each batch.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/itemdefinitiongroup-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ItemDefinitionGroup Element (MSBuild) | Microsoft Docs
3+
description: Learn how MSBuild uses the ItemDefinitionGroup element to define a set of item definitions, metadata values that are applied to all items in the project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/itemgroup-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ItemGroup Element (MSBuild) | Microsoft Docs
3+
description: Learn about the MSBuild ItemGroup element, which contains a set of user-defined Item elements. Every item must be a child of an ItemGroup.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/itemmetadata-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ItemMetadata Element (MSBuild) | Microsoft Docs
3+
description: Learn about the MSBuild ItemMetadata element, which contains a user-defined item metadata key that has the metadata value.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
dev_langs:

docs/msbuild/lc-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: LC Task | Microsoft Docs
3+
description: Learn how MSBuild uses the LC task to wrap LC.exe, which generates a .license file from a .licx file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/lib-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "LIB Task | Microsoft Docs"
3+
description: Learn how MSBuild uses the LIB task to wrap the Microsoft 32-bit Library Manager tool, lib.exe, which creates and manages a library of COFF object files.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
f1_keywords:

docs/msbuild/link-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Link Task | Microsoft Docs
3+
description: Learn how MSBuild uses the Link task to wrap the Microsoft C++ linker tool, link.exe, which links COFF object files and libraries.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/logging-in-a-multi-processor-environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Logging in a Multi-Processor Environment | Microsoft Docs"
3+
description: Learn how MSBuild provides a multi-processor-aware logger and enables the creation of custom "forwarding loggers."
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
helpviewer_keywords:

docs/msbuild/logging-in-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Logging in MSBuild | Microsoft Docs
3+
description: Learn how MSBuild logging provides a way to monitor build progress by capturing build events, messages, warnings, and errors in a log file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/makedir-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MakeDir Task | Microsoft Docs
3+
description: Learn how MSBuild uses the MakeDir task to create directories and, if necessary, any parent directories.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/markupcompilepass1-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "MarkupCompilePass1 Task | Microsoft Docs"
3+
description: Learn how MSBuild uses the MarkupCompilePass1 task to convert non-localizable XAML project files to compiled binary format.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
dev_langs:

docs/msbuild/markupcompilepass2-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MarkupCompilePass2 Task | Microsoft Docs
3+
description: Learn how MSBuild uses the MarkupCompilePass2 task to perform second-pass markup compilation on XAML files that reference types in the same project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
dev_langs:

docs/msbuild/mergelocalizationdirectives-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "MergeLocalizationDirectives Task | Microsoft Docs"
3+
description: Learn how MSBuild uses the MergeLocalizationDirectives task to merge the localization attributes and comments of XAML binary format files into a single file.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
dev_langs:

docs/msbuild/message-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Message Task | Microsoft Docs
3+
description: Learn about the parameters and settings for the MSBuild Message task, which logs messages during builds.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/midl-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MIDL Task | Microsoft Docs
3+
description: Learn about the MSBuild MIDL task, which wraps the Microsoft Interface Definition Language (MIDL) compiler tool, midl.exe.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/move-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Move Task | Microsoft Docs
3+
description: Learn about the parameters and settings for the MSBuild Move task, which moves files to new locations.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
dev_langs:

docs/msbuild/msbuild-advanced-concepts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MSBuild Advanced Concepts | Microsoft Docs
3+
description: See links to articles that describe how to use advanced techniques to improve builds that you run by using MSBuild.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/msbuild-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MSBuild API | Microsoft Docs
3+
description: Learn about the public API surface MSBuild provides so that your program can perform builds and inspect projects.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
author: ghogen

docs/msbuild/msbuild-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +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
3+
description: Learn how to use the MSBuild Include attribute of the ItemGroup to specify files to be included in a build.
44
ms.date: 11/04/2016
55
ms.topic: conceptual
66
helpviewer_keywords:

docs/msbuild/msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MSBuild | Microsoft Docs
3+
description: Learn about how the Microsoft Build Engine (MSBuild) platform provides a project file with an XML schema to control builds.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

0 commit comments

Comments
 (0)