NAnt SDK Documentation - v0.92 |
|
LicenseTask.HasCommandLineCompiler Property
Indicates whether the current target framework has a command line tool for compiling licenses files. The default is true.
[Visual Basic]
<FrameworkConfigurable(Name:="hascommandlinecompiler", Required:=False, ExpandProperties:=True)>
Public Property HasCommandLineCompiler As
Boolean
[C#]
[FrameworkConfigurable(Name="hascommandlinecompiler", Required=False, ExpandProperties=True)]
public
bool HasCommandLineCompiler {get; set;}
See Also
LicenseTask Class | NAnt.DotNet.Tasks Namespace