ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/ibstoredproc/ibstoredprocdemo.lpi
Revision: 158
Committed: Thu Mar 1 11:23:33 2018 UTC (6 years, 1 month ago) by tony
File size: 2385 byte(s)
Log Message:
Repository resync

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
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 <local>
21 <FormatVersion Value="1"/>
22 </local>
23 </RunParams>
24 <RequiredPackages Count="4">
25 <Item1>
26 <PackageName Value="FCL"/>
27 </Item1>
28 <Item2>
29 <PackageName Value="ibexpress"/>
30 </Item2>
31 <Item3>
32 <PackageName Value="ibcontrols"/>
33 </Item3>
34 <Item4>
35 <PackageName Value="LCL"/>
36 </Item4>
37 </RequiredPackages>
38 <Units Count="3">
39 <Unit0>
40 <Filename Value="ibstoredprocdemo.lpr"/>
41 <IsPartOfProject Value="True"/>
42 </Unit0>
43 <Unit1>
44 <Filename Value="Unit1.pas"/>
45 <IsPartOfProject Value="True"/>
46 <ComponentName Value="Form1"/>
47 <HasResources Value="True"/>
48 <ResourceBaseClass Value="Form"/>
49 </Unit1>
50 <Unit2>
51 <Filename Value="Unit2.pas"/>
52 <IsPartOfProject Value="True"/>
53 <ComponentName Value="DBCreateForm"/>
54 <HasResources Value="True"/>
55 <ResourceBaseClass Value="Form"/>
56 </Unit2>
57 </Units>
58 </ProjectOptions>
59 <CompilerOptions>
60 <Version Value="11"/>
61 <Target>
62 <Filename Value="ibstoredprocdemo"/>
63 </Target>
64 <SearchPaths>
65 <IncludeFiles Value="$(ProjOutDir)"/>
66 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
67 </SearchPaths>
68 <Linking>
69 <Debugging>
70 <UseHeaptrc Value="True"/>
71 </Debugging>
72 <Options>
73 <Win32>
74 <GraphicApplication Value="True"/>
75 </Win32>
76 </Options>
77 </Linking>
78 <Other>
79 <CustomOptions Value="-dUseCThreads"/>
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>