testschema.lpi 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <SaveOnlyProjectUnits Value="True"/>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. <MainUnitHasScaledStatement Value="False"/>
  11. </Flags>
  12. <SessionStorage Value="InProjectDir"/>
  13. <Title Value="testschema"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. </General>
  17. <BuildModes>
  18. <Item Name="Default" Default="True"/>
  19. </BuildModes>
  20. <PublishOptions>
  21. <Version Value="2"/>
  22. <UseFileFilters Value="True"/>
  23. </PublishOptions>
  24. <RunParams>
  25. <FormatVersion Value="2"/>
  26. </RunParams>
  27. <RequiredPackages>
  28. <Item>
  29. <PackageName Value="LCL"/>
  30. </Item>
  31. </RequiredPackages>
  32. <Units>
  33. <Unit>
  34. <Filename Value="testschema.lpr"/>
  35. <IsPartOfProject Value="True"/>
  36. </Unit>
  37. <Unit>
  38. <Filename Value="../src/fpjson.schema.schema.pp"/>
  39. <IsPartOfProject Value="True"/>
  40. <UnitName Value="FpJson.Schema.Schema"/>
  41. </Unit>
  42. <Unit>
  43. <Filename Value="../src/fpjson.schema.consts.pp"/>
  44. <IsPartOfProject Value="True"/>
  45. <UnitName Value="FpJson.Schema.Consts"/>
  46. </Unit>
  47. <Unit>
  48. <Filename Value="../src/fpjson.schema.reader.pp"/>
  49. <IsPartOfProject Value="True"/>
  50. <UnitName Value="FpJson.Schema.Reader"/>
  51. </Unit>
  52. <Unit>
  53. <Filename Value="fpjson.schema.testutils.pp"/>
  54. <IsPartOfProject Value="True"/>
  55. </Unit>
  56. <Unit>
  57. <Filename Value="utOfficialTests.pp"/>
  58. <IsPartOfProject Value="True"/>
  59. </Unit>
  60. <Unit>
  61. <Filename Value="../src/fpjson.schema.loader.pp"/>
  62. <IsPartOfProject Value="True"/>
  63. <UnitName Value="FpJson.Schema.Loader"/>
  64. </Unit>
  65. <Unit>
  66. <Filename Value="../src/fpjson.schema.types.pp"/>
  67. <IsPartOfProject Value="True"/>
  68. <UnitName Value="FpJson.Schema.Types"/>
  69. </Unit>
  70. <Unit>
  71. <Filename Value="utSchemaTypes.pp"/>
  72. <IsPartOfProject Value="True"/>
  73. </Unit>
  74. <Unit>
  75. <Filename Value="utSchema.pp"/>
  76. <IsPartOfProject Value="True"/>
  77. </Unit>
  78. <Unit>
  79. <Filename Value="../src/fpjson.schema.writer.pp"/>
  80. <IsPartOfProject Value="True"/>
  81. <UnitName Value="FpJson.Schema.Writer"/>
  82. </Unit>
  83. <Unit>
  84. <Filename Value="utSchemaWriter.pp"/>
  85. <IsPartOfProject Value="True"/>
  86. </Unit>
  87. <Unit>
  88. <Filename Value="../src/fpjson.schema.validator.pp"/>
  89. <IsPartOfProject Value="True"/>
  90. <UnitName Value="FpJson.Schema.Validator"/>
  91. </Unit>
  92. <Unit>
  93. <Filename Value="utSchemaValidator.pp"/>
  94. <IsPartOfProject Value="True"/>
  95. </Unit>
  96. </Units>
  97. </ProjectOptions>
  98. <CompilerOptions>
  99. <Version Value="11"/>
  100. <Target>
  101. <Filename Value="testschema"/>
  102. </Target>
  103. <SearchPaths>
  104. <IncludeFiles Value="$(ProjOutDir)"/>
  105. <OtherUnitFiles Value="../src"/>
  106. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  107. </SearchPaths>
  108. <Linking>
  109. <Debugging>
  110. <UseHeaptrc Value="True"/>
  111. </Debugging>
  112. </Linking>
  113. </CompilerOptions>
  114. <Debugging>
  115. <Exceptions>
  116. <Item>
  117. <Name Value="EAbort"/>
  118. </Item>
  119. <Item>
  120. <Name Value="ECodetoolError"/>
  121. </Item>
  122. <Item>
  123. <Name Value="EFOpenError"/>
  124. </Item>
  125. </Exceptions>
  126. </Debugging>
  127. </CONFIG>