NAnt SDK Documentation - v0.85-nightly-2005-11-09

ResGenTask.SupportsExternalFileReferences Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.ResGenTask.SupportsExternalFileReferences

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace