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

ResGenTask.SupportsAssemblyReferences Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

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

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace