1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="utf-8"?>
<docproject>
<options>
<option name="ostarget" value="Win64"/>
<option name="cputarget" value="x86_64"/>
<option name="hide-protected" value="false"/>
<option name="show-private" value="false"/>
<option name="warn-no-node" value="false"/>
<option name="stop-on-parser-error" value="false"/>
<option name="parse-impl" value="false"/>
<option name="dont-trim" value="true"/>
<option name="emit-notes" value="false"/>
<option name="css-file" value="lazcontrols.css"/>
<option name="auto-index" value="true"/>
<option name="auto-toc" value="true"/>
<option name="chm-title" value="(LazControls) Lazarus Controls Package"/>
<!--
<option name="footer" value="lazcontrols-footer.xml"/>
<option name="format" value="chm | html"/>
-->
</options>
<packages>
<package name="lazcontrols" output="lazcontrols" content="lazcontrols.xct">
<units>
<unit file="../checkboxthemed.pas"/>
<unit file="../dividerbevel.pas"/>
<unit file="../extendednotebook.pas"/>
<unit file="../listfilteredit.pas"/>
<unit file="../listviewfilteredit.pas"/>
<unit file="../lvlgraphctrl.pas"/>
<unit file="../shortpathedit.pas"/>
<unit file="../spinex.pp"/>
<unit file="../treefilteredit.pas"/>
<unit file="../laznumedit.pas"/>
<!--
omit to avoid fcl-passrc errors
<unit file="../extendedtabcontrols.pas"/>
-->
</units>
<descriptions>
<description file="checkboxthemed.xml"/>
<description file="dividerbevel.xml"/>
<description file="extendednotebook.xml"/>
<description file="listfilteredit.xml"/>
<description file="listviewfilteredit.xml"/>
<description file="lvlgraphctrl.xml"/>
<description file="shortpathedit.xml"/>
<description file="spinex.xml"/>
<description file="treefilteredit.xml"/>
<description file="laznumedit.xml"/>
<!--
omit to avoid fcl-passrc errors
<description file="extendedtabcontrols.xml"/>
-->
</descriptions>
<imports>
<!-- Import prefixes differ between output formats. Pass them as command line arguiments. -->
<!-- for CHM
<import file="../../../docs/chm/rtl.xct" prefix="ms-its:rtl.chm::/"/>
<import file="../../../docs/chm/fcl.xct" prefix="ms-its:fcl.chm::/"/>
<import file="../../../docs/chm/lcl.xct" prefix="ms-its:lcl.chm::/"/>
<import file="../../../docs/chm/lazutils.xct" prefix="ms-its:lazutils.chm::/"/>
-->
<!-- for HTML
<import file="../../../docs/chm/rtl.xct" prefix="../rtl/"/>
<import file="../../../docs/chm/fcl.xct" prefix="../fcl/"/>
<import file="../../../docs/chm/lcl.xct" prefix="../lcl/"/>
<import file="../../../docs/chm/lazutils.xct" prefix="../lazutils/"/>
-->
</imports>
</package>
</packages>
</docproject>
|