NAnt SDK Documentation - v0.92

AxImpTask.OutputFile Property

Filename of the generated assembly.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="output", ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="output", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo OutputFile {get; set;}

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace