AssemblyLinkerTask.

TemplateFile Property

Summary

Specifies an assembly from which to get all options except the culture field.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[TaskAttribute("template", Required = false)]
public FileInfo TemplateFile { get; set; }

Remarks

Corresponds with the /template: flag.

Attributes

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

Value

Type Description
FileInfo The complete path to the assembly template.