NAnt SDK Documentation - v0.92

VjcTask.LibPath Property

Specifies the location of assemblies referenced by way of the /reference flag.

[Visual Basic]
<TaskAttribute(Name:="libpath", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property LibPath As String
[C#]
[TaskAttribute(Name="libpath", Required=False, ExpandProperties=True, ProcessXml=True)]
public string LibPath {get; set;}

Remarks

Corresponds to the /libpath:dir[;dir2] flag.

See the Visual J# Reference for details.

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace