VCLibrarianTool::OutputFile Property
Visual Studio 2015
Gets or sets the default output file name; the default is based on the first .lib or .obj name on the command line.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
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.
Show: