Click or drag to resize

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
C#
public string ActiveConfiguration { get; set; }

Property Value

Type: String
Remarks
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