VCBscMakeTool.OutputFile Property

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.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property OutputFile As String
'Usage
Dim instance As VCBscMakeTool 
Dim value As String 

value = instance.OutputFile

instance.OutputFile = value
string OutputFile { get; set; }
property String^ OutputFile {
    String^ get ();
    void set (String^ value);
}
function get OutputFile () : String 
function set OutputFile (value : String)

Property Value

Type: System.String
The overridden output file name.

.NET Framework Security

See Also

Reference

VCBscMakeTool Interface

VCBscMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace