You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/msbuild-advanced-concepts.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The documents in this section describe how to use advanced techniques to improve
23
23
|[Batching](../msbuild/msbuild-batching.md)|Describes how to batch build targets and tasks based on item metadata.|
24
24
|[Transforms](../msbuild/msbuild-transforms.md)|Explains how to use transforms to enable dependency analysis.|
25
25
|[Visual Studio integration](../msbuild/visual-studio-integration-msbuild.md)|Discusses how to use MSBuild project files when you compile code from the Visual Studio IDE.|
26
-
|[Building multiple projects in parallel](../msbuild/building-multiple-projects-in-parallel-with-msbuild.md)|Describes how to build multiple projects faster on computers that have multiple processors or multicore processors.|
26
+
|[Build multiple projects in parallel](../msbuild/building-multiple-projects-in-parallel-with-msbuild.md)|Describes how to build multiple projects faster on computers that have multiple processors or multicore processors.|
27
27
|[Multitargeting](../msbuild/msbuild-multitargeting-overview.md)|Describes how to compile an application to run on any one of several versions of the .NET Framework.|
28
28
|[Best practices](../msbuild/msbuild-best-practices.md)|Recommends best practices for writing MSBuild scripts.|
0 commit comments