NAnt SDK Documentation - v0.92

ResGenTask.SupportsExternalFileReferences Property

Indicates whether external file references are supported by the resgen tool for the current target framework. The default is false.

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

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace