NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AssemblyInfoTask.Output Property
[This is preliminary documentation and subject to change.]
Name of the AssemblyInfo file to generate.
[Visual Basic]
<TaskAttribute(Name:="output", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Output As
FileInfo
[C#]
[TaskAttribute(Name="output", Required=True, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo Output {get; set;}
Property Value
The name of the AssemblyInfo file to generate.
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyInfoTask.Output
See Also
AssemblyInfoTask Class | NAnt.DotNet.Tasks Namespace