| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 | <?xml version="1.0" encoding="UTF-8"?><CONFIG>  <ProjectOptions>    <Version Value="12"/>    <General>      <Flags>        <SaveClosedFiles Value="False"/>        <SaveOnlyProjectUnits Value="True"/>        <MainUnitHasCreateFormStatements Value="False"/>        <MainUnitHasTitleStatement Value="False"/>        <MainUnitHasScaledStatement Value="False"/>        <SaveJumpHistory Value="False"/>        <SaveFoldState Value="False"/>        <CompatibilityMode Value="True"/>      </Flags>      <SessionStorage Value="InProjectDir"/>      <Title Value="FPDoc Documentation generator"/>      <ResourceType Value="res"/>      <UseXPManifest Value="True"/>    </General>    <i18n>      <EnableI18N LFM="False"/>    </i18n>    <CustomData Count="3">      <Item0 Name="OpenAPIBase"/>      <Item1 Name="OpenAPIConfig"/>      <Item2 Name="OpenAPIFile"/>    </CustomData>    <BuildModes Count="1">      <Item1 Name="Default" Default="True"/>    </BuildModes>    <PublishOptions>      <Version Value="2"/>    </PublishOptions>    <RunParams>      <FormatVersion Value="2"/>    </RunParams>    <RequiredPackages Count="1">      <Item1>        <PackageName Value="FCL"/>      </Item1>    </RequiredPackages>    <Units Count="21">      <Unit0>        <Filename Value="fpdoc.pp"/>        <IsPartOfProject Value="True"/>        <UnitName Value="FPDoc"/>      </Unit0>      <Unit1>        <Filename Value="dglobals.pp"/>        <IsPartOfProject Value="True"/>        <UnitName Value="dGlobals"/>      </Unit1>      <Unit2>        <Filename Value="dw_dxml.pp"/>        <IsPartOfProject Value="True"/>        <UnitName Value="dw_dXML"/>      </Unit2>      <Unit3>        <Filename Value="dw_html.pp"/>        <IsPartOfProject Value="True"/>      </Unit3>      <Unit4>        <Filename Value="dw_ipflin.pas"/>        <IsPartOfProject Value="True"/>      </Unit4>      <Unit5>        <Filename Value="dw_latex.pp"/>        <IsPartOfProject Value="True"/>        <UnitName Value="dw_LaTeX"/>      </Unit5>      <Unit6>        <Filename Value="dwlinear.pp"/>        <IsPartOfProject Value="True"/>      </Unit6>      <Unit7>        <Filename Value="dw_linrtf.pp"/>        <IsPartOfProject Value="True"/>        <UnitName Value="dw_LinRTF"/>      </Unit7>      <Unit8>        <Filename Value="dw_man.pp"/>        <IsPartOfProject Value="True"/>      </Unit8>      <Unit9>        <Filename Value="dwriter.pp"/>        <IsPartOfProject Value="True"/>        <UnitName Value="dWriter"/>      </Unit9>      <Unit10>        <Filename Value="dw_txt.pp"/>        <IsPartOfProject Value="True"/>      </Unit10>      <Unit11>        <Filename Value="dw_xml.pp"/>        <IsPartOfProject Value="True"/>        <UnitName Value="dw_XML"/>      </Unit11>      <Unit12>        <Filename Value="fpdocproj.pas"/>        <IsPartOfProject Value="True"/>      </Unit12>      <Unit13>        <Filename Value="fpdocxmlopts.pas"/>        <IsPartOfProject Value="True"/>      </Unit13>      <Unit14>        <Filename Value="mkfpdoc.pp"/>        <IsPartOfProject Value="True"/>      </Unit14>      <Unit15>        <Filename Value="fpdocclasstree.pp"/>        <IsPartOfProject Value="True"/>      </Unit15>      <Unit16>        <Filename Value="dw_markdown.pp"/>        <IsPartOfProject Value="True"/>      </Unit16>      <Unit17>        <Filename Value="dw_chm.pp"/>        <IsPartOfProject Value="True"/>      </Unit17>      <Unit18>        <Filename Value="dw_basemd.pp"/>        <IsPartOfProject Value="True"/>      </Unit18>      <Unit19>        <Filename Value="dw_basehtml.pp"/>        <IsPartOfProject Value="True"/>      </Unit19>      <Unit20>        <Filename Value="fpdocstrs.pp"/>        <IsPartOfProject Value="True"/>      </Unit20>    </Units>  </ProjectOptions>  <CompilerOptions>    <Version Value="11"/>    <Target>      <Filename Value="fpdoc"/>    </Target>    <SearchPaths>      <IncludeFiles Value="$(ProjOutDir)"/>      <OtherUnitFiles Value="../../packages/fcl-passrc/src"/>      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>    </SearchPaths>    <Linking>      <Debugging>        <DebugInfoType Value="dsDwarf3"/>      </Debugging>    </Linking>    <Other>      <CustomOptions Value="-dCheckPasTreeRefCountx-dDebugRefCountx"/>    </Other>  </CompilerOptions>  <Debugging>    <Exceptions Count="3">      <Item1>        <Name Value="EAbort"/>      </Item1>      <Item2>        <Name Value="ECodetoolError"/>      </Item2>      <Item3>        <Name Value="EFOpenError"/>      </Item3>    </Exceptions>  </Debugging></CONFIG>
 |