Skip to content

Commit 91bd687

Browse files
authored
Update project-property-inheritance.md (MicrosoftDocs#4700)
This doesn't work without '\'
1 parent 7847949 commit 91bd687

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)