NAnt SDK Documentation - v0.92

AssemblyFileSet.Lib Property

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