ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/services.lpi
Revision: 209
Committed: Wed Mar 14 12:48:51 2018 UTC (6 years, 1 month ago) by tony
File size: 5033 byte(s)
Log Message:
Fixes Merged

File Contents

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