forked from bgrabitmap/bgracontrols
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbgrapascalscriptcomponent.lpk
51 lines (51 loc) · 1.41 KB
/
bgrapascalscriptcomponent.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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="bgrapascalscriptcomponent"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Version Major="9" Release="1" Build="6"/>
<Files Count="3">
<Item1>
<Filename Value="bgrapascalscript.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="BGRAPascalScript"/>
</Item1>
<Item2>
<Filename Value="upsi_bgrapascalscript.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="uPSI_BGRAPascalScript"/>
</Item2>
<Item3>
<Filename Value="bgrascript.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="BGRAScript"/>
</Item3>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="BGRABitmapPack"/>
</Item1>
<Item2>
<PackageName Value="pascalscript"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>