source: tags/1.3.1/Packages/Common/Common.lpk

Last change on this file was 424, checked in by chronos, 2 years ago
  • Modified: Update Common package to version 0.10.
  • Modified: fgl unit replaced by Generics.Collections.
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="5">
4 <PathDelim Value="\"/>
5 <Name Value="Common"/>
6 <Type Value="RunAndDesignTime"/>
7 <AddToProjectUsesSection Value="True"/>
8 <Author Value="Chronos (robie@centrum.cz)"/>
9 <CompilerOptions>
10 <Version Value="11"/>
11 <PathDelim Value="\"/>
12 <SearchPaths>
13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
14 </SearchPaths>
15 <Parsing>
16 <SyntaxOptions>
17 <SyntaxMode Value="Delphi"/>
18 <CStyleOperator Value="False"/>
19 <AllowLabel Value="False"/>
20 <CPPInline Value="False"/>
21 </SyntaxOptions>
22 </Parsing>
23 <CodeGeneration>
24 <Optimizations>
25 <OptimizationLevel Value="0"/>
26 </Optimizations>
27 </CodeGeneration>
28 <Linking>
29 <Debugging>
30 <GenerateDebugInfo Value="False"/>
31 </Debugging>
32 </Linking>
33 <Other>
34 <CompilerMessages>
35 <IgnoredMessages idx6058="True" idx5071="True" idx5024="True" idx3124="True" idx3123="True"/>
36 </CompilerMessages>
37 </Other>
38 </CompilerOptions>
39 <Description Value="Common package with various useful units.
40
41Source: https://svn.zdechov.net/PascalClassLibrary/Common/"/>
42 <License Value="Copy left."/>
43 <Version Minor="10"/>
44 <Files Count="29">
45 <Item1>
46 <Filename Value="StopWatch.pas"/>
47 <UnitName Value="StopWatch"/>
48 </Item1>
49 <Item2>
50 <Filename Value="UCommon.pas"/>
51 <UnitName Value="UCommon"/>
52 </Item2>
53 <Item3>
54 <Filename Value="UDebugLog.pas"/>
55 <HasRegisterProc Value="True"/>
56 <UnitName Value="UDebugLog"/>
57 </Item3>
58 <Item4>
59 <Filename Value="UDelay.pas"/>
60 <UnitName Value="UDelay"/>
61 </Item4>
62 <Item5>
63 <Filename Value="UPrefixMultiplier.pas"/>
64 <HasRegisterProc Value="True"/>
65 <UnitName Value="UPrefixMultiplier"/>
66 </Item5>
67 <Item6>
68 <Filename Value="UURI.pas"/>
69 <UnitName Value="UURI"/>
70 </Item6>
71 <Item7>
72 <Filename Value="UThreading.pas"/>
73 <UnitName Value="UThreading"/>
74 </Item7>
75 <Item8>
76 <Filename Value="UMemory.pas"/>
77 <UnitName Value="UMemory"/>
78 </Item8>
79 <Item9>
80 <Filename Value="UResetableThread.pas"/>
81 <UnitName Value="UResetableThread"/>
82 </Item9>
83 <Item10>
84 <Filename Value="UPool.pas"/>
85 <UnitName Value="UPool"/>
86 </Item10>
87 <Item11>
88 <Filename Value="ULastOpenedList.pas"/>
89 <HasRegisterProc Value="True"/>
90 <UnitName Value="ULastOpenedList"/>
91 </Item11>
92 <Item12>
93 <Filename Value="URegistry.pas"/>
94 <UnitName Value="URegistry"/>
95 </Item12>
96 <Item13>
97 <Filename Value="UJobProgressView.pas"/>
98 <HasRegisterProc Value="True"/>
99 <UnitName Value="UJobProgressView"/>
100 </Item13>
101 <Item14>
102 <Filename Value="UXMLUtils.pas"/>
103 <UnitName Value="UXMLUtils"/>
104 </Item14>
105 <Item15>
106 <Filename Value="UApplicationInfo.pas"/>
107 <HasRegisterProc Value="True"/>
108 <UnitName Value="UApplicationInfo"/>
109 </Item15>
110 <Item16>
111 <Filename Value="USyncCounter.pas"/>
112 <UnitName Value="USyncCounter"/>
113 </Item16>
114 <Item17>
115 <Filename Value="UListViewSort.pas"/>
116 <HasRegisterProc Value="True"/>
117 <UnitName Value="UListViewSort"/>
118 </Item17>
119 <Item18>
120 <Filename Value="UPersistentForm.pas"/>
121 <HasRegisterProc Value="True"/>
122 <UnitName Value="UPersistentForm"/>
123 </Item18>
124 <Item19>
125 <Filename Value="UFindFile.pas"/>
126 <HasRegisterProc Value="True"/>
127 <UnitName Value="UFindFile"/>
128 </Item19>
129 <Item20>
130 <Filename Value="UScaleDPI.pas"/>
131 <HasRegisterProc Value="True"/>
132 <UnitName Value="UScaleDPI"/>
133 </Item20>
134 <Item21>
135 <Filename Value="UTheme.pas"/>
136 <HasRegisterProc Value="True"/>
137 <UnitName Value="UTheme"/>
138 </Item21>
139 <Item22>
140 <Filename Value="UStringTable.pas"/>
141 <UnitName Value="UStringTable"/>
142 </Item22>
143 <Item23>
144 <Filename Value="UMetaCanvas.pas"/>
145 <UnitName Value="UMetaCanvas"/>
146 </Item23>
147 <Item24>
148 <Filename Value="UGeometric.pas"/>
149 <UnitName Value="UGeometric"/>
150 </Item24>
151 <Item25>
152 <Filename Value="UTranslator.pas"/>
153 <HasRegisterProc Value="True"/>
154 <UnitName Value="UTranslator"/>
155 </Item25>
156 <Item26>
157 <Filename Value="ULanguages.pas"/>
158 <UnitName Value="ULanguages"/>
159 </Item26>
160 <Item27>
161 <Filename Value="UFormAbout.pas"/>
162 <UnitName Value="UFormAbout"/>
163 </Item27>
164 <Item28>
165 <Filename Value="UAboutDialog.pas"/>
166 <HasRegisterProc Value="True"/>
167 <UnitName Value="UAboutDialog"/>
168 </Item28>
169 <Item29>
170 <Filename Value="UPixelPointer.pas"/>
171 <UnitName Value="UPixelPointer"/>
172 </Item29>
173 </Files>
174 <CompatibilityMode Value="True"/>
175 <i18n>
176 <EnableI18N Value="True"/>
177 <OutDir Value="Languages"/>
178 <EnableI18NForLFM Value="True"/>
179 </i18n>
180 <RequiredPkgs Count="2">
181 <Item1>
182 <PackageName Value="LCL"/>
183 </Item1>
184 <Item2>
185 <PackageName Value="FCL"/>
186 <MinVersion Major="1" Valid="True"/>
187 </Item2>
188 </RequiredPkgs>
189 <UsageOptions>
190 <UnitPath Value="$(PkgOutDir)"/>
191 </UsageOptions>
192 <PublishOptions>
193 <Version Value="2"/>
194 </PublishOptions>
195 <CustomOptions Items="ExternHelp" Version="2">
196 <_ExternHelp Items="Count"/>
197 </CustomOptions>
198 </Package>
199</CONFIG>
Note: See TracBrowser for help on using the repository browser.