-
Notifications
You must be signed in to change notification settings - Fork 10
/
unboundbible.lpi
311 lines (311 loc) · 9.09 KB
/
unboundbible.lpi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
<PathDelim Value="\"/>
<General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InIDEConfig"/>
<Title Value="Unbound Bible"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
</General>
<i18n>
<EnableI18N LFM="False"/>
</i18n>
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="5"/>
<MinorVersionNr Value="4"/>
<StringTable CompanyName="Vladimir Rybant" ProductName="Unbound Bible" ProductVersion="5.4"/>
</VersionInfo>
<BuildModes Count="3">
<Item1 Name="Default" Default="True"/>
<Item2 Name="Debug">
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="unboundbible"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value="forms"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<CStyleOperator Value="False"/>
<AllowLabel Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2Set"/>
<UseLineInfoUnit Value="False"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerMessages>
<IgnoredMessages idx6058="True" idx5093="True" idx5057="True" idx5024="True" idx3123="True"/>
</CompilerMessages>
</Other>
</CompilerOptions>
</Item2>
<Item3 Name="Release">
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="unboundbible"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value="forms"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<CStyleOperator Value="False"/>
<AllowLabel Value="False"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
</Debugging>
<LinkSmart Value="True"/>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerMessages>
<IgnoredMessages idx6058="True" idx5093="True" idx5057="True" idx5024="True" idx3123="True"/>
</CompilerMessages>
</Other>
</CompilerOptions>
</Item3>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="1">
<Mode0 Name="default"/>
</Modes>
</RunParams>
<RequiredPackages Count="5">
<Item1>
<PackageName Value="zcomponent"/>
</Item1>
<Item2>
<PackageName Value="unboundmemopackage"/>
</Item2>
<Item3>
<PackageName Value="Printer4Lazarus"/>
</Item3>
<Item4>
<PackageName Value="richmemopackage"/>
<MinVersion Major="1" Valid="True"/>
</Item4>
<Item5>
<PackageName Value="LCL"/>
</Item5>
</RequiredPackages>
<Units Count="18">
<Unit0>
<Filename Value="unboundbible.lpr"/>
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
<Filename Value="formmain.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="MainForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="FormMain"/>
</Unit1>
<Unit2>
<Filename Value="unittools.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitTools"/>
</Unit2>
<Unit3>
<Filename Value="unitutils.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitUtils"/>
</Unit3>
<Unit4>
<Filename Value="unitsqliteex.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitSQLiteEx"/>
</Unit4>
<Unit5>
<Filename Value="unitmodule.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitModule"/>
</Unit5>
<Unit6>
<Filename Value="unitcommentary.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitCommentary"/>
</Unit6>
<Unit7>
<Filename Value="unitdictionary.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitDictionary"/>
</Unit7>
<Unit8>
<Filename Value="unitconvert.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitConvert"/>
</Unit8>
<Unit9>
<Filename Value="unitbible.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitBible"/>
</Unit9>
<Unit10>
<Filename Value="unitreference.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitReference"/>
</Unit10>
<Unit11>
<Filename Value="unitlocal.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="UnitLocal"/>
</Unit11>
<Unit12>
<Filename Value="forms\formabout.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="AboutBox"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="FormAbout"/>
</Unit12>
<Unit13>
<Filename Value="forms\formcopy.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="CopyForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="FormCopy"/>
</Unit13>
<Unit14>
<Filename Value="forms\formsearch.pas"/>
<IsPartOfProject Value="True"/>
<HasResources Value="True"/>
<UnitName Value="FormSearch"/>
</Unit14>
<Unit15>
<Filename Value="forms\formnotify.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="NotifyForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="FormNotify"/>
</Unit15>
<Unit16>
<Filename Value="forms\formshelf.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="ShelfForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="FormShelf"/>
</Unit16>
<Unit17>
<Filename Value="forms\formoptions.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="OptionsForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="FormOptions"/>
</Unit17>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="unboundbible_$(TargetOS)"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value="forms"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<CStyleOperator Value="False"/>
<AllowLabel Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
<DebugInfoType Value="dsDwarf2"/>
</Debugging>
<LinkSmart Value="True"/>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerMessages>
<IgnoredMessages idx6058="True" idx5093="True" idx5057="True" idx5024="True" idx3124="True" idx3123="True"/>
</CompilerMessages>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions Count="9">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
<Item4>
<Name Value="Exception"/>
</Item4>
<Item5>
<Name Value="EFCreateError"/>
</Item5>
<Item6>
<Name Value="EDatabaseError"/>
</Item6>
<Item7>
<Name Value="RunError(103)"/>
</Item7>
<Item8>
<Name Value="EListError"/>
</Item8>
<Item9>
<Name Value="ESQLDatabaseError"/>
</Item9>
</Exceptions>
</Debugging>
</CONFIG>