serverdemo.lpi 2.6 KB

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