Click or drag to resize

SolutionActivePlatform Property

The active platform (usually 'Any CPU', 'x86', or 'Mixed Platforms').

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string ActivePlatform { 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