NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CscTask.NoConfig Property
[This is preliminary documentation and subject to change.]
Instructs the compiler not to use implicit references to assemblies. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Required:=False, Name:="noconfig", ExpandProperties:=True, ProcessXml:=True), _
FrameworkConfigurable(Name:="noconfig", Required:=False, ExpandProperties:=True)>
Public Property NoConfig As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="noconfig", ExpandProperties=True, ProcessXml=True)]
[FrameworkConfigurable(Name="noconfig", Required=False, ExpandProperties=True)]
public
bool NoConfig {get; set;}
Remarks
Corresponds with the /noconfig
flag.
See Also
CscTask Class | NAnt.DotNet.Tasks Namespace