clientdemo.lpi 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="clientdemo"/>
  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="1">
  42. <Unit0>
  43. <Filename Value="clientdemo.lpr"/>
  44. <IsPartOfProject Value="True"/>
  45. <UnitName Value="clientdemo"/>
  46. </Unit0>
  47. </Units>
  48. </ProjectOptions>
  49. <CompilerOptions>
  50. <Version Value="11"/>
  51. <PathDelim Value="\"/>
  52. <Target>
  53. <Filename Value="bin\clientdemo"/>
  54. </Target>
  55. <SearchPaths>
  56. <IncludeFiles Value="$(ProjOutDir)"/>
  57. <OtherUnitFiles Value=".."/>
  58. <UnitOutputDirectory Value="tmp"/>
  59. </SearchPaths>
  60. <Linking>
  61. <Debugging>
  62. <GenerateDebugInfo Value="False"/>
  63. </Debugging>
  64. <LinkSmart Value="True"/>
  65. <Options>
  66. <Win32>
  67. <GraphicApplication Value="True"/>
  68. </Win32>
  69. </Options>
  70. </Linking>
  71. <Other>
  72. <CompilerMessages>
  73. <MsgFileName Value=""/>
  74. </CompilerMessages>
  75. <CompilerPath Value="$(CompPath)"/>
  76. </Other>
  77. </CompilerOptions>
  78. <Debugging>
  79. <Exceptions Count="3">
  80. <Item1>
  81. <Name Value="EAbort"/>
  82. </Item1>
  83. <Item2>
  84. <Name Value="ECodetoolError"/>
  85. </Item2>
  86. <Item3>
  87. <Name Value="EFOpenError"/>
  88. </Item3>
  89. </Exceptions>
  90. </Debugging>
  91. </CONFIG>