NAnt SDK Documentation - v0.92

ProjectEntry.BuildConfigurations Property

Return a mapping between the configurations defined in the solution file and the project build configurations.

[Visual Basic]
Public Property BuildConfigurations As ConfigurationMap
[C#]
public ConfigurationMap BuildConfigurations {get; set;}

Property Value

Mapping between configurations defined in the solution file and the project build configurations, or a null reference (Nothing in Visual Basic) if the project is not defined in a solution file.

Remarks

This mapping only includes project build configurations that are configured to be built for a given solution configuration.

See Also

ProjectEntry Class | NAnt.VSNet Namespace