Skip to content

Commit 48165f5

Browse files
authored
Merge pull request #10202 from mletterle/vcxproj_dirprops
Directory.Build.props and Directory.Build.targets work with C++ projects
2 parents fb54600 + 27e3b0b commit 48165f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/customize-by-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article covers customizations applicable to the following scenarios:
2323
* Override default settings, default build folders, and other behaviors set by an SDK such as `Microsoft.Net.Sdk`
2424
* Add or customize build targets that apply to any number of projects or solutions
2525

26-
If you're working with C++ projects, the methods described here won't work. Instead, you can use the methods described at [Customize C++ builds](customize-cpp-builds.md).
26+
If you're working with C++ projects, you can also use the methods described at [Customize C++ builds](customize-cpp-builds.md).
2727

2828
## Directory.Build.props and Directory.Build.targets
2929

0 commit comments

Comments
 (0)