Skip to content

Commit 0acb0ae

Browse files
committed
batch 11
1 parent 6e34ef8 commit 0acb0ae

6 files changed

+93
-93
lines changed

docs/msbuild/msbuild-reference.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,73 +18,73 @@ manager: douge
1818
ms.workload:
1919
- "multiple"
2020
---
21-
# MSBuild Reference
21+
# MSBuild reference
2222
[!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] is the build system for [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)]. The following links lead to topics that contain [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] reference information.
2323

24-
## In This Section
25-
[Project File Schema Reference](../msbuild/msbuild-project-file-schema-reference.md)
24+
## In this section
25+
[Project file schema reference](../msbuild/msbuild-project-file-schema-reference.md)
2626
Describes the XML elements that make up the [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] file format.
2727

28-
[Task Reference](../msbuild/msbuild-task-reference.md)
28+
[Task reference](../msbuild/msbuild-task-reference.md)
2929
Describes some of the typical tasks that are included with [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)].
3030

3131
[Conditions](../msbuild/msbuild-conditions.md)
3232
Describes the conditions that are available in [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] files.
3333

34-
[Conditional Constructs](../msbuild/msbuild-conditional-constructs.md)
34+
[Conditional constructs](../msbuild/msbuild-conditional-constructs.md)
3535
Describes how to use the `Choose`, `When`, and `Otherwise` elements.
3636

37-
[MSBuild Reserved and Well-Known Properties](../msbuild/msbuild-reserved-and-well-known-properties.md)
37+
[MSBuild reserved and well-known properties](../msbuild/msbuild-reserved-and-well-known-properties.md)
3838
Describes the [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] reserved properties.
3939

40-
[Common MSBuild Project Properties](../msbuild/common-msbuild-project-properties.md)
40+
[Common MSBuild project properties](../msbuild/common-msbuild-project-properties.md)
4141
Describes project properties that are common to all project types, and also properties that are often used by particular project types.
4242

43-
[Common MSBuild Project Items](../msbuild/common-msbuild-project-items.md)
43+
[Common MSBuild project items](../msbuild/common-msbuild-project-items.md)
4444
Describes project items that are common to all project types, and also items that are often used by particular project types.
4545

46-
[Command-Line Reference](../msbuild/msbuild-command-line-reference.md)
46+
[Command-line reference](../msbuild/msbuild-command-line-reference.md)
4747
Describes the arguments and switches that can be used with [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)].exe.
4848

49-
[.Targets Files](../msbuild/msbuild-dot-targets-files.md)
50-
Describes the .Targets file that is included in [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)].
49+
[.Targets files](../msbuild/msbuild-dot-targets-files.md)
50+
Describes the *.Targets* file that is included in [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)].
5151

52-
[Well-known Item Metadata](../msbuild/msbuild-well-known-item-metadata.md)
52+
[Well-known item metadata](../msbuild/msbuild-well-known-item-metadata.md)
5353
Lists the metadata that is created together with every item.
5454

55-
[Response Files](../msbuild/msbuild-response-files.md)
56-
Explains the .rsp files that contain command-line switches.
55+
[Response riles](../msbuild/msbuild-response-files.md)
56+
Explains the *.rsp* files that contain command-line switches.
5757

58-
[Additional Resources](../msbuild/additional-resources-for-msbuild.md)
59-
Provides links to [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] Web sites and newsgroups.
58+
[Additional resources](../msbuild/additional-resources-for-msbuild.md)
59+
Provides links to [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] websites and newsgroups.
6060

61-
[WPF MSBuild Reference](../msbuild/wpf-msbuild-reference.md)
61+
[WPF MSBuild reference](../msbuild/wpf-msbuild-reference.md)
6262
Contains an [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] targets and task reference for Windows Presentation Foundation (WPF).
6363

64-
[Special Characters to Escape](../msbuild/special-characters-to-escape.md)
64+
[Special characters to escape](../msbuild/special-characters-to-escape.md)
6565
Lists the characters that may have to be "escaped" to be interpreted correctly. An escape sequence is a series of characters that signifies that what follows is an alternative interpretation.
6666

67-
## Related Sections
68-
[MSBuild Overview ](../msbuild/msbuild.md)
67+
## See also
68+
[MSBuild overview ](../msbuild/msbuild.md)
6969
Introduces [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] and provides links to topics that explain how to use it to build projects.
7070

7171
<xref:Microsoft.Build.Conversion>
72-
Contains the Conversion namespace reference
72+
Contains the Conversion namespace reference.
7373

7474
<xref:Microsoft.Build.Evaluation>
75-
Contains the Evaluation namespace reference
75+
Contains the Evaluation namespace reference.
7676

7777
<xref:Microsoft.Build.Execution>
78-
Contains the Execution namespace reference
78+
Contains the Execution namespace reference.
7979

8080
<xref:Microsoft.Build.Framework>
81-
Contains the Framework namespace reference
81+
Contains the Framework namespace reference.
8282

8383
<xref:Microsoft.Build.Logging>
84-
Contains the Logging namespace reference
84+
Contains the Logging namespace reference.
8585

8686
<xref:Microsoft.Build.Tasks>
87-
Contains the Tasks namespace reference
87+
Contains the Tasks namespace reference.
8888

8989
<xref:Microsoft.Build.Utilities>
90-
Contains the Utilities namespace reference
90+
Contains the Utilities namespace reference.

0 commit comments

Comments
 (0)