NAnt SDK Documentation - v0.92

AssemblyLinkerTask.SupportsTemplate Property

Indicates whether the assembly linker for a given target framework supports the "template" option, which takes an assembly from which to get all options except the culture field. The default is true.

[Visual Basic]
<FrameworkConfigurable(Name:="supportstemplate", Required:=False, ExpandProperties:=True)>
Public Property SupportsTemplate As Boolean
[C#]
[FrameworkConfigurable(Name="supportstemplate", Required=False, ExpandProperties=True)]
public bool SupportsTemplate {get; set;}

Remarks

TODO: remove this once Mono bug #74814 is fixed.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace