NAnt SDK Documentation - v0.92

AssemblyInfoTask.Output Property

Name of the AssemblyInfo file to generate.

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

Property Value

The name of the AssemblyInfo file to generate.

See Also

AssemblyInfoTask Class | NAnt.DotNet.Tasks Namespace