ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/project1.lpi
Revision: 353
Committed: Sat Oct 23 14:11:37 2021 UTC (2 years, 6 months ago) by tony
File size: 2778 byte(s)
Log Message:
Fixes Merged

File Contents

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