TargetBuiltReason Enum

Definition

The reason that a target was built by its parent target.

public enum class TargetBuiltReason
public enum TargetBuiltReason
type TargetBuiltReason = 
Public Enum TargetBuiltReason
Inheritance
TargetBuiltReason

Fields

AfterTargets 3

The target was part of the parent's AfterTargets list.

BeforeTargets 1

The target was part of the parent's BeforeTargets list.

DependsOn 2

The target was part of the parent's DependsOn list.

None 0

This wasn't built on because of a parent.

Applies to