/packages/fcl-web/examples/jsonrpc/extdirect/extdemo.lpi
Unknown | 95 lines | 95 code | 0 blank | 0 comment | 0 complexity | 213f5f8832473c6ce6f134a80f0b7db7 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="Ext.Direct demo application"/> 14 <ResourceType Value="res"/> 15 <UseXPManifest Value="True"/> 16 </General> 17 <VersionInfo> 18 <Language Value=""/> 19 <CharSet Value=""/> 20 <StringTable ProductVersion=""/> 21 </VersionInfo> 22 <BuildModes Count="1"> 23 <Item1 Name="default" Default="True"/> 24 </BuildModes> 25 <PublishOptions> 26 <Version Value="2"/> 27 <IgnoreBinaries Value="False"/> 28 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> 29 <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> 30 </PublishOptions> 31 <RunParams> 32 <local> 33 <FormatVersion Value="1"/> 34 <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> 35 </local> 36 </RunParams> 37 <RequiredPackages Count="4"> 38 <Item1> 39 <PackageName Value="lazwebextra"/> 40 <MinVersion Valid="True"/> 41 </Item1> 42 <Item2> 43 <PackageName Value="WebLaz"/> 44 </Item2> 45 <Item3> 46 <PackageName Value="LCL"/> 47 </Item3> 48 <Item4> 49 <PackageName Value="FCL"/> 50 </Item4> 51 </RequiredPackages> 52 <Units Count="2"> 53 <Unit0> 54 <Filename Value="extdemo.lpr"/> 55 <IsPartOfProject Value="True"/> 56 <UnitName Value="extdemo"/> 57 </Unit0> 58 <Unit1> 59 <Filename Value="wmext.pp"/> 60 <IsPartOfProject Value="True"/> 61 <ComponentName Value="DemoClass"/> 62 <ResourceBaseClass Value="DataModule"/> 63 <UnitName Value="wmext"/> 64 </Unit1> 65 </Units> 66 </ProjectOptions> 67 <CompilerOptions> 68 <Version Value="10"/> 69 <Target> 70 <Filename Value="extdemo.cgi"/> 71 </Target> 72 <SearchPaths> 73 <IncludeFiles Value="$(ProjOutDir)"/> 74 </SearchPaths> 75 <Other> 76 <CompilerMessages> 77 <UseMsgFile Value="True"/> 78 </CompilerMessages> 79 <CompilerPath Value="$(CompPath)"/> 80 </Other> 81 </CompilerOptions> 82 <Debugging> 83 <Exceptions Count="3"> 84 <Item1> 85 <Name Value="EAbort"/> 86 </Item1> 87 <Item2> 88 <Name Value="ECodetoolError"/> 89 </Item2> 90 <Item3> 91 <Name Value="EFOpenError"/> 92 </Item3> 93 </Exceptions> 94 </Debugging> 95</CONFIG>