VCBscMakeTool.OutputFile Property

Definition

Overrides the default output file name. The default is based on the first .lib or .obj name on the command line. It exposes the functionality of the BSCMake tool's BSCMAKE Options option.

public:
 property System::String ^ OutputFile { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ OutputFile { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(3)]
public string OutputFile { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.OutputFile : string with get, set
Public Property OutputFile As String

Property Value

The overridden output file name.

Attributes

Applies to