unihelper.lpi 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  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="unihelper"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  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. <Units Count="1">
  37. <Unit0>
  38. <Filename Value="unihelper.lpr"/>
  39. <IsPartOfProject Value="True"/>
  40. </Unit0>
  41. </Units>
  42. </ProjectOptions>
  43. <CompilerOptions>
  44. <Version Value="11"/>
  45. <PathDelim Value="\"/>
  46. <Target>
  47. <Filename Value="unihelper"/>
  48. </Target>
  49. <SearchPaths>
  50. <IncludeFiles Value="$(ProjOutDir)"/>
  51. <OtherUnitFiles Value="..\trie"/>
  52. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  53. </SearchPaths>
  54. <Other>
  55. <CompilerMessages>
  56. <MsgFileName Value=""/>
  57. </CompilerMessages>
  58. <CompilerPath Value="$(CompPath)"/>
  59. </Other>
  60. </CompilerOptions>
  61. <Debugging>
  62. <Exceptions Count="3">
  63. <Item1>
  64. <Name Value="EAbort"/>
  65. </Item1>
  66. <Item2>
  67. <Name Value="ECodetoolError"/>
  68. </Item2>
  69. <Item3>
  70. <Name Value="EFOpenError"/>
  71. </Item3>
  72. </Exceptions>
  73. </Debugging>
  74. </CONFIG>