Namespaces

Types in Fake

Type MSBuildParams

Namespace Fake

Interfaces IEquatable<MSBuildParams>, IStructuralEquatable, IComparable<MSBuildParams>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(MSBuildParams obj)

bool Equals(MSBuildParams obj)

Public properties

FSharpOption<FSharpOption<int>> MaxCpuCount get;

FSharpList<Tuple<string, string>> Properties get;

FSharpList<string> Targets get;

FSharpOption<string> ToolsVersion get;

FSharpOption<MSBuildVerbosity> Verbosity get;