TaskRunnerRun32BitProject Method
Run the specified MSBuild project using the 32-bit version of MSBuild
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public void Run32BitProject(
string projectFile,
bool minimalOutput
)
Public Sub Run32BitProject (
projectFile As String,
minimalOutput As Boolean
)
public:
void Run32BitProject(
String^ projectFile,
bool minimalOutput
)
member 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.