cldrparser.lpi 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <MainUnit Value="0"/>
  13. <Title Value="cldrparser"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. </General>
  17. <i18n>
  18. <EnableI18N LFM="False"/>
  19. </i18n>
  20. <VersionInfo>
  21. <StringTable ProductVersion=""/>
  22. </VersionInfo>
  23. <BuildModes Count="1">
  24. <Item1 Name="Default" Default="True"/>
  25. </BuildModes>
  26. <PublishOptions>
  27. <Version Value="2"/>
  28. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  29. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  30. </PublishOptions>
  31. <RunParams>
  32. <local>
  33. <FormatVersion Value="1"/>
  34. <CommandLineParams Value="de.xml search"/>
  35. </local>
  36. </RunParams>
  37. <Units Count="7">
  38. <Unit0>
  39. <Filename Value="cldrparser.lpr"/>
  40. <IsPartOfProject Value="True"/>
  41. <UnitName Value="cldrparser"/>
  42. </Unit0>
  43. <Unit1>
  44. <Filename Value="cldrhelper.pas"/>
  45. <IsPartOfProject Value="True"/>
  46. <UnitName Value="cldrhelper"/>
  47. </Unit1>
  48. <Unit2>
  49. <Filename Value="..\helper.pas"/>
  50. <IsPartOfProject Value="True"/>
  51. <UnitName Value="helper"/>
  52. </Unit2>
  53. <Unit3>
  54. <Filename Value="cldrtest.pas"/>
  55. <IsPartOfProject Value="True"/>
  56. <UnitName Value="cldrtest"/>
  57. </Unit3>
  58. <Unit4>
  59. <Filename Value="cldrxml.pas"/>
  60. <IsPartOfProject Value="True"/>
  61. <UnitName Value="cldrxml"/>
  62. </Unit4>
  63. <Unit5>
  64. <Filename Value="..\tests\weight_derivation.inc"/>
  65. <IsPartOfProject Value="True"/>
  66. </Unit5>
  67. <Unit6>
  68. <Filename Value="unicodeset.pas"/>
  69. <IsPartOfProject Value="True"/>
  70. <UnitName Value="unicodeset"/>
  71. </Unit6>
  72. </Units>
  73. </ProjectOptions>
  74. <CompilerOptions>
  75. <Version Value="11"/>
  76. <PathDelim Value="\"/>
  77. <Target>
  78. <Filename Value="cldrparser"/>
  79. </Target>
  80. <SearchPaths>
  81. <IncludeFiles Value="$(ProjOutDir);..\src"/>
  82. <OtherUnitFiles Value="..\src;..\rbtree\src;..\trie"/>
  83. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  84. </SearchPaths>
  85. <Other>
  86. <CompilerMessages>
  87. <MsgFileName Value=""/>
  88. </CompilerMessages>
  89. <CompilerPath Value="$(CompPath)"/>
  90. </Other>
  91. </CompilerOptions>
  92. <Debugging>
  93. <Exceptions Count="3">
  94. <Item1>
  95. <Name Value="EAbort"/>
  96. </Item1>
  97. <Item2>
  98. <Name Value="ECodetoolError"/>
  99. </Item2>
  100. <Item3>
  101. <Name Value="EFOpenError"/>
  102. </Item3>
  103. </Exceptions>
  104. </Debugging>
  105. </CONFIG>