Table of Contents

Class SolutionConfiguration

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

A solution configuration used by SolutionPlatform

[DataContract("SolutionConfiguration")]
public class SolutionConfiguration
Inheritance
SolutionConfiguration

Constructors

SolutionConfiguration(string)

Initializes a new instance of the SolutionConfiguration class.

public SolutionConfiguration(string name)

Parameters

name string

Properties

IsDebug

Gets or sets a value indicating whether this instance is a debug configuration.

public bool IsDebug { get; set; }

Property Value

bool

true if this instance is debug; otherwise, false.

Name

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

public string Name { get; init; }

Property Value

string

The name.

Properties

Gets the additional msbuild properties for a specific configuration (Debug or Release)

public List<string> Properties { get; }

Property Value

List<string>

The msbuild configuration properties.