cldrparser.lpi 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. <MainUnitHasScaledStatement Value="False"/>
  11. <CompatibilityMode Value="True"/>
  12. </Flags>
  13. <SessionStorage Value="InProjectDir"/>
  14. <Title Value="cldrparser"/>
  15. <UseAppBundle Value="False"/>
  16. <ResourceType Value="res"/>
  17. </General>
  18. <i18n>
  19. <EnableI18N LFM="False"/>
  20. </i18n>
  21. <BuildModes Count="1">
  22. <Item1 Name="Default" Default="True"/>
  23. </BuildModes>
  24. <PublishOptions>
  25. <Version Value="2"/>
  26. </PublishOptions>
  27. <RunParams>
  28. <local>
  29. <CommandLineParams Value="-t:N"/>
  30. </local>
  31. <FormatVersion Value="2"/>
  32. <Modes Count="1">
  33. <Mode0 Name="default">
  34. <local>
  35. <CommandLineParams Value="-t:N"/>
  36. </local>
  37. </Mode0>
  38. </Modes>
  39. </RunParams>
  40. <Units Count="7">
  41. <Unit0>
  42. <Filename Value="cldrparser.lpr"/>
  43. <IsPartOfProject Value="True"/>
  44. </Unit0>
  45. <Unit1>
  46. <Filename Value="cldrhelper.pas"/>
  47. <IsPartOfProject Value="True"/>
  48. </Unit1>
  49. <Unit2>
  50. <Filename Value="..\helper.pas"/>
  51. <IsPartOfProject Value="True"/>
  52. </Unit2>
  53. <Unit3>
  54. <Filename Value="cldrtest.pas"/>
  55. <IsPartOfProject Value="True"/>
  56. </Unit3>
  57. <Unit4>
  58. <Filename Value="cldrxml.pas"/>
  59. <IsPartOfProject Value="True"/>
  60. </Unit4>
  61. <Unit5>
  62. <Filename Value="..\tests\weight_derivation.inc"/>
  63. <IsPartOfProject Value="True"/>
  64. </Unit5>
  65. <Unit6>
  66. <Filename Value="unicodeset.pas"/>
  67. <IsPartOfProject Value="True"/>
  68. </Unit6>
  69. </Units>
  70. </ProjectOptions>
  71. <CompilerOptions>
  72. <Version Value="11"/>
  73. <PathDelim Value="\"/>
  74. <Target>
  75. <Filename Value="cldrparser"/>
  76. </Target>
  77. <SearchPaths>
  78. <IncludeFiles Value="$(ProjOutDir);data"/>
  79. <OtherUnitFiles Value="data"/>
  80. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  81. </SearchPaths>
  82. </CompilerOptions>
  83. <Debugging>
  84. <Exceptions Count="3">
  85. <Item1>
  86. <Name Value="EAbort"/>
  87. </Item1>
  88. <Item2>
  89. <Name Value="ECodetoolError"/>
  90. </Item2>
  91. <Item3>
  92. <Name Value="EFOpenError"/>
  93. </Item3>
  94. </Exceptions>
  95. </Debugging>
  96. </CONFIG>