IBuildProcess.Run32BitProject Method
Definition
- Namespace
- Sandcastle.Core.BuildEngine
- Assembly
- Sandcastle.Core.dll
Run the specified MSBuild project using the 32-bit version of MSBuild
void Run32BitProject(string projectFile, bool minimalOutput)
Parameters
projectFilestringThe project file to run
minimalOutputboolTrue for minimal output, false for normal output
Remarks
A standard set of command line options will be used (/nologo /clp:NoSummary) along
with the given verbosity level. Silverlight build targets are only available for 32-bit builds
regardless of the framework version and require the 32-bit version of MSBuild in order to load the
targets files correctly.