source: TEditExtensions/TEditExtensions.lpk

Last change on this file was 222, checked in by george, 13 years ago
  • Přidáno: Jednotka UURI pro práci s textovým umístěním souborů a složek.
File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="3">
4 <PathDelim Value="\"/>
5 <Name Value="TEditExtensions"/>
6 <Author Value="Chronos (robie@centrum.cz)"/>
7 <CompilerOptions>
8 <Version Value="10"/>
9 <PathDelim Value="\"/>
10 <SearchPaths>
11 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
12 </SearchPaths>
13 <Other>
14 <CompilerMessages>
15 <UseMsgFile Value="True"/>
16 </CompilerMessages>
17 <CompilerPath Value="$(CompPath)"/>
18 </Other>
19 </CompilerOptions>
20 <Description Value="TEdit extended components"/>
21 <License Value="GNU/GPL"/>
22 <Version Minor="1"/>
23 <Files Count="2">
24 <Item1>
25 <Filename Value="UTimeEdit.pas"/>
26 <HasRegisterProc Value="True"/>
27 <UnitName Value="UTimeEdit"/>
28 </Item1>
29 <Item2>
30 <Filename Value="UIPv4Edit.pas"/>
31 <HasRegisterProc Value="True"/>
32 <UnitName Value="UIPv4Edit"/>
33 </Item2>
34 </Files>
35 <Type Value="RunAndDesignTime"/>
36 <RequiredPkgs Count="2">
37 <Item1>
38 <PackageName Value="LCL"/>
39 </Item1>
40 <Item2>
41 <PackageName Value="FCL"/>
42 <MinVersion Major="1" Valid="True"/>
43 </Item2>
44 </RequiredPkgs>
45 <UsageOptions>
46 <UnitPath Value="$(PkgOutDir)"/>
47 </UsageOptions>
48 <PublishOptions>
49 <Version Value="2"/>
50 </PublishOptions>
51 </Package>
52</CONFIG>
Note: See TracBrowser for help on using the repository browser.