Constructor

Namespace: SandcastleBuilder.Utils.Conversion
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
protected ConvertToMSBuildFormat(
	string oldProjectFile,
	string folder
)
Visual Basic
Protected Sub New ( 
	oldProjectFile As String,
	folder As String
)

Parameters

oldProjectFile
Type: System..::..String
The old project filename
folder
Type: System..::..String
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