Summary
Return a mapping between the configurations defined in the
solution file and the project build configurations.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectEntry
Syntax
public ConfigurationMap BuildConfigurations { get; set; }
Remarks
This mapping only includes project build configurations that
are configured to be built for a given solution configuration.
Value
Type | Description |
---|---|
ConfigurationMap |
Mapping between configurations defined in the solution file
and the project build configurations, or null
if the project is not defined in a solution file.
|