Skip to content

Commit 9f20d7a

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#117 from MicrosoftDocs/gewarren-patch-1
Update non-msbuild-projects.md
2 parents 2295343 + 7e31d50 commit 9f20d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ide/non-msbuild-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Use the `output` property to specify the executable that will launch when you pr
176176
|`${file}`| the full path of the file or folder selected to run this task against (for example, "C:\sources\hello\src\hello.cpp")|
177177
|`${relativeFile}`| the relative path to the file or folder (for example, "src\hello.cpp")|
178178
|`${fileBasename}`| the name of the file without path or extension (for example, "hello")|
179-
|`${fileDirname}`| the the full path to the file, excluding the filename (for example, "C:\sources\hello\src")|
179+
|`${fileDirname}`| the full path to the file, excluding the filename (for example, "C:\sources\hello\src")|
180180
|`${fileExtname}`| the extension of the selected file (for example, ".cpp")|
181181

182182
#### Custom macros

0 commit comments

Comments
 (0)