TargetDescription

Describes the settings necessary to build a certain binary target.

Members

Variables

buildSettings
BuildSettings buildSettings;

Final build settings to use when building the target

cacheArtifactPath
string cacheArtifactPath;

The full path of the built target in the cache

dependencies
string[] dependencies;

List of all dependencies of this target (package names)

linkDependencies
string[] linkDependencies;

List of all link-dependencies of this target (target names)

packages
string[] packages;

All packages contained in this target (e.g. for target type "sourceLibrary")

rootConfiguration
string rootConfiguration;

Build configuration of the target's root package used for building

rootPackage
string rootPackage;

Main package associated with this target, this is also the name of the target.

Meta