ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/sqlparser/sqlparser.lpi
Revision: 21
Committed: Thu Feb 26 10:33:34 2015 UTC (9 years, 1 month ago) by tony
File size: 2025 byte(s)
Log Message:
Committing updates for Release R1-2-0

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="sqlparser"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
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 </PublishOptions>
25 <RunParams>
26 <local>
27 <FormatVersion Value="1"/>
28 </local>
29 </RunParams>
30 <RequiredPackages Count="2">
31 <Item1>
32 <PackageName Value="ibexpress"/>
33 </Item1>
34 <Item2>
35 <PackageName Value="LCL"/>
36 </Item2>
37 </RequiredPackages>
38 <Units Count="2">
39 <Unit0>
40 <Filename Value="sqlparser.lpr"/>
41 <IsPartOfProject Value="True"/>
42 </Unit0>
43 <Unit1>
44 <Filename Value="MainForm.pas"/>
45 <IsPartOfProject Value="True"/>
46 <ComponentName Value="Form1"/>
47 <HasResources Value="True"/>
48 <ResourceBaseClass Value="Form"/>
49 <UnitName Value="MainForm"/>
50 </Unit1>
51 </Units>
52 </ProjectOptions>
53 <CompilerOptions>
54 <Version Value="11"/>
55 <Target>
56 <Filename Value="sqlparser"/>
57 </Target>
58 <SearchPaths>
59 <IncludeFiles Value="$(ProjOutDir)"/>
60 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
61 </SearchPaths>
62 <Linking>
63 <Options>
64 <Win32>
65 <GraphicApplication Value="True"/>
66 </Win32>
67 </Options>
68 </Linking>
69 </CompilerOptions>
70 <Debugging>
71 <Exceptions Count="3">
72 <Item1>
73 <Name Value="EAbort"/>
74 </Item1>
75 <Item2>
76 <Name Value="ECodetoolError"/>
77 </Item2>
78 <Item3>
79 <Name Value="EFOpenError"/>
80 </Item3>
81 </Exceptions>
82 </Debugging>
83 </CONFIG>