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.

struct ProjectDescription {
string rootPackage;
string configuration;
string buildType;
string compiler;
string[] architecture;
string[] platform;
}

Members

Variables

packages
PackageDescription[] packages;

All packages in the dependency tree

targetLookup
TargetDescription[string] targetLookup;

Targets by name

targets
TargetDescription[] targets;

Build targets

Meta