testpas2js.lpi 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <SessionStorage Value="InProjectDir"/>
  7. <MainUnit Value="0"/>
  8. <Title Value="Pascal to Javascript converter tests"/>
  9. <UseAppBundle Value="False"/>
  10. <ResourceType Value="res"/>
  11. </General>
  12. <i18n>
  13. <EnableI18N LFM="False"/>
  14. </i18n>
  15. <VersionInfo>
  16. <StringTable ProductVersion=""/>
  17. </VersionInfo>
  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="2">
  30. <Item1>
  31. <PackageName Value="FPCUnitConsoleRunner"/>
  32. </Item1>
  33. <Item2>
  34. <PackageName Value="FCL"/>
  35. </Item2>
  36. </RequiredPackages>
  37. <Units Count="3">
  38. <Unit0>
  39. <Filename Value="testpas2js.pp"/>
  40. <IsPartOfProject Value="True"/>
  41. <UnitName Value="testpas2js"/>
  42. </Unit0>
  43. <Unit1>
  44. <Filename Value="tcconverter.pp"/>
  45. <IsPartOfProject Value="True"/>
  46. <UnitName Value="tcconverter"/>
  47. </Unit1>
  48. <Unit2>
  49. <Filename Value="../src/fppas2js.pp"/>
  50. <IsPartOfProject Value="True"/>
  51. <UnitName Value="fppas2js"/>
  52. </Unit2>
  53. </Units>
  54. </ProjectOptions>
  55. <CompilerOptions>
  56. <Version Value="11"/>
  57. <SearchPaths>
  58. <IncludeFiles Value="$(ProjOutDir)"/>
  59. <OtherUnitFiles Value="../src"/>
  60. </SearchPaths>
  61. <Other>
  62. <CompilerMessages>
  63. <MsgFileName Value=""/>
  64. </CompilerMessages>
  65. <CompilerPath Value="$(CompPath)"/>
  66. </Other>
  67. </CompilerOptions>
  68. <Debugging>
  69. <Exceptions Count="3">
  70. <Item1>
  71. <Name Value="EAbort"/>
  72. </Item1>
  73. <Item2>
  74. <Name Value="ECodetoolError"/>
  75. </Item2>
  76. <Item3>
  77. <Name Value="EFOpenError"/>
  78. </Item3>
  79. </Exceptions>
  80. </Debugging>
  81. </CONFIG>