NAnt SDK Documentation - v0.92

VbcTask.SupportsNoStdLib Property

Specifies whether the compiler for the active target framework supports NOT referencing standard libraries (system.dll and VBC.RSP). The default is false.

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

See Also

VbcTask Class | NAnt.DotNet.Tasks Namespace