testebnf.lpi 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <MainUnitHasTitleStatement Value="False"/>
  9. <MainUnitHasScaledStatement Value="False"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <Title Value="testebnf"/>
  13. <UseAppBundle Value="False"/>
  14. <ResourceType Value="res"/>
  15. </General>
  16. <BuildModes>
  17. <Item Name="Default" Default="True"/>
  18. </BuildModes>
  19. <PublishOptions>
  20. <Version Value="2"/>
  21. <UseFileFilters Value="True"/>
  22. </PublishOptions>
  23. <RunParams>
  24. <FormatVersion Value="2"/>
  25. </RunParams>
  26. <RequiredPackages>
  27. <Item>
  28. <PackageName Value="FCL"/>
  29. </Item>
  30. </RequiredPackages>
  31. <Units>
  32. <Unit>
  33. <Filename Value="testebnf.lpr"/>
  34. <IsPartOfProject Value="True"/>
  35. </Unit>
  36. <Unit>
  37. <Filename Value="utcscanner.pas"/>
  38. <IsPartOfProject Value="True"/>
  39. </Unit>
  40. <Unit>
  41. <Filename Value="utcparser.pas"/>
  42. <IsPartOfProject Value="True"/>
  43. </Unit>
  44. <Unit>
  45. <Filename Value="utctree.pas"/>
  46. <IsPartOfProject Value="True"/>
  47. </Unit>
  48. </Units>
  49. </ProjectOptions>
  50. <CompilerOptions>
  51. <Version Value="11"/>
  52. <Target>
  53. <Filename Value="testebnf"/>
  54. </Target>
  55. <SearchPaths>
  56. <IncludeFiles Value="$(ProjOutDir)"/>
  57. <OtherUnitFiles Value="../src"/>
  58. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  59. </SearchPaths>
  60. <Linking>
  61. <Debugging>
  62. <DebugInfoType Value="dsDwarf3"/>
  63. <UseHeaptrc Value="True"/>
  64. </Debugging>
  65. </Linking>
  66. </CompilerOptions>
  67. <Debugging>
  68. <Exceptions>
  69. <Item>
  70. <Name Value="EAbort"/>
  71. </Item>
  72. <Item>
  73. <Name Value="ECodetoolError"/>
  74. </Item>
  75. <Item>
  76. <Name Value="EFOpenError"/>
  77. </Item>
  78. </Exceptions>
  79. </Debugging>
  80. </CONFIG>