NAnt SDK Documentation - v0.92

CscTask.NoConfig Property

Instructs the compiler not to use implicit references to assemblies. The default is false.

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

Remarks

Corresponds with the /noconfig flag.

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace