Click or drag to resize
Sandcastle Help File BuilderBuildHelpAlwaysLoadProject Property
This is used to specify whether or not to load the specified ProjectFile rather than use the executing project.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool AlwaysLoadProject { get; set; }

Property Value

Type: Boolean
This property is optional. If set to false, the default, the executing project is used as the Sandcastle project to build. If set to true, the specified ProjectFile is loaded. In such cases, command line property overrides are ignored.
See Also