IBuild ProcessRun Project Method
Run the specified MSBuild project using MSBuild.exe or dotnet.exe
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 RunProject(
string projectFile,
bool minimalOutput
)VB
Sub RunProject (
projectFile As String,
minimalOutput As Boolean
)C++
void RunProject(
String^ projectFile,
bool minimalOutput
)F#
abstract RunProject :
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. The 64-bit version of MSBuild will be used if available on 64-bit
systems.