Skip to content

Commit 7e31d50

Browse files
authored
Update non-msbuild-projects.md
1 parent 25a310c commit 7e31d50

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)