-
Notifications
You must be signed in to change notification settings - Fork 7
/
res2goplugin.lpk
69 lines (69 loc) · 1.89 KB
/
res2goplugin.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
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="res2goplugin"/>
<Type Value="RunAndDesignTime"/>
<Author Value="ying32"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="res2go IDE plug-in"/>
<License Value="COPYING.modifiedLGPL"/>
<Version Major="1" Release="17"/>
<Files Count="7">
<Item1>
<Filename Value="res2gomain.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="res2gomain"/>
</Item1>
<Item2>
<Filename Value="res2goplugin.pas"/>
<UnitName Value="res2goplugin"/>
</Item2>
<Item3>
<Filename Value="res2gooptions.pas"/>
<DisableI18NForLFM Value="True"/>
<UnitName Value="res2goOptions"/>
</Item3>
<Item4>
<Filename Value="usupports.pas"/>
<UnitName Value="usupports"/>
</Item4>
<Item5>
<Filename Value="ugolang.pas"/>
<UnitName Value="ugolang"/>
</Item5>
<Item6>
<Filename Value="ulangbase.pas"/>
<UnitName Value="uLangBase"/>
</Item6>
<Item7>
<Filename Value="res2goresources.pas"/>
<UnitName Value="res2goResources"/>
</Item7>
</Files>
<CompatibilityMode Value="True"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
<EnableI18NForLFM Value="True"/>
</i18n>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>