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.

108 lines
2.7 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="10"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <SessionStorage Value="InProjectDir"/>
  8. <MainUnit Value="0"/>
  9. <Title Value="tests"/>
  10. <ResourceType Value="res"/>
  11. <UseXPManifest Value="True"/>
  12. <XPManifest>
  13. <TextName Value="CompanyName.ProductName.AppName"/>
  14. <TextDesc Value="Your application description."/>
  15. </XPManifest>
  16. <Icon Value="0"/>
  17. </General>
  18. <BuildModes Count="1">
  19. <Item1 Name="Default" Default="True"/>
  20. </BuildModes>
  21. <PublishOptions>
  22. <Version Value="2"/>
  23. </PublishOptions>
  24. <RunParams>
  25. <local>
  26. <FormatVersion Value="1"/>
  27. </local>
  28. </RunParams>
  29. <RequiredPackages Count="3">
  30. <Item1>
  31. <PackageName Value="fptest_lcl"/>
  32. </Item1>
  33. <Item2>
  34. <PackageName Value="LCL"/>
  35. </Item2>
  36. <Item3>
  37. <PackageName Value="FCL"/>
  38. </Item3>
  39. </RequiredPackages>
  40. <Units Count="7">
  41. <Unit0>
  42. <Filename Value="tests.lpr"/>
  43. <IsPartOfProject Value="True"/>
  44. </Unit0>
  45. <Unit1>
  46. <Filename Value="uutlQueueTests.pas"/>
  47. <IsPartOfProject Value="True"/>
  48. </Unit1>
  49. <Unit2>
  50. <Filename Value="uTestHelper.pas"/>
  51. <IsPartOfProject Value="True"/>
  52. </Unit2>
  53. <Unit3>
  54. <Filename Value="uutlStackTests.pas"/>
  55. <IsPartOfProject Value="True"/>
  56. </Unit3>
  57. <Unit4>
  58. <Filename Value="uutlListTest.pas"/>
  59. <IsPartOfProject Value="True"/>
  60. </Unit4>
  61. <Unit5>
  62. <Filename Value="..\uutlAlgorithm.pas"/>
  63. <IsPartOfProject Value="True"/>
  64. </Unit5>
  65. <Unit6>
  66. <Filename Value="uutlLinkedListTests.pas"/>
  67. <IsPartOfProject Value="True"/>
  68. </Unit6>
  69. </Units>
  70. </ProjectOptions>
  71. <CompilerOptions>
  72. <Version Value="11"/>
  73. <PathDelim Value="\"/>
  74. <Target>
  75. <Filename Value="tests"/>
  76. </Target>
  77. <SearchPaths>
  78. <IncludeFiles Value="$(ProjOutDir)"/>
  79. <OtherUnitFiles Value=".."/>
  80. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  81. </SearchPaths>
  82. <CodeGeneration>
  83. <TargetCPU Value="i386"/>
  84. <TargetOS Value="win32"/>
  85. </CodeGeneration>
  86. <Linking>
  87. <Options>
  88. <Win32>
  89. <GraphicApplication Value="True"/>
  90. </Win32>
  91. </Options>
  92. </Linking>
  93. </CompilerOptions>
  94. <Debugging>
  95. <Exceptions Count="3">
  96. <Item1>
  97. <Name Value="EAbort"/>
  98. </Item1>
  99. <Item2>
  100. <Name Value="ECodetoolError"/>
  101. </Item2>
  102. <Item3>
  103. <Name Value="EFOpenError"/>
  104. </Item3>
  105. </Exceptions>
  106. </Debugging>
  107. </CONFIG>