ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/project1.lpi
Revision: 47
Committed: Mon Jan 9 15:31:51 2017 UTC (7 years, 2 months ago) by tony
File size: 2612 byte(s)
Log Message:
Committing updates for Release R2-0-1

File Contents

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