-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPascalKit.lpk
More file actions
82 lines (77 loc) · 2.64 KB
/
Copy pathPascalKit.lpk
File metadata and controls
82 lines (77 loc) · 2.64 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="PascalKit"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Mikhail Malakhov <malakhv@gmail.com>"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="src\util"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<Style Value="1"/>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<CStyleOperator Value="False"/>
<AllowLabel Value="False"/>
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<Description Value="Pascal Utils Library (PUL)"/>
<License Value=" Pascal Utils Library (PUL)
Copyright (C) 1996-2023 Mikhail Malakhov <malakhv@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied.
See the License for the specific language governing permissions
and limitations under the License."/>
<Version Minor="1"/>
<Files>
<Item>
<Filename Value="src\util\Mikhan.Util.StrUtils.pas"/>
<UnitName Value="Mikhan.Util.StrUtils"/>
</Item>
<Item>
<Filename Value="src\util\Mikhan.Util.AppArgs.pas"/>
<UnitName Value="Mikhan.Util.AppArgs"/>
</Item>
<Item>
<Filename Value="src\util\Mikhan.Util.AppVersion.pas"/>
<UnitName Value="Mikhan.Util.AppVersion"/>
</Item>
<Item>
<Filename Value="src\util\Mikhan.Util.AppLogs.pas"/>
<UnitName Value="Mikhan.Util.AppLogs"/>
</Item>
<Item>
<Filename Value="src\util\Mikhan.Util.Dump.pas"/>
<UnitName Value="Mikhan.Util.Dump"/>
</Item>
<Item>
<Filename Value="src\util\Mikhan.Util.System.pas"/>
<UnitName Value="Mikhan.Util.System"/>
</Item>
</Files>
<RequiredPkgs>
<Item>
<PackageName Value="LCL"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>