FAKE - F# Make


CscParams

Compiler parameters

Record Fields

Record FieldDescription
Debug
Signature: bool

Specifies whether to emit debug information (default is false).

OtherParams
Signature: string list

Specifies other params for the compilation. Freeform strings.

Output
Signature: string

Specifies the output file name and path.

Platform
Signature: CscPlatform

Specifies the compiled artifact target platform.

References
Signature: string list

Specifies assemblies to reference for the compilation.

Target
Signature: CscTarget

Specifies the compiled artifact target type.

ToolPath
Signature: string

Specifies the tool path to csc.exe.

Static members

Static memberDescription
Default
Signature: CscParams

The default parameters to the compiler.

Fork me on GitHub