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

Last change on this file was 8, checked in by chronos, 5 years ago
  • Added: About application dialog.
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="4">
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 idx5024="True"/>
36 </CompilerMessages>
37 </Other>
38 </CompilerOptions>
39 <Description Value="Various libraries"/>
40 <License Value="GNU/GPL"/>
41 <Version Minor="7"/>
42 <Files Count="24">
43 <Item1>
44 <Filename Value="StopWatch.pas"/>
45 <UnitName Value="StopWatch"/>
46 </Item1>
47 <Item2>
48 <Filename Value="UCommon.pas"/>
49 <UnitName Value="UCommon"/>
50 </Item2>
51 <Item3>
52 <Filename Value="UDebugLog.pas"/>
53 <HasRegisterProc Value="True"/>
54 <UnitName Value="UDebugLog"/>
55 </Item3>
56 <Item4>
57 <Filename Value="UDelay.pas"/>
58 <UnitName Value="UDelay"/>
59 </Item4>
60 <Item5>
61 <Filename Value="UPrefixMultiplier.pas"/>
62 <HasRegisterProc Value="True"/>
63 <UnitName Value="UPrefixMultiplier"/>
64 </Item5>
65 <Item6>
66 <Filename Value="UURI.pas"/>
67 <UnitName Value="UURI"/>
68 </Item6>
69 <Item7>
70 <Filename Value="UThreading.pas"/>
71 <UnitName Value="UThreading"/>
72 </Item7>
73 <Item8>
74 <Filename Value="UMemory.pas"/>
75 <UnitName Value="UMemory"/>
76 </Item8>
77 <Item9>
78 <Filename Value="UResetableThread.pas"/>
79 <UnitName Value="UResetableThread"/>
80 </Item9>
81 <Item10>
82 <Filename Value="UPool.pas"/>
83 <UnitName Value="UPool"/>
84 </Item10>
85 <Item11>
86 <Filename Value="ULastOpenedList.pas"/>
87 <HasRegisterProc Value="True"/>
88 <UnitName Value="ULastOpenedList"/>
89 </Item11>
90 <Item12>
91 <Filename Value="URegistry.pas"/>
92 <UnitName Value="URegistry"/>
93 </Item12>
94 <Item13>
95 <Filename Value="UJobProgressView.pas"/>
96 <HasRegisterProc Value="True"/>
97 <UnitName Value="UJobProgressView"/>
98 </Item13>
99 <Item14>
100 <Filename Value="UXMLUtils.pas"/>
101 <UnitName Value="UXMLUtils"/>
102 </Item14>
103 <Item15>
104 <Filename Value="UApplicationInfo.pas"/>
105 <HasRegisterProc Value="True"/>
106 <UnitName Value="UApplicationInfo"/>
107 </Item15>
108 <Item16>
109 <Filename Value="USyncCounter.pas"/>
110 <UnitName Value="USyncCounter"/>
111 </Item16>
112 <Item17>
113 <Filename Value="UListViewSort.pas"/>
114 <HasRegisterProc Value="True"/>
115 <UnitName Value="UListViewSort"/>
116 </Item17>
117 <Item18>
118 <Filename Value="UPersistentForm.pas"/>
119 <HasRegisterProc Value="True"/>
120 <UnitName Value="UPersistentForm"/>
121 </Item18>
122 <Item19>
123 <Filename Value="UFindFile.pas"/>
124 <HasRegisterProc Value="True"/>
125 <UnitName Value="UFindFile"/>
126 </Item19>
127 <Item20>
128 <Filename Value="UScaleDPI.pas"/>
129 <HasRegisterProc Value="True"/>
130 <UnitName Value="UScaleDPI"/>
131 </Item20>
132 <Item21>
133 <Filename Value="UTheme.pas"/>
134 <HasRegisterProc Value="True"/>
135 <UnitName Value="UTheme"/>
136 </Item21>
137 <Item22>
138 <Filename Value="UStringTable.pas"/>
139 <UnitName Value="UStringTable"/>
140 </Item22>
141 <Item23>
142 <Filename Value="ULanguages.pas"/>
143 <UnitName Value="ULanguages"/>
144 </Item23>
145 <Item24>
146 <Filename Value="UTranslator.pas"/>
147 <HasRegisterProc Value="True"/>
148 <UnitName Value="UTranslator"/>
149 </Item24>
150 </Files>
151 <i18n>
152 <EnableI18N Value="True"/>
153 <OutDir Value="Languages"/>
154 <EnableI18NForLFM Value="True"/>
155 </i18n>
156 <RequiredPkgs Count="2">
157 <Item1>
158 <PackageName Value="LCL"/>
159 </Item1>
160 <Item2>
161 <PackageName Value="FCL"/>
162 <MinVersion Major="1" Valid="True"/>
163 </Item2>
164 </RequiredPkgs>
165 <UsageOptions>
166 <UnitPath Value="$(PkgOutDir)"/>
167 </UsageOptions>
168 <PublishOptions>
169 <Version Value="2"/>
170 </PublishOptions>
171 <CustomOptions Items="ExternHelp" Version="2">
172 <_ExternHelp Items="Count"/>
173 </CustomOptions>
174 </Package>
175</CONFIG>
Note: See TracBrowser for help on using the repository browser.