Skip to content

Commit ce5440d

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2366 from OdinTemple/patch-2
Update msbuild-visual-cpp-overview.md
2 parents a6ccdfe + 8ca743a commit ce5440d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build/reference/msbuild-visual-cpp-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ By default, the primary Visual Studio support files are located in the following
1616

1717
### Visual Studio 2019
1818

19-
- %VSINSTALLDIR%MSBuild\\Microsoft\\VC\\*version*\\VCTargets\\
19+
- %VSINSTALLDIR%MSBuild\\Microsoft\\VC\\*version*\\
2020

2121
Contains the primary target files (.targets) and property files (.props) that are used by the targets. By default, the $(VCTargetsPath) macro references this directory. The *version* placeholder refers to the Visual Studio version: v160 for Visual Studio 2019, v150 for Visual Studio 2017.
2222

23-
- %VSINSTALLDIR%MSBuild\\Microsoft\\VC\\*version*\\VCTargets\\Platforms\\*platform*\\
23+
- %VSINSTALLDIR%MSBuild\\Microsoft\\VC\\*version*\\Platforms\\*platform*\\
2424

2525
Contains platform-specific target and property files that override targets and properties in its parent directory. This directory also contains a DLL that defines the tasks that are used by the targets in this directory. The *platform* placeholder represents the ARM, Win32, or x64 subdirectory.
2626

27-
- %VSINSTALLDIR%MSBuild\\Microsoft\\VC\\*version*\\VCTargets\\Platforms\\*platform*\\PlatformToolsets\\*toolset*\\
27+
- %VSINSTALLDIR%MSBuild\\Microsoft\\VC\\*version*\\Platforms\\*platform*\\PlatformToolsets\\*toolset*\\
2828

2929
Contains the directories that enable the build to generate C++ applications by using the specified *toolset*. The *platform* placeholder represents the ARM, Win32, or x64 subdirectory. The *toolset* placeholder represents the toolset subdirectory.
3030

0 commit comments

Comments
 (0)