SandcastleProject(Project) Constructor

This is used to create a Sandcastle Builder project from an existing MSBuild project instance

Definition

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

Parameters

existingProject  Project
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