NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyFileSet.Lib Property

[This is preliminary documentation and subject to change.]

Additional directories to search in for assembly references.

[Visual Basic]
<BuildElement(Name:="lib", Required:=False, ProcessXml:=True)>
Public Property Lib As LibDirectorySet
[C#]
[BuildElement(Name="lib", Required=False, ProcessXml=True)]
public LibDirectorySet Lib {get; set;}

Remarks

loosely Corresponds with the /lib[path]: flag of the various compiler tasks.

See Also

AssemblyFileSet Class | NAnt.DotNet.Types Namespace