NAnt SDK Documentation - v0.92

CompilerBase.OutputFile Property

The output file created by the compiler.

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

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace