Click or drag to resize
Sandcastle Help File BuilderSandcastleProject Constructor (Project)
This is used to create a Sandcastle Builder project from an existing MSBuild project instance.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public SandcastleProject(
	Project existingProject
)

Parameters

existingProject
Type: Microsoft.Build.EvaluationProject
The existing project instance
Remarks
It is assumed that the project has been loaded, the property values are current, and that the configuration and platform have been set in the MSBuild project global properties in order to get the correct final values.
See Also