Skip to content

Commit 3bf5e30

Browse files
Merge pull request MicrosoftDocs#5919 from versat/patch-2
Fix typos in macro descriptions for clarity
2 parents 6ccc4fa + 0c61e57 commit 3bf5e30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/reference/common-macros-for-build-commands-and-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ This table describes a commonly used subset of the available macros; there are m
5959
| **`$(TargetFileName)`** | The file name of the primary output file for the build (defined as base name + file extension). |
6060
| **`$(TargetName)`** | The base name of the primary output file for the build. |
6161
| **`$(TargetPath)`** | The absolute path name of the primary output file for the build (defined as drive + path + base name + file extension). |
62-
| **`$(VCInstallDir)`** | The directory that contains the C++ content of your Visual Studio installation. This property contains the version of the targeted Microsoft C++ (MSVC) toolset, which might be different that the host Visual Studio. For example, when building with `$(PlatformToolset) = v140`, **`$(VCInstallDir)`** contains the path to the Visual Studio 2015 installation. |
63-
| **`$(VSInstallDir)`** | The directory into which you installed Visual Studio. This property contains the version of the targeted Visual Studio toolset, which might be different that the host Visual Studio. For example, when building with `$(PlatformToolset) = v110`, **`$(VSInstallDir)`** contains the path to the Visual Studio 2012 installation. |
62+
| **`$(VCInstallDir)`** | The directory that contains the C++ content of your Visual Studio installation. This property contains the version of the targeted Microsoft C++ (MSVC) toolset, which might be different than the host Visual Studio. For example, when building with `$(PlatformToolset) = v140`, **`$(VCInstallDir)`** contains the path to the Visual Studio 2015 installation. |
63+
| **`$(VSInstallDir)`** | The directory into which you installed Visual Studio. This property contains the version of the targeted Visual Studio toolset, which might be different than the host Visual Studio. For example, when building with `$(PlatformToolset) = v110`, **`$(VSInstallDir)`** contains the path to the Visual Studio 2012 installation. |
6464
| **`$(WebDeployPath)`** | The relative path from the web deployment root to where the project outputs belong. |
6565
| **`$(WebDeployRoot)`** | The absolute path to the location of **`<localhost>`**. For example, *`c:\inetpub\wwwroot`*. |
6666

0 commit comments

Comments
 (0)