ProjectDescription

Describes a complete project for use in IDEs or build tools.

The build settings will be specific to the compiler, platform and configuration that has been selected.

Members

Aliases

mainPackage
alias mainPackage = rootPackage
Undocumented in source.

Variables

architecture
string[] architecture;
Undocumented in source.
buildType
string buildType;
Undocumented in source.
compiler
string compiler;
Undocumented in source.
configuration
string configuration;
Undocumented in source.
packages
PackageDescription[] packages;

All packages in the dependency tree

platform
string[] platform;
Undocumented in source.
rootPackage
string rootPackage;
Undocumented in source.
targetLookup
TargetDescription[string] targetLookup;

Targets by name

targets
TargetDescription[] targets;

Build targets

Meta