LinkTask.

IgnoreLibraries Property

Summary

Names of libraries that you want the linker to ignore when it resolves external references.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Tasks
Containing Type
LinkTask

Syntax

[BuildElementCollection("ignorelibraries", "library")]
public LibraryCollection IgnoreLibraries { get; set; }

Attributes

Type Description
BuildElementCollectionAttribute Indicates that the property should be treated as a container for a collection of build elements.

Value

Type Description
LibraryCollection