VCLibrarianTool::AdditionalLibraryDirectories Property
Visual Studio 2015
Gets or sets one or more additional paths (configuration specific) to search for libraries.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::String^One or more additional paths (configuration specific) to search for libraries.
Use semicolons to delimit a list of more than one path.
AdditionalLibraryDirectories exposes the functionality of the linker's /LIBPATH (Additional Libpath) option and the librarian's Managing a Library option.
Show: