ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/project1.lpi
Revision: 37
Committed: Mon Feb 15 14:44:25 2016 UTC (8 years, 2 months ago) by tony
File size: 2540 byte(s)
Log Message:
Committing updates for Release R1-4-0

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 </local>
29 </RunParams>
30 <RequiredPackages Count="4">
31 <Item1>
32 <PackageName Value="FCL"/>
33 </Item1>
34 <Item2>
35 <PackageName Value="ibcontrols"/>
36 </Item2>
37 <Item3>
38 <PackageName Value="ibexpress"/>
39 </Item3>
40 <Item4>
41 <PackageName Value="LCL"/>
42 </Item4>
43 </RequiredPackages>
44 <Units Count="4">
45 <Unit0>
46 <Filename Value="project1.lpr"/>
47 <IsPartOfProject Value="True"/>
48 </Unit0>
49 <Unit1>
50 <Filename Value="unit1.pas"/>
51 <IsPartOfProject Value="True"/>
52 <ComponentName Value="Form1"/>
53 <HasResources Value="True"/>
54 <ResourceBaseClass Value="Form"/>
55 <UnitName Value="Unit1"/>
56 </Unit1>
57 <Unit2>
58 <Filename Value="unit2.pas"/>
59 <IsPartOfProject Value="True"/>
60 <ComponentName Value="SelectSQLResults"/>
61 <HasResources Value="True"/>
62 <ResourceBaseClass Value="Form"/>
63 <UnitName Value="Unit2"/>
64 </Unit2>
65 <Unit3>
66 <Filename Value="tests/SelectQuery.sql"/>
67 <IsPartOfProject Value="True"/>
68 </Unit3>
69 </Units>
70 </ProjectOptions>
71 <CompilerOptions>
72 <Version Value="11"/>
73 <Target>
74 <Filename Value="project1"/>
75 </Target>
76 <SearchPaths>
77 <IncludeFiles Value="$(ProjOutDir)"/>
78 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
79 </SearchPaths>
80 <Linking>
81 <Options>
82 <Win32>
83 <GraphicApplication Value="True"/>
84 </Win32>
85 </Options>
86 </Linking>
87 </CompilerOptions>
88 <Debugging>
89 <Exceptions Count="3">
90 <Item1>
91 <Name Value="EAbort"/>
92 </Item1>
93 <Item2>
94 <Name Value="ECodetoolError"/>
95 </Item2>
96 <Item3>
97 <Name Value="EFOpenError"/>
98 </Item3>
99 </Exceptions>
100 </Debugging>
101 </CONFIG>