Skip to content

Commit a4cbf27

Browse files
authored
Merge pull request #5028 from MicrosoftDocs/main
9/8/2023 10:30 AM Publish
2 parents e19dc7e + 64aa55b commit a4cbf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/project-property-inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Project properties are stored in several files. Some are stored directly in the
2424

2525
::: moniker range=">=msvc-160"
2626

27-
Project properties are stored in several files. Some are stored directly in the *`.vcxproj`* project file. Others come from other *`.targets`* or *`.props`* files that the project file imports and which supply default values. You'll find the Visual Studio project files in a locale-specific folder under the base directory, *`%VSINSTALLDIR%MSBuild\Microsoft\VC\<version>`*. The `<version>` is specific to the version of Visual Studio. It's *`v160`* for Visual Studio 2019.
27+
Project properties are stored in several files. Some are stored directly in the *`.vcxproj`* project file. Others come from other *`.targets`* or *`.props`* files that the project file imports and which supply default values. You'll find the Visual Studio project files in a locale-specific folder under the base directory, *`%VSINSTALLDIR%\MSBuild\Microsoft\VC\<version>`*. The `<version>` is specific to the version of Visual Studio. It's *`v160`* for Visual Studio 2019.
2828

2929
::: moniker-end
3030

0 commit comments

Comments
 (0)