/components/tachart/demo/chartsource/chartsourcedemo.lpi

http://github.com/graemeg/lazarus · Unknown · 107 lines · 107 code · 0 blank · 0 comment · 0 complexity · e6e0cd9765ffa08d38db35ed2f2f38fd MD5 · raw file

  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <SaveClosedFiles Value="False"/>
  9. <LRSInOutputDirectory Value="False"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <MainUnit Value="0"/>
  13. <ResourceType Value="res"/>
  14. </General>
  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. <IgnoreBinaries Value="False"/>
  24. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  25. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  26. </PublishOptions>
  27. <RunParams>
  28. <local>
  29. <FormatVersion Value="1"/>
  30. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  31. </local>
  32. </RunParams>
  33. <RequiredPackages Count="2">
  34. <Item1>
  35. <PackageName Value="TAChartLazarusPkg"/>
  36. <MinVersion Major="1" Valid="True"/>
  37. </Item1>
  38. <Item2>
  39. <PackageName Value="LCL"/>
  40. </Item2>
  41. </RequiredPackages>
  42. <Units Count="2">
  43. <Unit0>
  44. <Filename Value="chartsourcedemo.lpr"/>
  45. <IsPartOfProject Value="True"/>
  46. <UnitName Value="chartsourcedemo"/>
  47. </Unit0>
  48. <Unit1>
  49. <Filename Value="main.pas"/>
  50. <IsPartOfProject Value="True"/>
  51. <ComponentName Value="Form1"/>
  52. <ResourceBaseClass Value="Form"/>
  53. <UnitName Value="Main"/>
  54. </Unit1>
  55. </Units>
  56. </ProjectOptions>
  57. <CompilerOptions>
  58. <Version Value="10"/>
  59. <PathDelim Value="\"/>
  60. <SearchPaths>
  61. <IncludeFiles Value="$(ProjOutDir)"/>
  62. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  63. </SearchPaths>
  64. <Parsing>
  65. <SyntaxOptions>
  66. <UseAnsiStrings Value="False"/>
  67. </SyntaxOptions>
  68. </Parsing>
  69. <CodeGeneration>
  70. <Checks>
  71. <RangeChecks Value="True"/>
  72. <OverflowChecks Value="True"/>
  73. </Checks>
  74. </CodeGeneration>
  75. <Linking>
  76. <Debugging>
  77. <GenerateDebugInfo Value="True"/>
  78. <DebugInfoType Value="dsAuto"/>
  79. <UseExternalDbgSyms Value="True"/>
  80. </Debugging>
  81. <Options>
  82. <Win32>
  83. <GraphicApplication Value="True"/>
  84. </Win32>
  85. </Options>
  86. </Linking>
  87. <Other>
  88. <CompilerMessages>
  89. <UseMsgFile Value="True"/>
  90. </CompilerMessages>
  91. <CompilerPath Value="$(CompPath)"/>
  92. </Other>
  93. </CompilerOptions>
  94. <Debugging>
  95. <Exceptions Count="3">
  96. <Item1>
  97. <Name Value="EAbort"/>
  98. </Item1>
  99. <Item2>
  100. <Name Value="ECodetoolError"/>
  101. </Item2>
  102. <Item3>
  103. <Name Value="EFOpenError"/>
  104. </Item3>
  105. </Exceptions>
  106. </Debugging>
  107. </CONFIG>