NAnt SDK Documentation - v0.92

CompilerBase.OutputTarget Property

Output type. Possible values are exe, winexe, library or module.

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

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace