This class is an abstract base class used to convert a project in another format to the new MSBuild format project files used by SHFB 1.8.0.0 and later.

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

Syntax

C#
public abstract class ConvertToMSBuildFormat : IDisposable
Visual Basic
Public MustInherit Class ConvertToMSBuildFormat
	Implements IDisposable

Inheritance Hierarchy

See Also