NAnt SDK Documentation - v0.92 |
|
AssemblyLinkerTask.OutputFile Property
The name of the output file for the assembly manifest.
[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;}
Property Value
The complete output path for the assembly manifest.
Remarks
Corresponds with the /out
flag.
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace