threadedipc.lpi 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="10"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <MainUnit Value="0"/>
  13. <Title Value="threadedipc"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. </General>
  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. </PublishOptions>
  26. <RunParams>
  27. <local>
  28. <FormatVersion Value="1"/>
  29. </local>
  30. </RunParams>
  31. <Units Count="1">
  32. <Unit0>
  33. <Filename Value="threadedipc.lpr"/>
  34. <IsPartOfProject Value="True"/>
  35. </Unit0>
  36. </Units>
  37. </ProjectOptions>
  38. <CompilerOptions>
  39. <Version Value="11"/>
  40. <PathDelim Value="\"/>
  41. <Target>
  42. <Filename Value="threadedipc"/>
  43. </Target>
  44. <SearchPaths>
  45. <IncludeFiles Value="$(ProjOutDir)"/>
  46. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  47. </SearchPaths>
  48. <Linking>
  49. <Debugging>
  50. <UseExternalDbgSyms Value="True"/>
  51. </Debugging>
  52. </Linking>
  53. </CompilerOptions>
  54. <Debugging>
  55. <Exceptions Count="3">
  56. <Item1>
  57. <Name Value="EAbort"/>
  58. </Item1>
  59. <Item2>
  60. <Name Value="ECodetoolError"/>
  61. </Item2>
  62. <Item3>
  63. <Name Value="EFOpenError"/>
  64. </Item3>
  65. </Exceptions>
  66. </Debugging>
  67. </CONFIG>