/examples/barchart/chartdemo.lpi

http://github.com/graemeg/lazarus · Unknown · 68 lines · 68 code · 0 blank · 0 comment · 0 complexity · 0323a94ffd8da3b83177ae9a7c7fc8d2 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="4"/>
  5. <General>
  6. <ProjectType Value="Application"/>
  7. <Flags>
  8. <SaveClosedFiles Value="False"/>
  9. <SaveOnlyProjectUnits Value="True"/>
  10. </Flags>
  11. <MainUnit Value="0"/>
  12. <ActiveEditorIndexAtStart Value="1"/>
  13. <IconPath Value="./"/>
  14. <TargetFileExt Value=""/>
  15. <Title Value="chartdemo"/>
  16. </General>
  17. <Units Count="2">
  18. <Unit0>
  19. <Filename Value="chartdemo.lpr"/>
  20. <IsPartOfProject Value="True"/>
  21. <UnitName Value="chartdemo"/>
  22. <UsageCount Value="20"/>
  23. </Unit0>
  24. <Unit1>
  25. <CursorPos X="71" Y="8"/>
  26. <EditorIndex Value="0"/>
  27. <Filename Value="frmmain.pas"/>
  28. <ComponentName Value="Form1"/>
  29. <IsPartOfProject Value="True"/>
  30. <Loaded Value="True"/>
  31. <ResourceFilename Value="frmmain.lrs"/>
  32. <TopLine Value="1"/>
  33. <UnitName Value="frmmain"/>
  34. <UsageCount Value="20"/>
  35. </Unit1>
  36. </Units>
  37. <PublishOptions>
  38. <Version Value="2"/>
  39. <IgnoreBinaries Value="False"/>
  40. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  41. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  42. </PublishOptions>
  43. <RunParams>
  44. <local>
  45. <FormatVersion Value="1"/>
  46. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  47. </local>
  48. </RunParams>
  49. <RequiredPackages Count="1">
  50. <Item1>
  51. <PackageName Value="LCL"/>
  52. <MinVersion Major="1" Valid="True"/>
  53. </Item1>
  54. </RequiredPackages>
  55. </ProjectOptions>
  56. <CompilerOptions>
  57. <Version Value="2"/>
  58. <SearchPaths>
  59. <SrcPath Value="$(LazarusDir)/lcl/;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)/"/>
  60. </SearchPaths>
  61. <CodeGeneration>
  62. <Generate Value="Faster"/>
  63. </CodeGeneration>
  64. <Other>
  65. <CompilerPath Value="$(CompPath)"/>
  66. </Other>
  67. </CompilerOptions>
  68. </CONFIG>