IBuild ProcessRun 32Bit Project Method
Run the specified MSBuild project using the 32-bit version of MSBuild
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
void Run32BitProject(
string projectFile,
bool minimalOutput
)VB
Sub Run32BitProject (
projectFile As String,
minimalOutput As Boolean
)C++
void Run32BitProject(
String^ projectFile,
bool minimalOutput
)F#
abstract Run32BitProject :
projectFile : string *
minimalOutput : bool -> unit Parameters
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.