/packages/fcl-web/examples/webdata/demo6/extgrid.lpi
Unknown | 101 lines | 101 code | 0 blank | 0 comment | 0 complexity | 3d1b5a4db0df392c2870037bca7cb5aa MD5 | raw file
Possible License(s): LGPL-2.0, LGPL-2.1, LGPL-3.0
1<?xml version="1.0"?> 2<CONFIG> 3 <ProjectOptions> 4 <Version Value="9"/> 5 <General> 6 <Flags> 7 <SaveOnlyProjectUnits Value="True"/> 8 <MainUnitHasCreateFormStatements Value="False"/> 9 <Runnable Value="False"/> 10 </Flags> 11 <SessionStorage Value="InProjectDir"/> 12 <MainUnit Value="0"/> 13 <Title Value="SQLDBWebDataProvider demo using ExtJS"/> 14 <UseXPManifest Value="True"/> 15 </General> 16 <VersionInfo> 17 <StringTable ProductVersion=""/> 18 </VersionInfo> 19 <BuildModes Count="1"> 20 <Item1 Name="default" Default="True"/> 21 </BuildModes> 22 <PublishOptions> 23 <Version Value="2"/> 24 <IgnoreBinaries Value="False"/> 25 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> 26 <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> 27 </PublishOptions> 28 <RunParams> 29 <local> 30 <FormatVersion Value="1"/> 31 <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> 32 </local> 33 </RunParams> 34 <RequiredPackages Count="5"> 35 <Item1> 36 <PackageName Value="SQLDBLaz"/> 37 <MinVersion Major="1" Release="1" Valid="True"/> 38 </Item1> 39 <Item2> 40 <PackageName Value="lazwebextra"/> 41 <MinVersion Valid="True"/> 42 </Item2> 43 <Item3> 44 <PackageName Value="WebLaz"/> 45 </Item3> 46 <Item4> 47 <PackageName Value="LCL"/> 48 </Item4> 49 <Item5> 50 <PackageName Value="FCL"/> 51 </Item5> 52 </RequiredPackages> 53 <Units Count="2"> 54 <Unit0> 55 <Filename Value="extgrid.lpr"/> 56 <IsPartOfProject Value="True"/> 57 <UnitName Value="extgrid"/> 58 </Unit0> 59 <Unit1> 60 <Filename Value="wmusers.pp"/> 61 <IsPartOfProject Value="True"/> 62 <ComponentName Value="FPWebProviderDataModule1"/> 63 <ResourceBaseClass Value="DataModule"/> 64 <UnitName Value="wmusers"/> 65 </Unit1> 66 </Units> 67 </ProjectOptions> 68 <CompilerOptions> 69 <Version Value="10"/> 70 <Target> 71 <Filename Value="extgrid.cgi"/> 72 </Target> 73 <SearchPaths> 74 <IncludeFiles Value="$(ProjOutDir)"/> 75 </SearchPaths> 76 <Parsing> 77 <SyntaxOptions> 78 <UseAnsiStrings Value="False"/> 79 </SyntaxOptions> 80 </Parsing> 81 <Other> 82 <CompilerMessages> 83 <UseMsgFile Value="True"/> 84 </CompilerMessages> 85 <CompilerPath Value="$(CompPath)"/> 86 </Other> 87 </CompilerOptions> 88 <Debugging> 89 <Exceptions Count="3"> 90 <Item1> 91 <Name Value="EAbort"/> 92 </Item1> 93 <Item2> 94 <Name Value="ECodetoolError"/> 95 </Item2> 96 <Item3> 97 <Name Value="EFOpenError"/> 98 </Item3> 99 </Exceptions> 100 </Debugging> 101</CONFIG>