ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/project1.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 2903 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

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