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

VjcTask.LibPath Property

[This is preliminary documentation and subject to change.]

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