Click or drag to resize
Sandcastle Help File BuilderConvertToMSBuildFormat Constructor (String, String)
Constructor

Namespace: SandcastleBuilder.Utils.Conversion
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected ConvertToMSBuildFormat(
	string oldProjectFile,
	string folder
)

Parameters

oldProjectFile
Type: SystemString
The old project filename
folder
Type: SystemString
The folder in which to place the new project and its related files. This cannot be the same folder as the old project file.
See Also