ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/services.lpi
Revision: 263
Committed: Thu Dec 6 15:55:01 2018 UTC (6 years ago) by tony
File size: 5073 byte(s)
Log Message:
Release 2.3.2 committed

File Contents

# User Rev Content
1 tony 143 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 263 <Version Value="11"/>
5 tony 143 <General>
6     <SessionStorage Value="InProjectDir"/>
7     <MainUnit Value="0"/>
8     <Title Value="services"/>
9     <ResourceType Value="res"/>
10     <UseXPManifest Value="True"/>
11     <Icon Value="0"/>
12     </General>
13     <BuildModes Count="1">
14     <Item1 Name="Default" Default="True"/>
15     </BuildModes>
16     <PublishOptions>
17     <Version Value="2"/>
18     </PublishOptions>
19     <RunParams>
20 tony 263 <FormatVersion Value="2"/>
21     <Modes Count="1">
22     <Mode0 Name="default"/>
23     </Modes>
24 tony 143 </RunParams>
25 tony 147 <RequiredPackages Count="5">
26 tony 143 <Item1>
27 tony 147 <PackageName Value="MemDSLaz"/>
28 tony 143 </Item1>
29     <Item2>
30 tony 147 <PackageName Value="FCL"/>
31 tony 143 </Item2>
32     <Item3>
33 tony 147 <PackageName Value="ibcontrols"/>
34     </Item3>
35     <Item4>
36     <PackageName Value="ibexpress"/>
37     </Item4>
38     <Item5>
39 tony 143 <PackageName Value="LCL"/>
40 tony 147 </Item5>
41 tony 143 </RequiredPackages>
42 tony 209 <Units Count="13">
43 tony 143 <Unit0>
44     <Filename Value="services.lpr"/>
45     <IsPartOfProject Value="True"/>
46     </Unit0>
47     <Unit1>
48     <Filename Value="MainFormUnit.pas"/>
49     <IsPartOfProject Value="True"/>
50     <ComponentName Value="MainForm"/>
51     <HasResources Value="True"/>
52     <ResourceBaseClass Value="Form"/>
53     </Unit1>
54     <Unit2>
55 tony 209 <Filename Value="BackupDlgUnit.pas"/>
56 tony 143 <IsPartOfProject Value="True"/>
57 tony 209 <ComponentName Value="BackupDlg"/>
58 tony 143 <HasResources Value="True"/>
59     <ResourceBaseClass Value="Form"/>
60     </Unit2>
61     <Unit3>
62 tony 209 <Filename Value="ChgPasswordDlgUnit.pas"/>
63 tony 143 <IsPartOfProject Value="True"/>
64 tony 209 <ComponentName Value="ChgPasswordDlg"/>
65 tony 143 <HasResources Value="True"/>
66     <ResourceBaseClass Value="Form"/>
67     </Unit3>
68     <Unit4>
69 tony 209 <Filename Value="LimboTransactionsUnit.pas"/>
70 tony 143 <IsPartOfProject Value="True"/>
71 tony 209 <ComponentName Value="LimboTransactionsForm"/>
72 tony 143 <HasResources Value="True"/>
73     <ResourceBaseClass Value="Form"/>
74     </Unit4>
75     <Unit5>
76 tony 209 <Filename Value="ListUsersUnit.pas"/>
77 tony 143 <IsPartOfProject Value="True"/>
78 tony 209 <ComponentName Value="ListUsersForm"/>
79 tony 143 <HasResources Value="True"/>
80     <ResourceBaseClass Value="Form"/>
81     </Unit5>
82     <Unit6>
83 tony 209 <Filename Value="NewUserDlgUnit.pas"/>
84 tony 143 <IsPartOfProject Value="True"/>
85 tony 209 <ComponentName Value="NewUserDlg"/>
86 tony 143 <HasResources Value="True"/>
87     <ResourceBaseClass Value="Form"/>
88     </Unit6>
89     <Unit7>
90 tony 209 <Filename Value="RestoreDlgUnit.pas"/>
91 tony 143 <IsPartOfProject Value="True"/>
92 tony 209 <ComponentName Value="RestoreDlg"/>
93 tony 143 <HasResources Value="True"/>
94     <ResourceBaseClass Value="Form"/>
95     </Unit7>
96     <Unit8>
97 tony 209 <Filename Value="ServicesLoginDlgUnit.pas"/>
98 tony 143 <IsPartOfProject Value="True"/>
99 tony 209 <ComponentName Value="SvcLoginDlg"/>
100 tony 143 <HasResources Value="True"/>
101     <ResourceBaseClass Value="Form"/>
102     </Unit8>
103     <Unit9>
104 tony 209 <Filename Value="SelectValidationDlgUnit.pas"/>
105 tony 143 <IsPartOfProject Value="True"/>
106 tony 209 <ComponentName Value="SelectValidationDlg"/>
107 tony 143 <HasResources Value="True"/>
108     <ResourceBaseClass Value="Form"/>
109     </Unit9>
110     <Unit10>
111 tony 209 <Filename Value="SelectDBDlgUnit.pas"/>
112 tony 143 <IsPartOfProject Value="True"/>
113 tony 209 <ComponentName Value="SelectDBDlg"/>
114 tony 143 <HasResources Value="True"/>
115     <ResourceBaseClass Value="Form"/>
116     </Unit10>
117     <Unit11>
118 tony 209 <Filename Value="ShutdownDatabaseDlgUnit.pas"/>
119 tony 143 <IsPartOfProject Value="True"/>
120 tony 209 <ComponentName Value="ShutdownDatabaseDlg"/>
121 tony 143 <HasResources Value="True"/>
122     <ResourceBaseClass Value="Form"/>
123     </Unit11>
124     <Unit12>
125     <Filename Value="ShutdownRegDlgUnit.pas"/>
126     <IsPartOfProject Value="True"/>
127     <ComponentName Value="ShutdownReqDlg"/>
128     <HasResources Value="True"/>
129     <ResourceBaseClass Value="Form"/>
130 tony 209 </Unit12>
131 tony 143 </Units>
132     </ProjectOptions>
133     <CompilerOptions>
134     <Version Value="11"/>
135     <Target>
136     <Filename Value="services"/>
137     </Target>
138     <SearchPaths>
139     <IncludeFiles Value="$(ProjOutDir)"/>
140     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
141     </SearchPaths>
142 tony 209 <CodeGeneration>
143     <Checks>
144     <RangeChecks Value="True"/>
145     </Checks>
146     </CodeGeneration>
147 tony 143 <Linking>
148 tony 209 <Debugging>
149     <UseHeaptrc Value="True"/>
150     </Debugging>
151 tony 143 <Options>
152     <Win32>
153     <GraphicApplication Value="True"/>
154     </Win32>
155     </Options>
156     </Linking>
157     <Other>
158     <CustomOptions Value="-dUseCThreads"/>
159     </Other>
160     </CompilerOptions>
161     <Debugging>
162     <Exceptions Count="3">
163     <Item1>
164     <Name Value="EAbort"/>
165     </Item1>
166     <Item2>
167     <Name Value="ECodetoolError"/>
168     </Item2>
169     <Item3>
170     <Name Value="EFOpenError"/>
171     </Item3>
172     </Exceptions>
173     </Debugging>
174     </CONFIG>