/components/tachart/demo/func/funcdemo.lpi

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

  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <LRSInOutputDirectory Value="False"/>
  9. </Flags>
  10. <SessionStorage Value="InProjectDir"/>
  11. <MainUnit Value="0"/>
  12. <Title Value="TAChart function series demo"/>
  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="4">
  34. <Item1>
  35. <PackageName Value="RunTimeTypeInfoControls"/>
  36. <MinVersion Valid="True"/>
  37. </Item1>
  38. <Item2>
  39. <PackageName Value="LCLBase"/>
  40. <MinVersion Valid="True"/>
  41. </Item2>
  42. <Item3>
  43. <PackageName Value="TAChartLazarusPkg"/>
  44. <MinVersion Major="1" Valid="True"/>
  45. </Item3>
  46. <Item4>
  47. <PackageName Value="LCL"/>
  48. </Item4>
  49. </RequiredPackages>
  50. <Units Count="2">
  51. <Unit0>
  52. <Filename Value="funcdemo.lpr"/>
  53. <IsPartOfProject Value="True"/>
  54. <UnitName Value="funcdemo"/>
  55. </Unit0>
  56. <Unit1>
  57. <Filename Value="main.pas"/>
  58. <IsPartOfProject Value="True"/>
  59. <ComponentName Value="Form1"/>
  60. <HasResources Value="True"/>
  61. <ResourceBaseClass Value="Form"/>
  62. <UnitName Value="main"/>
  63. </Unit1>
  64. </Units>
  65. </ProjectOptions>
  66. <CompilerOptions>
  67. <Version Value="11"/>
  68. <PathDelim Value="\"/>
  69. <SearchPaths>
  70. <IncludeFiles Value="$(ProjOutDir)"/>
  71. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  72. </SearchPaths>
  73. <Linking>
  74. <Options>
  75. <Win32>
  76. <GraphicApplication Value="True"/>
  77. </Win32>
  78. </Options>
  79. </Linking>
  80. <Other>
  81. <CompilerMessages>
  82. <UseMsgFile Value="True"/>
  83. </CompilerMessages>
  84. <CompilerPath Value="$(CompPath)"/>
  85. </Other>
  86. </CompilerOptions>
  87. </CONFIG>