restserver.lpi 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions BuildModesCount="1">
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <MainUnitHasTitleStatement Value="False"/>
  9. <CompatibilityMode Value="True"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <MainUnit Value="0"/>
  13. <Title Value="restserver"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. </General>
  17. <BuildModes>
  18. <Item1 Name="default" Default="True"/>
  19. </BuildModes>
  20. <PublishOptions>
  21. <Version Value="2"/>
  22. </PublishOptions>
  23. <RunParams>
  24. <FormatVersion Value="2"/>
  25. <Modes Count="1">
  26. <Mode0 Name="default"/>
  27. </Modes>
  28. </RunParams>
  29. <Units Count="2">
  30. <Unit0>
  31. <Filename Value="restserver.pas"/>
  32. <IsPartOfProject Value="True"/>
  33. </Unit0>
  34. <Unit1>
  35. <Filename Value="restdata.pp"/>
  36. <IsPartOfProject Value="True"/>
  37. </Unit1>
  38. </Units>
  39. </ProjectOptions>
  40. <CompilerOptions>
  41. <Version Value="11"/>
  42. <Target>
  43. <Filename Value="restserver"/>
  44. </Target>
  45. <SearchPaths>
  46. <IncludeFiles Value="$(ProjOutDir)"/>
  47. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  48. </SearchPaths>
  49. </CompilerOptions>
  50. <Debugging>
  51. <Exceptions Count="3">
  52. <Item1>
  53. <Name Value="EAbort"/>
  54. </Item1>
  55. <Item2>
  56. <Name Value="ECodetoolError"/>
  57. </Item2>
  58. <Item3>
  59. <Name Value="EFOpenError"/>
  60. </Item3>
  61. </Exceptions>
  62. </Debugging>
  63. </CONFIG>