Namespaces
Fake
Fake.Git
Fake.MSBuild
Fake.SQL
FakeLib
Types in Fake
AdditionalSyntax
AllowDuplicateTypes
AssemblyInfoHelper
AssemblyInfoParams
AssemblyInfoReplacementParams
AsyncHelper
Build
BuildConfiguration
BuildServer
BuildServerHelper
CacheHelper
CodeLanguage
ConsoleTraceListener
DocuHelper
DocuParams
EnvironmentHelper
Event
ExecParams
FileHelper
FileIncludes
FileSetHelper
FileSystemHelper
FileUtils
FSIHelper
FxCopErrorLevel
FxCopHelper
FxCopParams
Gallio
GallioParams
HTMLHelpWorkShopHelper
ILMergeHelper
ILMergeParams
InternalizeTypes
ITraceListener
MessageHelper
MSBuildHelper
MSBuildParams
MSBuildVerbosity
MSpecHelper
MSpecParams
NAntXmlTraceListener
NCoverHelper
NCoverParams
NuGetHelper
NuGetParams
NUnitHelper
NUnitParams
Option
PostMethod
ProcessHelper
Project
RegexEntry
RegistryBaseKey
RegistryHelper
ReportArchiveMode
REST
SCPHelper
SCPParams
Seq
Shell
StringHelper
Tags
TargetHelper
TargetKind
TargetTemplate`1
TeamCityHelper
TeamCityRESTHelper
TemplateHelper
TestCase
TestSuite
TimeoutHelper
TraceData
TraceHelper
TraceListener
TraceMode
VCSRoot
Verbosity
VSSHelper
WiXHelper
WiXParams
XCopyHelper
XMLHelper
XUnitHelper
XUnitParams
ZipHelper
Type
MSBuildHelper
Namespace
Fake
Methods
build
getAllParameters<a>
getProjectReferences
loadProject
MSBuild
MSBuildDebug
MSBuildRelease
processReferences
serializeMSBuildParams
xname
Properties
MSBuildDefaults
msBuildExe
msbuildNamespace
Public static methods
void
build
(
FSharpFunc<MSBuildParams, MSBuildParams>
setParams,
string
project)
FSharpList<a>
getAllParameters<a>
(
a
targets,
a
maxcpu,
a
tools,
a
verbosity,
FSharpList<a>
properties)
FSharpSet<string>
getProjectReferences
(
string
projectFileName)
XDocument
loadProject
(
string
projectFileName)
IEnumerable<string>
MSBuild
(
string
outputPath,
string
targets,
FSharpList<Tuple<string, string>>
properties,
IEnumerable<string>
projects)
Builds the given project files and collects the output files
FSharpFunc<IEnumerable<string>, IEnumerable<string>>
MSBuildDebug
(
string
outputPath,
string
targets)
Builds the given project files and collects the output files
FSharpFunc<IEnumerable<string>, IEnumerable<string>>
MSBuildRelease
(
string
outputPath,
string
targets)
Builds the given project files and collects the output files
XDocument
processReferences
(
string
elementName,
FSharpFunc<string, string>
f,
string
projectFileName,
XDocument
doc)
string
serializeMSBuildParams
(
MSBuildParams
p)
XName
xname
(
string
name)
Public properties
MSBuildParams
MSBuildDefaults
get;
string
msBuildExe
get;
MSBuild exe fileName
string
msbuildNamespace
get;