CompilerBase.

Lib Property

Summary

Additional directories to search in for assembly references.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

[BuildElement("lib")]
[Obsolete("Use the <lib> element in <references> and <modules> instead.", false)]
public FileSet Lib { get; set; }

Remarks

Corresponds with the /lib[path]: flag.

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.
ObsoleteAttribute

Value

Type Description
FileSet