NAnt SDK Documentation - v0.92

AssemblyLinkerTask.OutputTarget Property

The target type (one of lib, exe, or winexe).

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

Remarks

Corresponds with the /t[arget]: flag.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace