NAnt SDK Documentation - v0.92

JscTask.NoStdLib Property

Instructs the compiler not to import standard library, and changes AutoRef to false. The default is false.

[Visual Basic]
<TaskAttribute(Name:="nostdlib", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property NoStdLib As Boolean
[C#]
[TaskAttribute(Name="nostdlib", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool NoStdLib {get; set;}

Remarks

Corresponds with the /noconfig flag.

See Also

JscTask Class | NAnt.DotNet.Tasks Namespace