NAnt SDK Documentation - v0.92

ProjectBase.BuildConfigurations Property

Gets a list of project configurations that can be build.

[Visual Basic]
Public ReadOnly Property BuildConfigurations As ConfigurationDictionary
[C#]
public ConfigurationDictionary BuildConfigurations {get;}

Remarks

Project configurations that are not in this list do not need to be compiled.

See Also

ProjectBase Class | NAnt.VSNet Namespace