/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
- <?xml version="1.0"?>
- <CONFIG>
- <ProjectOptions>
- <PathDelim Value="/"/>
- <Version Value="6"/>
- <General>
- <SessionStorage Value="InIDEConfig"/>
- <MainUnit Value="0"/>
- <IconPath Value="./"/>
- <TargetFileExt Value=""/>
- <Title Value="simple data export demo"/>
- </General>
- <VersionInfo>
- <ProjectVersion Value=""/>
- </VersionInfo>
- <PublishOptions>
- <Version Value="2"/>
- <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
- <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
- </PublishOptions>
- <RunParams>
- <local>
- <FormatVersion Value="1"/>
- <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
- </local>
- </RunParams>
- <RequiredPackages Count="5">
- <Item1>
- <PackageName Value="lazdbexport"/>
- </Item1>
- <Item2>
- <PackageName Value="LCL"/>
- </Item2>
- <Item3>
- <PackageName Value="DBFLaz"/>
- <MinVersion Minor="1" Release="1" Valid="True"/>
- </Item3>
- <Item4>
- <PackageName Value="FCL"/>
- <MinVersion Major="1" Valid="True"/>
- </Item4>
- <Item5>
- <PackageName Value="RunTimeTypeInfoControls"/>
- </Item5>
- </RequiredPackages>
- <Units Count="3">
- <Unit0>
- <Filename Value="simpleexport.lpr"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="simpleexport"/>
- </Unit0>
- <Unit1>
- <Filename Value="frmmain.pp"/>
- <ComponentName Value="MainForm"/>
- <IsPartOfProject Value="True"/>
- <ResourceFilename Value="frmmain.lrs"/>
- <UnitName Value="frmmain"/>
- </Unit1>
- <Unit2>
- <Filename Value="../gendata.pp"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="gendata"/>
- </Unit2>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="5"/>
- <SearchPaths>
- <OtherUnitFiles Value="../"/>
- </SearchPaths>
- <CodeGeneration>
- <Generate Value="Faster"/>
- </CodeGeneration>
- <Linking>
- <Options>
- <Win32>
- <GraphicApplication Value="True"/>
- </Win32>
- </Options>
- </Linking>
- <Other>
- <CompilerPath Value="$(CompPath)"/>
- </Other>
- </CompilerOptions>
- </CONFIG>