webdemo.lpi 1.8 KB

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