NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectBase.ProjectConfigurations Property

[This is preliminary documentation and subject to change.]

Gets a case-insensitive list of project configurations.

[Visual Basic]
Public ReadOnly Property ProjectConfigurations As Hashtable
[C#]
public System.Collections.Hashtable ProjectConfigurations {get;}

Remarks

The key of the Hashtable is the name of the configuration and the value is a ConfigurationBase instance.

See Also

ProjectBase Class | NAnt.VSNet Namespace