Initial commit
This commit is contained in:
85
edkb12/edkb12 V13/EDKB12WS/VSdoc/Help2/HelpRegCfg.xml
Normal file
85
edkb12/edkb12 V13/EDKB12WS/VSdoc/Help2/HelpRegCfg.xml
Normal file
@@ -0,0 +1,85 @@
|
||||
<!--
|
||||
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.EDKB12WS
|
||||
]]></name>
|
||||
|
||||
<file><![CDATA[
|
||||
EDKB12WS_COL.HxC
|
||||
]]></file>
|
||||
|
||||
<description><![CDATA[
|
||||
EDKB12WS Reference Reference
|
||||
]]></description>
|
||||
</namespace>
|
||||
|
||||
<title>
|
||||
<name><![CDATA[
|
||||
EDKB12WS Reference
|
||||
]]></name>
|
||||
|
||||
<titleFile><![CDATA[
|
||||
EDKB12WS.HxS
|
||||
]]></titleFile>
|
||||
|
||||
<indexFile><![CDATA[
|
||||
EDKB12WS.HxS
|
||||
]]></indexFile>
|
||||
|
||||
<queryFile></queryFile>
|
||||
|
||||
<attrFile></attrFile>
|
||||
|
||||
<langId>1033</langId>
|
||||
</title>
|
||||
|
||||
<filter>
|
||||
<name><![CDATA[
|
||||
EDKB12WS Reference Reference
|
||||
]]></name>
|
||||
|
||||
<query><![CDATA[
|
||||
"DocSet"="EDKB12WS"
|
||||
]]></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>
|
||||
|
||||
Reference in New Issue
Block a user