Skip to content

Commit 98c5aee

Browse files
Merge pull request #13563 from MicrosoftDocs/ghogen-patch-82
Review and update
2 parents 2ba4248 + 72d240e commit 98c5aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/customize-by-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customize your build by folder or solution
33
description: Explore the special imports Directory.Build.props and Directory.Build.targets that you can use to customize the build system in Visual Studio.
4-
ms.date: 02/01/2024
4+
ms.date: 02/03/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- MSBuild, transforms
@@ -131,7 +131,7 @@ The Boolean properties `$(ImportDirectoryBuildProps)` and `$(ImportDirectoryBuil
131131

132132
## Example
133133

134-
This example shows the use the preprocessed output to determine where to set a property.
134+
This example shows the use of the preprocessed output to determine where to set a property.
135135

136136
To help you analyze the usage of a particular property you want to set, you can run MSBuild with the `/preprocess` or `/pp` argument. The output text is the result of all the imports, including the system imports like *Microsoft.Common.props* that are implicitly imported, and any of your own imports. With this output, you can see where your property needs to be set relative to where its value is used.
137137

0 commit comments

Comments
 (0)