| BuildHelpAlwaysLoadProject Property |
This is used to specify whether or not to load the specified
ProjectFile rather than
use the executing project.
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool AlwaysLoadProject { get; set; }
Public Property AlwaysLoadProject As Boolean
Get
Set
public:
property bool AlwaysLoadProject {
bool get ();
void set (bool value);
}
member AlwaysLoadProject : bool with get, set
Property Value
Type:
BooleanThis 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