This class is used to convert the Microsoft example Sandcastle GUI project files to the MSBuild format project files used by the help file builder.

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

Syntax

C#
public class ConvertFromMSExampleGui : ConvertToMSBuildFormat
Visual Basic
Public Class ConvertFromMSExampleGui _
	Inherits ConvertToMSBuildFormat

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.Utils.Conversion..::..ConvertToMSBuildFormat
    SandcastleBuilder.Utils.Conversion..::..ConvertFromMSExampleGui

See Also