Specifies whether package-scoped members are accessible outside of the assembly. In other words, package scope is treated as assembly scope when emitting metadata. The default is false.
true if the option should be passed to the compiler; otherwise, false.
Corresponds to the /securescoping
flag.
See the Visual J# Reference for details.
<vjc securescoping='true'/>
VjcTask Class | NAnt.DotNet.Tasks Namespace