SolutionActiveConfiguration Property |
The active configuration (usually 'Debug' or 'Release').
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public string ActiveConfiguration { get; set; }
Property Value
Type:
StringRemarks
After changing the active configuration and/or platform, the solution should be re-loaded
so that files can be parsed according to any defined compiler directive symbols, and so
any generated code-behind files can be loaded from the proper output directory.
See Also