VCLibrarianTool::IgnoreAllDefaultLibraries Property
Visual Studio 2015
Gets or sets a value indicating whether the linker or librarian ignores all default libraries.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue if the librarian ignores all default libraries; otherwise, false.
IgnoreAllDefaultLibraries exposes the functionality of the /NODEFAULTLIB (Ignore Libraries) linker option and the Managing a Library LIB option.
Show: