wasmld.lpi 1.7 KB

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