AssemblyInfoTask.

Output Property

Summary

Name of the AssemblyInfo file to generate.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyInfoTask

Syntax

[TaskAttribute("output", Required = true)]
public FileInfo Output { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo The name of the AssemblyInfo file to generate.