echo.lpi 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <SaveOnlyProjectUnits Value="True"/>
  9. <MainUnitHasCreateFormStatements Value="False"/>
  10. <MainUnitHasTitleStatement Value="False"/>
  11. <MainUnitHasScaledStatement Value="False"/>
  12. <Runnable Value="False"/>
  13. <CompatibilityMode Value="True"/>
  14. </Flags>
  15. <SessionStorage Value="InProjectDir"/>
  16. <ResourceType Value="res"/>
  17. <UseXPManifest Value="True"/>
  18. </General>
  19. <i18n>
  20. <EnableI18N LFM="False"/>
  21. </i18n>
  22. <BuildModes Count="1">
  23. <Item1 Name="Default" Default="True"/>
  24. </BuildModes>
  25. <PublishOptions>
  26. <Version Value="2"/>
  27. </PublishOptions>
  28. <RunParams>
  29. <local>
  30. <LaunchingApplication PathPlusParams="\usr\bin\xterm -T &apos;Lazarus Run Output&apos; -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
  31. </local>
  32. <FormatVersion Value="2"/>
  33. <Modes Count="1">
  34. <Mode0 Name="default">
  35. <local>
  36. <LaunchingApplication PathPlusParams="\usr\bin\xterm -T &apos;Lazarus Run Output&apos; -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
  37. </local>
  38. </Mode0>
  39. </Modes>
  40. </RunParams>
  41. <Units Count="2">
  42. <Unit0>
  43. <Filename Value="echo.lpr"/>
  44. <IsPartOfProject Value="True"/>
  45. </Unit0>
  46. <Unit1>
  47. <Filename Value="..\webmodule\wmecho.pas"/>
  48. <IsPartOfProject Value="True"/>
  49. <ComponentName Value="EchoModule"/>
  50. <ResourceBaseClass Value="DataModule"/>
  51. </Unit1>
  52. </Units>
  53. </ProjectOptions>
  54. <CompilerOptions>
  55. <Version Value="11"/>
  56. <PathDelim Value="\"/>
  57. <SearchPaths>
  58. <IncludeFiles Value="$(ProjOutDir)"/>
  59. <OtherUnitFiles Value="..\webmodule;..\..\..\src\base"/>
  60. </SearchPaths>
  61. <Linking>
  62. <Options>
  63. <ExecutableType Value="Library"/>
  64. </Options>
  65. </Linking>
  66. </CompilerOptions>
  67. <Debugging>
  68. <Exceptions Count="3">
  69. <Item1>
  70. <Name Value="EAbort"/>
  71. </Item1>
  72. <Item2>
  73. <Name Value="ECodetoolError"/>
  74. </Item2>
  75. <Item3>
  76. <Name Value="EFOpenError"/>
  77. </Item3>
  78. </Exceptions>
  79. </Debugging>
  80. </CONFIG>