FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Fsc.PlatformType Type

Limit which platforms the compiled code can run on: x86, Itanium, x64, anycpu32bitpreferred, or anycpu. The default is anycpu.

Union cases

Union case Description

AnyCpu

Full Usage: AnyCpu

AnyCpu32BitPreferred

Full Usage: AnyCpu32BitPreferred

Itanium

Full Usage: Itanium

X64

Full Usage: X64

X86

Full Usage: X86