TaskRunnerRun32BitProject Method

Run the specified MSBuild project using the 32-bit version of MSBuild

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void Run32BitProject(
	string projectFile,
	bool minimalOutput
)

Parameters

projectFile  String
The project file to run
minimalOutput  Boolean
True 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.

See Also