You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <SessionStorage Value="InProjectDir"/>
  8. <MainUnit Value="0"/>
  9. <Title Value="UtilsTests"/>
  10. <ResourceType Value="res"/>
  11. <UseXPManifest Value="True"/>
  12. <Icon Value="0"/>
  13. </General>
  14. <i18n>
  15. <EnableI18N LFM="False"/>
  16. </i18n>
  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. <RequiredPackages Count="3">
  32. <Item1>
  33. <PackageName Value="FPCUnitTestRunner"/>
  34. </Item1>
  35. <Item2>
  36. <PackageName Value="LCL"/>
  37. </Item2>
  38. <Item3>
  39. <PackageName Value="FCL"/>
  40. </Item3>
  41. </RequiredPackages>
  42. <Units Count="2">
  43. <Unit0>
  44. <Filename Value="UtilsTests.lpr"/>
  45. <IsPartOfProject Value="True"/>
  46. </Unit0>
  47. <Unit1>
  48. <Filename Value="uGenericsTests.pas"/>
  49. <IsPartOfProject Value="True"/>
  50. <UnitName Value="uGenericsTests"/>
  51. </Unit1>
  52. </Units>
  53. </ProjectOptions>
  54. <CompilerOptions>
  55. <Version Value="11"/>
  56. <PathDelim Value="\"/>
  57. <Target>
  58. <Filename Value="UtilsTests"/>
  59. </Target>
  60. <SearchPaths>
  61. <IncludeFiles Value="$(ProjOutDir)"/>
  62. <OtherUnitFiles Value=".."/>
  63. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  64. </SearchPaths>
  65. <Linking>
  66. <Debugging>
  67. <UseHeaptrc Value="True"/>
  68. </Debugging>
  69. </Linking>
  70. </CompilerOptions>
  71. <Debugging>
  72. <Exceptions Count="3">
  73. <Item1>
  74. <Name Value="EAbort"/>
  75. </Item1>
  76. <Item2>
  77. <Name Value="ECodetoolError"/>
  78. </Item2>
  79. <Item3>
  80. <Name Value="EFOpenError"/>
  81. </Item3>
  82. </Exceptions>
  83. </Debugging>
  84. </CONFIG>