Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.SolutionConfiguration Class Reference

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...
 

Detailed Description

A solution configuration used by SolutionPlatform

Definition at line 247 of file SolutionPlatform.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.SolutionConfiguration.SolutionConfiguration ( string  name)

Initializes a new instance of the SolutionConfiguration class.

Definition at line 252 of file SolutionPlatform.cs.

Property Documentation

bool SiliconStudio.Assets.SolutionConfiguration.IsDebug
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.

string SiliconStudio.Assets.SolutionConfiguration.Name
getset

Gets or sets the configuration name (e.g. Debug, Release)

The name.

Definition at line 263 of file SolutionPlatform.cs.

List<string> SiliconStudio.Assets.SolutionConfiguration.Properties
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.


The documentation for this class was generated from the following file: