1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<CONFIG> |
3 |
<Package Version="4"> |
4 |
<Name Value="iblocaldb"/> |
5 |
<Type Value="RunAndDesignTime"/> |
6 |
<Author Value="MWA Software"/> |
7 |
<CompilerOptions> |
8 |
<Version Value="11"/> |
9 |
<SearchPaths> |
10 |
<OtherUnitFiles Value="iblocaldb"/> |
11 |
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> |
12 |
</SearchPaths> |
13 |
</CompilerOptions> |
14 |
<Description Value="This package provides additional support for Personal Databases."/> |
15 |
<License Value=" * IBX For Lazarus (Firebird Express) |
16 |
* |
17 |
* The contents of this file are subject to the Initial Developer's |
18 |
* Public License Version 1.0 (the "License"); you may not use this |
19 |
* file except in compliance with the License. You may obtain a copy |
20 |
* of the License here: |
21 |
* |
22 |
* http://www.firebirdsql.org/index.php?op=doc&id=idpl |
23 |
* |
24 |
* Software distributed under the License is distributed on an "AS |
25 |
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
26 |
* implied. See the License for the specific language governing rights |
27 |
* and limitations under the License. |
28 |
* |
29 |
* The Initial Developer of the Original Code is Tony Whyman. |
30 |
* |
31 |
* The Original Code is (C) 2014 Tony Whyman, MWA Software |
32 |
* (http://www.mwasoftware.co.uk). |
33 |
* |
34 |
* All Rights Reserved. |
35 |
* |
36 |
* Contributor(s): ______________________________________. |
37 |
* |
38 |
"/> |
39 |
<Version Major="2" Minor="1" Release = "0" /> |
40 |
<Files Count="8"> |
41 |
<Item1> |
42 |
<Filename Value="iblocaldb/IBXCustomIBLocalDBSupport.pas"/> |
43 |
<UnitName Value="IBXCustomIBLocalDBSupport"/> |
44 |
</Item1> |
45 |
<Item2> |
46 |
<Filename Value="iblocaldb/IBXCreateDatabaseDlg.pas"/> |
47 |
<UnitName Value="IBXCreateDatabaseDlg"/> |
48 |
</Item2> |
49 |
<Item3> |
50 |
<Filename Value="iblocaldb/IBXSaveDatabaseDlg.pas"/> |
51 |
<UnitName Value="IBXSaveDatabaseDlg"/> |
52 |
</Item3> |
53 |
<Item4> |
54 |
<Filename Value="iblocaldb/IBXUpgradeDatabaseDlg.pas"/> |
55 |
<UnitName Value="IBXUpgradeDatabaseDlg"/> |
56 |
</Item4> |
57 |
<Item5> |
58 |
<Filename Value="iblocaldb/IBXViewLogDig.pas"/> |
59 |
<UnitName Value="IBXViewLogDig"/> |
60 |
</Item5> |
61 |
<Item6> |
62 |
<Filename Value="iblocaldb/IBLocalDBSupport.pas"/> |
63 |
<UnitName Value="IBLocalDBSupport"/> |
64 |
</Item6> |
65 |
<Item7> |
66 |
<Filename Value="iblocaldb/IBXUpgradeConfFile.pas"/> |
67 |
<UnitName Value="IBXUpgradeConfFile"/> |
68 |
</Item7> |
69 |
<Item8> |
70 |
<Filename Value="iblocaldb/IBXCreateDatabaseFromSQLDlgUnit.pas"/> |
71 |
<UnitName Value="IBXCreateDatabaseFromSQLDlgUnit"/> |
72 |
</Item8> |
73 |
</Files> |
74 |
<RequiredPkgs Count="2"> |
75 |
<Item1> |
76 |
<PackageName Value="ibexpress"/> |
77 |
</Item1> |
78 |
<Item2> |
79 |
<PackageName Value="FCL"/> |
80 |
</Item2> |
81 |
</RequiredPkgs> |
82 |
<UsageOptions> |
83 |
<UnitPath Value="$(PkgOutDir)"/> |
84 |
</UsageOptions> |
85 |
<PublishOptions> |
86 |
<Version Value="2"/> |
87 |
</PublishOptions> |
88 |
</Package> |
89 |
</CONFIG> |