NAnt SDK Documentation - v0.92

AssemblyLinkerTask.TemplateFile Property

Specifies an assembly from which to get all options except the culture field.

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

Property Value

The complete path to the assembly template.

Remarks

Corresponds with the /template: flag.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace