demo.lpi 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="7"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <Runnable Value="False"/>
  9. </Flags>
  10. <SessionStorage Value="InProjectDir"/>
  11. <MainUnit Value="0"/>
  12. <TargetFileExt Value=""/>
  13. <Title Value="FPC JSON-RPC demo "/>
  14. <ResourceType Value="res"/>
  15. <UseXPManifest Value="True"/>
  16. <Icon Value="0"/>
  17. </General>
  18. <VersionInfo>
  19. <Language Value=""/>
  20. <CharSet Value=""/>
  21. <StringTable Comments="" CompanyName="" FileDescription="" FileVersion="" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
  22. </VersionInfo>
  23. <PublishOptions>
  24. <Version Value="2"/>
  25. <IgnoreBinaries Value="False"/>
  26. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  27. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  28. </PublishOptions>
  29. <RunParams>
  30. <local>
  31. <FormatVersion Value="1"/>
  32. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  33. </local>
  34. </RunParams>
  35. <RequiredPackages Count="3">
  36. <Item1>
  37. <PackageName Value="WebLaz"/>
  38. </Item1>
  39. <Item2>
  40. <PackageName Value="LCL"/>
  41. </Item2>
  42. <Item3>
  43. <PackageName Value="FCL"/>
  44. </Item3>
  45. </RequiredPackages>
  46. <Units Count="2">
  47. <Unit0>
  48. <Filename Value="demo.lpr"/>
  49. <IsPartOfProject Value="True"/>
  50. <UnitName Value="demo"/>
  51. </Unit0>
  52. <Unit1>
  53. <Filename Value="wmdemo.pp"/>
  54. <IsPartOfProject Value="True"/>
  55. <ComponentName Value="FPWebModule1"/>
  56. <ResourceBaseClass Value="DataModule"/>
  57. <UnitName Value="wmdemo"/>
  58. </Unit1>
  59. </Units>
  60. </ProjectOptions>
  61. <CompilerOptions>
  62. <Version Value="8"/>
  63. <SearchPaths>
  64. <IncludeFiles Value="$(ProjOutDir)/"/>
  65. </SearchPaths>
  66. <Parsing>
  67. <SyntaxOptions>
  68. <UseAnsiStrings Value="True"/>
  69. </SyntaxOptions>
  70. </Parsing>
  71. <Linking>
  72. <Debugging>
  73. <UseHeaptrc Value="True"/>
  74. </Debugging>
  75. </Linking>
  76. <Other>
  77. <CompilerPath Value="$(CompPath)"/>
  78. </Other>
  79. </CompilerOptions>
  80. <Debugging>
  81. <Exceptions Count="3">
  82. <Item1>
  83. <Name Value="EAbort"/>
  84. </Item1>
  85. <Item2>
  86. <Name Value="ECodetoolError"/>
  87. </Item2>
  88. <Item3>
  89. <Name Value="EFOpenError"/>
  90. </Item3>
  91. </Exceptions>
  92. </Debugging>
  93. </CONFIG>