htmldemo.lpi 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <MainUnitHasTitleStatement Value="False"/>
  9. <MainUnitHasScaledStatement Value="False"/>
  10. <Runnable Value="False"/>
  11. </Flags>
  12. <SessionStorage Value="InProjectDir"/>
  13. <Title Value="htmldemo"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. </General>
  17. <CustomData Count="3">
  18. <Item0 Name="MaintainHTML" Value="1"/>
  19. <Item1 Name="PasJSWebBrowserProject" Value="1"/>
  20. <Item2 Name="RunAtReady" Value="1"/>
  21. </CustomData>
  22. <BuildModes>
  23. <Item Name="Default" Default="True"/>
  24. </BuildModes>
  25. <PublishOptions>
  26. <Version Value="2"/>
  27. <UseFileFilters Value="True"/>
  28. </PublishOptions>
  29. <RunParams>
  30. <FormatVersion Value="2"/>
  31. </RunParams>
  32. <Units>
  33. <Unit>
  34. <Filename Value="htmldemo.lpr"/>
  35. <IsPartOfProject Value="True"/>
  36. </Unit>
  37. <Unit>
  38. <Filename Value="htmldemo.html"/>
  39. <IsPartOfProject Value="True"/>
  40. <CustomData Count="1">
  41. <Item0 Name="PasJSIsProjectHTMLFile" Value="1"/>
  42. </CustomData>
  43. </Unit>
  44. </Units>
  45. </ProjectOptions>
  46. <CompilerOptions>
  47. <Version Value="11"/>
  48. <Target>
  49. <Filename Value="htmldemo"/>
  50. </Target>
  51. <SearchPaths>
  52. <IncludeFiles Value="$(ProjOutDir)"/>
  53. <UnitOutputDirectory Value="js"/>
  54. </SearchPaths>
  55. <Parsing>
  56. <SyntaxOptions>
  57. <AllowLabel Value="False"/>
  58. <CPPInline Value="False"/>
  59. <UseAnsiStrings Value="False"/>
  60. </SyntaxOptions>
  61. </Parsing>
  62. <CodeGeneration>
  63. <TargetOS Value="browser"/>
  64. </CodeGeneration>
  65. <Linking>
  66. <Debugging>
  67. <GenerateDebugInfo Value="False"/>
  68. <UseLineInfoUnit Value="False"/>
  69. </Debugging>
  70. </Linking>
  71. <Other>
  72. <CustomOptions Value="-Jeutf-8 -Jirtl.js -Jc -JRjs"/>
  73. <CompilerPath Value="$(pas2js)"/>
  74. </Other>
  75. </CompilerOptions>
  76. <Debugging>
  77. <Exceptions>
  78. <Item>
  79. <Name Value="EAbort"/>
  80. </Item>
  81. <Item>
  82. <Name Value="ECodetoolError"/>
  83. </Item>
  84. <Item>
  85. <Name Value="EFOpenError"/>
  86. </Item>
  87. </Exceptions>
  88. </Debugging>
  89. </CONFIG>