VCLibrarianTool.OutputFile Property

Gets or sets the default output file name; the default is based on the first .lib or .obj name on the command line.

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

Syntax

'Declaration
Property OutputFile As String
string OutputFile { get; set; }
property String^ OutputFile {
    String^ get ();
    void set (String^ value);
}
abstract OutputFile : string with get, set
function get OutputFile () : String 
function set OutputFile (value : String)

Property Value

Type: String
The default output file name.

Remarks

OutputFile exposes the functionality of the linker's /OUT (Output File Name) option, the librarian's Building an Import Library and Export File option, and the BSCMake tool's BSCMAKE Options option.

.NET Framework Security

See Also

Reference

VCLibrarianTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace