forked from ricardoelices/TGBotLazarus
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathfptgbot_ex.lpk
48 lines (48 loc) · 1.3 KB
/
fptgbot_ex.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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="fptgbot_ex"/>
<Author Value="Renat Suleymanov"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="bot_ex"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="TTelegramBot class is inheritor of TTelegramSender with extended features"/>
<License Value="MIT License"/>
<Version Release="1"/>
<Files>
<Item>
<Filename Value="bot_ex\tgbot.pas"/>
<UnitName Value="tgbot"/>
</Item>
<Item>
<Filename Value="bot_ex\tgplugin.pas"/>
<UnitName Value="tgplugin"/>
</Item>
</Files>
<RequiredPkgs>
<Item>
<PackageName Value="LazUtils"/>
</Item>
<Item>
<PackageName Value="fptelegram"/>
<MinVersion Release="6" Build="1" Valid="True"/>
</Item>
<Item>
<PackageName Value="FCL"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>