/components/dbexport/demo/simple/simpleexport.lpi

http://github.com/graemeg/lazarus · Unknown · 85 lines · 85 code · 0 blank · 0 comment · 0 complexity · 20e638eede975a828c7ac78654266f7a MD5 · raw file

  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <PathDelim Value="/"/>
  5. <Version Value="6"/>
  6. <General>
  7. <SessionStorage Value="InIDEConfig"/>
  8. <MainUnit Value="0"/>
  9. <IconPath Value="./"/>
  10. <TargetFileExt Value=""/>
  11. <Title Value="simple data export demo"/>
  12. </General>
  13. <VersionInfo>
  14. <ProjectVersion Value=""/>
  15. </VersionInfo>
  16. <PublishOptions>
  17. <Version Value="2"/>
  18. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  19. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  20. </PublishOptions>
  21. <RunParams>
  22. <local>
  23. <FormatVersion Value="1"/>
  24. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  25. </local>
  26. </RunParams>
  27. <RequiredPackages Count="5">
  28. <Item1>
  29. <PackageName Value="lazdbexport"/>
  30. </Item1>
  31. <Item2>
  32. <PackageName Value="LCL"/>
  33. </Item2>
  34. <Item3>
  35. <PackageName Value="DBFLaz"/>
  36. <MinVersion Minor="1" Release="1" Valid="True"/>
  37. </Item3>
  38. <Item4>
  39. <PackageName Value="FCL"/>
  40. <MinVersion Major="1" Valid="True"/>
  41. </Item4>
  42. <Item5>
  43. <PackageName Value="RunTimeTypeInfoControls"/>
  44. </Item5>
  45. </RequiredPackages>
  46. <Units Count="3">
  47. <Unit0>
  48. <Filename Value="simpleexport.lpr"/>
  49. <IsPartOfProject Value="True"/>
  50. <UnitName Value="simpleexport"/>
  51. </Unit0>
  52. <Unit1>
  53. <Filename Value="frmmain.pp"/>
  54. <ComponentName Value="MainForm"/>
  55. <IsPartOfProject Value="True"/>
  56. <ResourceFilename Value="frmmain.lrs"/>
  57. <UnitName Value="frmmain"/>
  58. </Unit1>
  59. <Unit2>
  60. <Filename Value="../gendata.pp"/>
  61. <IsPartOfProject Value="True"/>
  62. <UnitName Value="gendata"/>
  63. </Unit2>
  64. </Units>
  65. </ProjectOptions>
  66. <CompilerOptions>
  67. <Version Value="5"/>
  68. <SearchPaths>
  69. <OtherUnitFiles Value="../"/>
  70. </SearchPaths>
  71. <CodeGeneration>
  72. <Generate Value="Faster"/>
  73. </CodeGeneration>
  74. <Linking>
  75. <Options>
  76. <Win32>
  77. <GraphicApplication Value="True"/>
  78. </Win32>
  79. </Options>
  80. </Linking>
  81. <Other>
  82. <CompilerPath Value="$(CompPath)"/>
  83. </Other>
  84. </CompilerOptions>
  85. </CONFIG>