IBuildProcessRun32BitProject Method
Run the specified MSBuild project using the 32-bit version of MSBuild
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void Run32BitProject(
string projectFile,
bool minimalOutput
)
Sub Run32BitProject (
projectFile As String,
minimalOutput As Boolean
)
void Run32BitProject(
String^ projectFile,
bool minimalOutput
)
abstract Run32BitProject :
projectFile : string *
minimalOutput : bool -> unit
Parameters
- projectFile String
- The project file to run
- minimalOutput Boolean
- True for minimal output, false for normal output
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.