ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/project1.lpi
Revision: 45
Committed: Tue Dec 6 10:33:46 2016 UTC (7 years, 4 months ago) by tony
File size: 2904 byte(s)
Log Message:
Committing updates for Release R2-0-0

File Contents

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