-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalexs_trade_abstract.lpk
56 lines (56 loc) · 1.58 KB
/
alexs_trade_abstract.lpk
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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="alexs_trade_abstract"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lagunov A.A"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="pca"/>
<OtherUnitFiles Value="pca;abstract_ecr"/>
<UnitOutputDirectory Value="lib\pca\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
</SearchPaths>
<Other>
<ConfigFile>
<WriteConfigFilePath Value="$(PkgOutDir)\fpclaz.cfg"/>
</ConfigFile>
</Other>
</CompilerOptions>
<License Value="LGPL2"/>
<Version Major="1" Minor="1" Build="4"/>
<Files>
<Item>
<Filename Value="pca\alexs_plastic_cards_abstract.pas"/>
<UnitName Value="alexs_plastic_cards_abstract"/>
</Item>
<Item>
<Filename Value="plasticcardfictive.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="PlasticCardFictive"/>
</Item>
<Item>
<Filename Value="abstract_ecr\casheregisterabstract.pas"/>
<UnitName Value="CasheRegisterAbstract"/>
</Item>
</Files>
<LazDoc Paths="docs"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs>
<Item>
<PackageName Value="FCL"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>