NAnt SDK Documentation - v0.92 |
|
CompilerBase.SupportsKeyContainer Property
Indicates whether the compiler for a given target framework supports the "keycontainer" option. The default is false.
[Visual Basic]
<FrameworkConfigurable(Name:="supportskeycontainer", Required:=False, ExpandProperties:=True)>
Overridable Public Property SupportsKeyContainer As
Boolean
[C#]
[FrameworkConfigurable(Name="supportskeycontainer", Required=False, ExpandProperties=True)]
public virtual
bool SupportsKeyContainer {get; set;}
See Also
CompilerBase Class | NAnt.DotNet.Tasks Namespace