serverdemo.lpi 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <SessionStorage Value="InProjectDir"/>
  8. <MainUnit Value="0"/>
  9. <Title Value="serverdemo"/>
  10. <ResourceType Value="res"/>
  11. <UseXPManifest Value="True"/>
  12. <Icon Value="0"/>
  13. </General>
  14. <i18n>
  15. <EnableI18N LFM="False"/>
  16. </i18n>
  17. <VersionInfo>
  18. <StringTable ProductVersion=""/>
  19. </VersionInfo>
  20. <BuildModes Count="1">
  21. <Item1 Name="Default" Default="True"/>
  22. </BuildModes>
  23. <PublishOptions>
  24. <Version Value="2"/>
  25. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  26. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  27. </PublishOptions>
  28. <RunParams>
  29. <local>
  30. <FormatVersion Value="1"/>
  31. <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
  32. </local>
  33. </RunParams>
  34. <RequiredPackages Count="1">
  35. <Item1>
  36. <PackageName Value="LCL"/>
  37. </Item1>
  38. </RequiredPackages>
  39. <Units Count="2">
  40. <Unit0>
  41. <Filename Value="serverdemo.lpr"/>
  42. <IsPartOfProject Value="True"/>
  43. <UnitName Value="serverdemo"/>
  44. </Unit0>
  45. <Unit1>
  46. <Filename Value="..\i386-win32\unit1.pas"/>
  47. <IsPartOfProject Value="True"/>
  48. <ComponentName Value="Form1"/>
  49. <HasResources Value="True"/>
  50. <ResourceBaseClass Value="Form"/>
  51. <UnitName Value="Unit1"/>
  52. </Unit1>
  53. </Units>
  54. </ProjectOptions>
  55. <CompilerOptions>
  56. <Version Value="11"/>
  57. <Target>
  58. <Filename Value="bin/serverdemo"/>
  59. </Target>
  60. <SearchPaths>
  61. <IncludeFiles Value="$(ProjOutDir)"/>
  62. <Libraries Value=".."/>
  63. <OtherUnitFiles Value=".."/>
  64. <UnitOutputDirectory Value="tmp"/>
  65. </SearchPaths>
  66. <Linking>
  67. <Debugging>
  68. <GenerateDebugInfo Value="False"/>
  69. <StripSymbols Value="True"/>
  70. </Debugging>
  71. <LinkSmart Value="True"/>
  72. <Options>
  73. <Win32>
  74. <GraphicApplication Value="True"/>
  75. </Win32>
  76. </Options>
  77. </Linking>
  78. <Other>
  79. <CompilerMessages>
  80. <MsgFileName Value=""/>
  81. </CompilerMessages>
  82. <CompilerPath Value="$(CompPath)"/>
  83. </Other>
  84. </CompilerOptions>
  85. <Debugging>
  86. <Exceptions Count="3">
  87. <Item1>
  88. <Name Value="EAbort"/>
  89. </Item1>
  90. <Item2>
  91. <Name Value="ECodetoolError"/>
  92. </Item2>
  93. <Item3>
  94. <Name Value="EFOpenError"/>
  95. </Item3>
  96. </Exceptions>
  97. </Debugging>
  98. </CONFIG>