IBuildProcessRunProject Method
Run the specified MSBuild project using MSBuild.exe or dotnet.exe
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void RunProject(
string projectFile,
bool minimalOutput
)
Sub RunProject (
projectFile As String,
minimalOutput As Boolean
)
void RunProject(
String^ projectFile,
bool minimalOutput
)
abstract RunProject :
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. The 64-bit version of MSBuild will be used if available on 64-bit
systems.