You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.4 KiB
86 lines
1.4 KiB
<!--
|
|
This is config file for HelixoftHelpReg.exe utility. It defines
|
|
in detail which namespace, titles, filters and plugins should
|
|
be registered.
|
|
NOTE:
|
|
You cannot use these characters in XML , use character entities instead:
|
|
Character Entity
|
|
< <
|
|
> >
|
|
& &
|
|
" "
|
|
' '
|
|
Or you can enclose the text in "<![CDATA[" and "]]>" block.
|
|
-->
|
|
<HelixoftHelpReg>
|
|
<namespace>
|
|
<name><![CDATA[
|
|
vbdm.Vertragsverwaltung
|
|
]]></name>
|
|
|
|
<file><![CDATA[
|
|
Vertragsverwaltung_COL.HxC
|
|
]]></file>
|
|
|
|
<description><![CDATA[
|
|
Vertragsverwaltung Reference
|
|
]]></description>
|
|
</namespace>
|
|
|
|
<title>
|
|
<name><![CDATA[
|
|
Vertragsverwaltung
|
|
]]></name>
|
|
|
|
<titleFile><![CDATA[
|
|
Vertragsverwaltung.HxS
|
|
]]></titleFile>
|
|
|
|
<indexFile><![CDATA[
|
|
Vertragsverwaltung.HxS
|
|
]]></indexFile>
|
|
|
|
<queryFile></queryFile>
|
|
|
|
<attrFile></attrFile>
|
|
|
|
<langId>1033</langId>
|
|
</title>
|
|
|
|
<filter>
|
|
<name><![CDATA[
|
|
Vertragsverwaltung Reference
|
|
]]></name>
|
|
|
|
<query><![CDATA[
|
|
"DocSet"="Vertragsverwaltung"
|
|
]]></query>
|
|
</filter>
|
|
|
|
<plugin>
|
|
<parentNamespace><![CDATA[
|
|
ms.vscc
|
|
]]></parentNamespace>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<parentNamespace><![CDATA[
|
|
ms.vscc.2003
|
|
]]></parentNamespace>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<parentNamespace><![CDATA[
|
|
MS.VSIPCC.v80
|
|
]]></parentNamespace>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<parentNamespace><![CDATA[
|
|
MS.VSIPCC.v90
|
|
]]></parentNamespace>
|
|
</plugin>
|
|
|
|
</HelixoftHelpReg>
|
|
|