NAnt SDK Documentation - v0.92 |
|
AxImpTask.SupportsRcw Property
Indicates whether aximp
supports using an existing Runtime Callable Wrapper for a given target framework. The default is true.
[Visual Basic]
<FrameworkConfigurable(Name:="supportsrcw", Required:=False, ExpandProperties:=True)>
Public Property SupportsRcw As
Boolean
[C#]
[FrameworkConfigurable(Name="supportsrcw", Required=False, ExpandProperties=True)]
public
bool SupportsRcw {get; set;}
See Also
AxImpTask Class | NAnt.Win32.Tasks Namespace