Specifies whether to disable language extensions.
The value of this property must be either all
, net
, or an empty string.
Corresponds to the /x
flag.
See the Visual J# Reference for details.
To disable only the .NET Framework extensions:
<vjc x='net'/>
To disable the .NET Framework extensions and the VJ++ 6.0 extensions:
<vjc x='all'/>
VjcTask Class | NAnt.DotNet.Tasks Namespace