This task is used to run HHC.EXE which is used to compile a Help 1 (CHM) help file.

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

Syntax

C#
public class Build1xHelpFile : ToolTask
Visual Basic
Public Class Build1xHelpFile _
	Inherits ToolTask

Remarks

Support is provided for wrapping the tool in a call to an application such as SBAppLocale.exe to workaround encoding issues with the Help 1 compiler.

Inheritance Hierarchy

System..::..Object
  Microsoft.Build.Utilities..::..Task
    Microsoft.Build.Utilities..::..ToolTask
      SandcastleBuilder.Utils.MSBuild..::..Build1xHelpFile

See Also