ProjectConfiguration

Stores info about project configuration

Members

Enums

Type
enum Type

Type of configuration

Static functions

load
ProjectConfiguration[string] load(Setting s)

parsing from setting file

Static variables

DEFAULT
ProjectConfiguration DEFAULT;

Default project configuration

DEFAULT_NAME
string DEFAULT_NAME;

How to display default configuration in ui

Variables

name
string name;

name used to build the project

type
Type type;

type, for libraries one can run tests, for apps - execute them

Meta