title | description | ms.date | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | author | ms.author | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
GetOutputFileName Task |
Use the MSBuild GetOutputFileName helper task to specify output file name options for cl.exe and other tools. |
03/10/2019 |
reference |
|
|
|
ghogen |
ghogen |
[!INCLUDE C++-specific task]
Helper task to get output file name for cl and other tools, which allow specifying only output directory or full file name or nothing.
The following table describes the parameters of the GetOutputFileName task.
Parameter | Description |
---|---|
OutputExtension | Required string parameter. |
OutputFile | Optional string output parameter. |
OutputPath | Optional string parameter. |
SourceFile | Required string parameter. |