ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/project1.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 2537 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

# 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="project1"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <BuildModes Count="1">
17 <Item1 Name="Default" Default="True"/>
18 </BuildModes>
19 <PublishOptions>
20 <Version Value="2"/>
21 </PublishOptions>
22 <RunParams>
23 <local>
24 <FormatVersion Value="1"/>
25 <CommandLineParams Value="-a -u SYSDBA -p masterkey employee"/>
26 </local>
27 </RunParams>
28 <RequiredPackages Count="4">
29 <Item1>
30 <PackageName Value="FCL"/>
31 </Item1>
32 <Item2>
33 <PackageName Value="ibcontrols"/>
34 </Item2>
35 <Item3>
36 <PackageName Value="ibexpress"/>
37 </Item3>
38 <Item4>
39 <PackageName Value="LCL"/>
40 </Item4>
41 </RequiredPackages>
42 <Units Count="4">
43 <Unit0>
44 <Filename Value="project1.lpr"/>
45 <IsPartOfProject Value="True"/>
46 </Unit0>
47 <Unit1>
48 <Filename Value="unit1.pas"/>
49 <IsPartOfProject Value="True"/>
50 <ComponentName Value="Form1"/>
51 <HasResources Value="True"/>
52 <ResourceBaseClass Value="Form"/>
53 <UnitName Value="Unit1"/>
54 </Unit1>
55 <Unit2>
56 <Filename Value="unit2.pas"/>
57 <IsPartOfProject Value="True"/>
58 <ComponentName Value="SelectSQLResults"/>
59 <HasResources Value="True"/>
60 <ResourceBaseClass Value="Form"/>
61 <UnitName Value="Unit2"/>
62 </Unit2>
63 <Unit3>
64 <Filename Value="tests/SelectQuery.sql"/>
65 <IsPartOfProject Value="True"/>
66 </Unit3>
67 </Units>
68 </ProjectOptions>
69 <CompilerOptions>
70 <Version Value="11"/>
71 <Target>
72 <Filename Value="project1"/>
73 </Target>
74 <SearchPaths>
75 <IncludeFiles Value="$(ProjOutDir)"/>
76 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
77 </SearchPaths>
78 <Linking>
79 <Options>
80 <Win32>
81 <GraphicApplication Value="True"/>
82 </Win32>
83 </Options>
84 </Linking>
85 </CompilerOptions>
86 <Debugging>
87 <Exceptions Count="3">
88 <Item1>
89 <Name Value="EAbort"/>
90 </Item1>
91 <Item2>
92 <Name Value="ECodetoolError"/>
93 </Item2>
94 <Item3>
95 <Name Value="EFOpenError"/>
96 </Item3>
97 </Exceptions>
98 </Debugging>
99 </CONFIG>