ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/ibstoredproc/ibstoredprocdemo.lpi
Revision: 266
Committed: Wed Dec 26 18:34:32 2018 UTC (5 years, 3 months ago) by tony
File size: 2425 byte(s)
Log Message:
Fixes Merged

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="ibstoredprocdemo"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <BuildModes Count="1">
14 <Item1 Name="Default" Default="True"/>
15 </BuildModes>
16 <PublishOptions>
17 <Version Value="2"/>
18 </PublishOptions>
19 <RunParams>
20 <FormatVersion Value="2"/>
21 <Modes Count="1">
22 <Mode0 Name="default"/>
23 </Modes>
24 </RunParams>
25 <RequiredPackages Count="4">
26 <Item1>
27 <PackageName Value="FCL"/>
28 </Item1>
29 <Item2>
30 <PackageName Value="ibexpress"/>
31 </Item2>
32 <Item3>
33 <PackageName Value="ibcontrols"/>
34 </Item3>
35 <Item4>
36 <PackageName Value="LCL"/>
37 </Item4>
38 </RequiredPackages>
39 <Units Count="3">
40 <Unit0>
41 <Filename Value="ibstoredprocdemo.lpr"/>
42 <IsPartOfProject Value="True"/>
43 </Unit0>
44 <Unit1>
45 <Filename Value="Unit1.pas"/>
46 <IsPartOfProject Value="True"/>
47 <ComponentName Value="Form1"/>
48 <HasResources Value="True"/>
49 <ResourceBaseClass Value="Form"/>
50 </Unit1>
51 <Unit2>
52 <Filename Value="Unit2.pas"/>
53 <IsPartOfProject Value="True"/>
54 <ComponentName Value="DBCreateForm"/>
55 <HasResources Value="True"/>
56 <ResourceBaseClass Value="Form"/>
57 </Unit2>
58 </Units>
59 </ProjectOptions>
60 <CompilerOptions>
61 <Version Value="11"/>
62 <Target>
63 <Filename Value="ibstoredprocdemo"/>
64 </Target>
65 <SearchPaths>
66 <IncludeFiles Value="$(ProjOutDir)"/>
67 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
68 </SearchPaths>
69 <Linking>
70 <Debugging>
71 <UseHeaptrc Value="True"/>
72 </Debugging>
73 <Options>
74 <Win32>
75 <GraphicApplication Value="True"/>
76 </Win32>
77 </Options>
78 </Linking>
79 <Other>
80 <CustomOptions Value="-dUseCThreads"/>
81 </Other>
82 </CompilerOptions>
83 <Debugging>
84 <Exceptions Count="3">
85 <Item1>
86 <Name Value="EAbort"/>
87 </Item1>
88 <Item2>
89 <Name Value="ECodetoolError"/>
90 </Item2>
91 <Item3>
92 <Name Value="EFOpenError"/>
93 </Item3>
94 </Exceptions>
95 </Debugging>
96 </CONFIG>