Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.02 KB

getoutputfilename-task.md

File metadata and controls

35 lines (28 loc) · 1.02 KB
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
vc.task.getoutputfilename
C++
MSBuild (C++), GetOutputFileName task
GetOutputFileName task (MSBuild (C++))
ghogen
ghogen

GetOutputFileName task

[!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.

Parameters

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.

See also

Task reference