![]() |
Paradox Game Engine
v1.0.0 beta06
|
A solution configuration used by SolutionPlatform More...
Public Member Functions | |
SolutionConfiguration (string name) | |
Initializes a new instance of the SolutionConfiguration class. More... | |
Properties | |
string | Name [get, set] |
Gets or sets the configuration name (e.g. Debug, Release) More... | |
bool | IsDebug [get, set] |
Gets or sets a value indicating whether this instance is a debug configuration. More... | |
List< string > | Properties [get, set] |
Gets the additional msbuild properties for a specific configuration (Debug or Release) More... | |
A solution configuration used by SolutionPlatform
Definition at line 247 of file SolutionPlatform.cs.
SiliconStudio.Assets.SolutionConfiguration.SolutionConfiguration | ( | string | name | ) |
Initializes a new instance of the SolutionConfiguration class.
Definition at line 252 of file SolutionPlatform.cs.
|
getset |
Gets or sets a value indicating whether this instance is a debug configuration.
true
if this instance is debug; otherwise, false
.
Definition at line 269 of file SolutionPlatform.cs.
|
getset |
Gets or sets the configuration name (e.g. Debug, Release)
The name.
Definition at line 263 of file SolutionPlatform.cs.
|
getset |
Gets the additional msbuild properties for a specific configuration (Debug or Release)
The msbuild configuration properties.
Definition at line 275 of file SolutionPlatform.cs.