testjson2code.lpi 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <SessionStorage Value="InProjectDir"/>
  7. <MainUnit Value="0"/>
  8. <Title Value="testjson2code"/>
  9. <UseAppBundle Value="False"/>
  10. <ResourceType Value="res"/>
  11. </General>
  12. <i18n>
  13. <EnableI18N LFM="False"/>
  14. </i18n>
  15. <VersionInfo>
  16. <StringTable ProductVersion=""/>
  17. </VersionInfo>
  18. <BuildModes Count="1">
  19. <Item1 Name="Default" Default="True"/>
  20. </BuildModes>
  21. <PublishOptions>
  22. <Version Value="2"/>
  23. </PublishOptions>
  24. <RunParams>
  25. <local>
  26. <FormatVersion Value="1"/>
  27. <CommandLineParams Value="--suite=TestLoadObjectProperty"/>
  28. </local>
  29. </RunParams>
  30. <RequiredPackages Count="1">
  31. <Item1>
  32. <PackageName Value="FCL"/>
  33. </Item1>
  34. </RequiredPackages>
  35. <Units Count="3">
  36. <Unit0>
  37. <Filename Value="testjson2code.lpr"/>
  38. <IsPartOfProject Value="True"/>
  39. </Unit0>
  40. <Unit1>
  41. <Filename Value="tcjsontocode.pp"/>
  42. <IsPartOfProject Value="True"/>
  43. </Unit1>
  44. <Unit2>
  45. <Filename Value="../src/fpjsontopas.pp"/>
  46. <IsPartOfProject Value="True"/>
  47. </Unit2>
  48. </Units>
  49. </ProjectOptions>
  50. <CompilerOptions>
  51. <Version Value="11"/>
  52. <SearchPaths>
  53. <IncludeFiles Value="$(ProjOutDir)"/>
  54. <OtherUnitFiles Value="../src"/>
  55. </SearchPaths>
  56. </CompilerOptions>
  57. <Debugging>
  58. <Exceptions Count="3">
  59. <Item1>
  60. <Name Value="EAbort"/>
  61. </Item1>
  62. <Item2>
  63. <Name Value="ECodetoolError"/>
  64. </Item2>
  65. <Item3>
  66. <Name Value="EFOpenError"/>
  67. </Item3>
  68. </Exceptions>
  69. </Debugging>
  70. </CONFIG>