Class TargetPlatform
Platform when calling build of project
Inheritance
object
TargetPlatform
Namespace: BuildSystem.Variants
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class TargetPlatform : Enum
Fields
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |
Win32
Win32 platform
Declaration
public const TargetPlatform Win32 = 0
Field Value
Type | Description |
---|---|
TargetPlatform |
Win64
Win64 platform
Declaration
public const TargetPlatform Win64 = 1
Field Value
Type | Description |
---|---|
TargetPlatform |