testfclsound.lpi 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="11"/>
  5. <General>
  6. <SessionStorage Value="InProjectDir"/>
  7. <MainUnit Value="0"/>
  8. <Title Value="testfclsound"/>
  9. <ResourceType Value="res"/>
  10. <UseXPManifest Value="True"/>
  11. </General>
  12. <BuildModes Count="1">
  13. <Item1 Name="Default" Default="True"/>
  14. </BuildModes>
  15. <PublishOptions>
  16. <Version Value="2"/>
  17. <UseFileFilters Value="True"/>
  18. </PublishOptions>
  19. <RunParams>
  20. <FormatVersion Value="2"/>
  21. <Modes Count="0"/>
  22. </RunParams>
  23. <RequiredPackages Count="3">
  24. <Item1>
  25. <PackageName Value="fpcunittestrunner"/>
  26. </Item1>
  27. <Item2>
  28. <PackageName Value="LCL"/>
  29. </Item2>
  30. <Item3>
  31. <PackageName Value="FCL"/>
  32. </Item3>
  33. </RequiredPackages>
  34. <Units Count="2">
  35. <Unit0>
  36. <Filename Value="testfclsound.lpr"/>
  37. <IsPartOfProject Value="True"/>
  38. </Unit0>
  39. <Unit1>
  40. <Filename Value="tcwavreader.pas"/>
  41. <IsPartOfProject Value="True"/>
  42. </Unit1>
  43. </Units>
  44. </ProjectOptions>
  45. <CompilerOptions>
  46. <Version Value="11"/>
  47. <Target>
  48. <Filename Value="testfclsound"/>
  49. </Target>
  50. <SearchPaths>
  51. <IncludeFiles Value="$(ProjOutDir)"/>
  52. <OtherUnitFiles Value="../src"/>
  53. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  54. </SearchPaths>
  55. <Linking>
  56. <Options>
  57. <Win32>
  58. <GraphicApplication Value="True"/>
  59. </Win32>
  60. </Options>
  61. </Linking>
  62. </CompilerOptions>
  63. <Debugging>
  64. <Exceptions Count="3">
  65. <Item1>
  66. <Name Value="EAbort"/>
  67. </Item1>
  68. <Item2>
  69. <Name Value="ECodetoolError"/>
  70. </Item2>
  71. <Item3>
  72. <Name Value="EFOpenError"/>
  73. </Item3>
  74. </Exceptions>
  75. </Debugging>
  76. </CONFIG>