server.lpi 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <SaveOnlyProjectUnits Value="True"/>
  9. <MainUnitHasCreateFormStatements Value="False"/>
  10. <MainUnitHasTitleStatement Value="False"/>
  11. </Flags>
  12. <MainUnit Value="0"/>
  13. <Title Value="server"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. <ActiveWindowIndexAtStart Value="0"/>
  17. </General>
  18. <i18n>
  19. <EnableI18N LFM="False"/>
  20. </i18n>
  21. <VersionInfo>
  22. <StringTable ProductVersion=""/>
  23. </VersionInfo>
  24. <BuildModes Count="1" Active="Default">
  25. <Item1 Name="Default" Default="True"/>
  26. </BuildModes>
  27. <PublishOptions>
  28. <Version Value="2"/>
  29. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  30. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  31. </PublishOptions>
  32. <RunParams>
  33. <local>
  34. <FormatVersion Value="1"/>
  35. </local>
  36. </RunParams>
  37. <RequiredPackages Count="1">
  38. <Item1>
  39. <PackageName Value="TcpIpComp"/>
  40. </Item1>
  41. </RequiredPackages>
  42. <Units Count="1">
  43. <Unit0>
  44. <Filename Value="server.lpr"/>
  45. <IsPartOfProject Value="True"/>
  46. <UnitName Value="server"/>
  47. <IsVisibleTab Value="True"/>
  48. <EditorIndex Value="0"/>
  49. <WindowIndex Value="0"/>
  50. <TopLine Value="1"/>
  51. <CursorPos X="1" Y="1"/>
  52. <UsageCount Value="20"/>
  53. <Loaded Value="True"/>
  54. </Unit0>
  55. </Units>
  56. </ProjectOptions>
  57. <CompilerOptions>
  58. <Version Value="11"/>
  59. <PathDelim Value="\"/>
  60. <Target>
  61. <Filename Value="server"/>
  62. </Target>
  63. <SearchPaths>
  64. <IncludeFiles Value="$(ProjOutDir)"/>
  65. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  66. </SearchPaths>
  67. <Other>
  68. <CompilerMessages>
  69. <MsgFileName Value=""/>
  70. </CompilerMessages>
  71. <CompilerPath Value="$(CompPath)"/>
  72. </Other>
  73. </CompilerOptions>
  74. <Debugging>
  75. <Exceptions Count="3">
  76. <Item1>
  77. <Name Value="EAbort"/>
  78. </Item1>
  79. <Item2>
  80. <Name Value="ECodetoolError"/>
  81. </Item2>
  82. <Item3>
  83. <Name Value="EFOpenError"/>
  84. </Item3>
  85. </Exceptions>
  86. </Debugging>
  87. <EditorMacros Count="0"/>
  88. </CONFIG>