VCLibrarianTool.AdditionalLibraryDirectories Property
Visual Studio 2008
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.StringOne 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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.