NAnt SDK Documentation - v0.92

Module.Target Property

File name where the module should be copied to before it is compiled into an assembly.

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

See Also

Module Class | NAnt.DotNet.Types Namespace