NAnt
![]() ![]() ![]() |
NAnt.Contrib.Tasks () |
Compiles a Microsoft HTML Help 2.0 Project.
Attribute | Type | Description | Required |
---|---|---|---|
contents | string | The name of the contents (.HxC) file. | False |
logfile | string | ANSI/DBCS log filename. | False |
noerrors | bool | Generate no error messages. | False |
noinformation | bool | Generate no informational messages. | False |
nowarnings | bool | Generate no warning messages. | False |
output | string | Output (.HxS) filename. | False |
projectroot | string | Root directory containing Help 2.0 project files. | False |
quiet | bool | Quiet mode. | False |
uncompilefile | string | File to be decompiled. | False |
uncompileoutputdir | string | Directory to place decompiled files into. | False |
unicodelogfile | string | Unicode log filename. | False |
failonerror | bool | False | |
if | bool | False | |
timeout | int | False | |
unless | bool | False | |
verbose | bool | False |
Attribute | Type | Description | Required |
---|---|---|---|
exename | string | False | |
useruntimeengine | bool | False |
Compile a help file.
<hxcomp contents="MyContents.HxC" output="MyHelpFile.HxS" projectroot="HelpSourceFolder"/>