source: trunk/Packages/Common/Common.lpk

Last change on this file was 6, checked in by chronos, 11 years ago
  • Přidáno: Okno s nastavením parametrů komunikace.
  • Přidáno: Pamatování si nastavení voleb.
  • Přidáno: Nyní lze stahovat nové operace, výpis dle časového rozmezí a měsíční výpisy.
File size: 3.5 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="Common"/>
6 <AddToProjectUsesSection Value="True"/>
7 <Author Value="Chronos (robie@centrum.cz)"/>
8 <CompilerOptions>
9 <Version Value="11"/>
10 <PathDelim Value="\"/>
11 <SearchPaths>
12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13 </SearchPaths>
14 <Other>
15 <CompilerMessages>
16 <UseMsgFile Value="True"/>
17 </CompilerMessages>
18 <CompilerPath Value="$(CompPath)"/>
19 </Other>
20 </CompilerOptions>
21 <Description Value="Various libraries"/>
22 <License Value="GNU/GPL"/>
23 <Version Minor="7"/>
24 <Files Count="17">
25 <Item1>
26 <Filename Value="StopWatch.pas"/>
27 <UnitName Value="StopWatch"/>
28 </Item1>
29 <Item2>
30 <Filename Value="UCommon.pas"/>
31 <UnitName Value="UCommon"/>
32 </Item2>
33 <Item3>
34 <Filename Value="UDebugLog.pas"/>
35 <HasRegisterProc Value="True"/>
36 <UnitName Value="UDebugLog"/>
37 </Item3>
38 <Item4>
39 <Filename Value="UDelay.pas"/>
40 <UnitName Value="UDelay"/>
41 </Item4>
42 <Item5>
43 <Filename Value="UPrefixMultiplier.pas"/>
44 <UnitName Value="UPrefixMultiplier"/>
45 </Item5>
46 <Item6>
47 <Filename Value="UURI.pas"/>
48 <UnitName Value="UURI"/>
49 </Item6>
50 <Item7>
51 <Filename Value="UThreading.pas"/>
52 <UnitName Value="UThreading"/>
53 </Item7>
54 <Item8>
55 <Filename Value="UMemory.pas"/>
56 <UnitName Value="UMemory"/>
57 </Item8>
58 <Item9>
59 <Filename Value="UResetableThread.pas"/>
60 <UnitName Value="UResetableThread"/>
61 </Item9>
62 <Item10>
63 <Filename Value="UPool.pas"/>
64 <UnitName Value="UPool"/>
65 </Item10>
66 <Item11>
67 <Filename Value="ULastOpenedList.pas"/>
68 <HasRegisterProc Value="True"/>
69 <UnitName Value="ULastOpenedList"/>
70 </Item11>
71 <Item12>
72 <Filename Value="URegistry.pas"/>
73 <UnitName Value="URegistry"/>
74 </Item12>
75 <Item13>
76 <Filename Value="UJobProgressView.pas"/>
77 <HasRegisterProc Value="True"/>
78 <UnitName Value="UJobProgressView"/>
79 </Item13>
80 <Item14>
81 <Filename Value="UXMLUtils.pas"/>
82 <UnitName Value="UXMLUtils"/>
83 </Item14>
84 <Item15>
85 <Filename Value="UApplicationInfo.pas"/>
86 <HasRegisterProc Value="True"/>
87 <UnitName Value="UApplicationInfo"/>
88 </Item15>
89 <Item16>
90 <Filename Value="USyncCounter.pas"/>
91 <UnitName Value="USyncCounter"/>
92 </Item16>
93 <Item17>
94 <Filename Value="UListViewSort.pas"/>
95 <UnitName Value="UListViewSort"/>
96 </Item17>
97 </Files>
98 <i18n>
99 <EnableI18N Value="True"/>
100 <OutDir Value="Languages"/>
101 </i18n>
102 <Type Value="RunAndDesignTime"/>
103 <RequiredPkgs Count="2">
104 <Item1>
105 <PackageName Value="TemplateGenerics"/>
106 </Item1>
107 <Item2>
108 <PackageName Value="FCL"/>
109 <MinVersion Major="1" Valid="True"/>
110 </Item2>
111 </RequiredPkgs>
112 <UsageOptions>
113 <UnitPath Value="$(PkgOutDir)"/>
114 </UsageOptions>
115 <PublishOptions>
116 <Version Value="2"/>
117 </PublishOptions>
118 <CustomOptions Items="ExternHelp" Version="2">
119 <_ExternHelp Items="Count"/>
120 </CustomOptions>
121 </Package>
122</CONFIG>
Note: See TracBrowser for help on using the repository browser.