helloworld.lpi 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="helloworld"/>
  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. <Units>
  27. <Unit>
  28. <Filename Value="helloworld.pp"/>
  29. <IsPartOfProject Value="True"/>
  30. </Unit>
  31. <Unit>
  32. <Filename Value="../src/wasmtime.pp"/>
  33. <IsPartOfProject Value="True"/>
  34. </Unit>
  35. </Units>
  36. </ProjectOptions>
  37. <CompilerOptions>
  38. <Version Value="11"/>
  39. <Target>
  40. <Filename Value="helloworld"/>
  41. </Target>
  42. <SearchPaths>
  43. <IncludeFiles Value="$(ProjOutDir)"/>
  44. <OtherUnitFiles Value="../src"/>
  45. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  46. </SearchPaths>
  47. </CompilerOptions>
  48. <Debugging>
  49. <Exceptions>
  50. <Item>
  51. <Name Value="EAbort"/>
  52. </Item>
  53. <Item>
  54. <Name Value="ECodetoolError"/>
  55. </Item>
  56. <Item>
  57. <Name Value="EFOpenError"/>
  58. </Item>
  59. </Exceptions>
  60. </Debugging>
  61. </CONFIG>