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)

property String^ OutputFile {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The default output file name.

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.

Return to top
Show: