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

ProjectBase.BuildConfigurations Property

[This is preliminary documentation and subject to change.]

Gets a list of project configurations that can be build.

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

Remarks

Project configurations that are not in this list do not need to be compiled (unless the project was not loaded through a solution file).

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