source: tags/1.2.0/AcronymDecoder.lpi

Last change on this file was 71, checked in by chronos, 8 years ago
  • Fixed: Update acronym list in main form if some items were changed in acronym list form.
  • Fixed: Added missing Windows 64-bit build mode.
File size: 12.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="Acronym Decoder"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <Icon Value="0"/>
13 </General>
14 <i18n>
15 <EnableI18N Value="True"/>
16 <OutDir Value="Languages"/>
17 </i18n>
18 <VersionInfo>
19 <StringTable ProductVersion=""/>
20 </VersionInfo>
21 <BuildModes Count="5">
22 <Item1 Name="Debug" Default="True"/>
23 <Item2 Name="Windows 32-bit">
24 <CompilerOptions>
25 <Version Value="11"/>
26 <PathDelim Value="\"/>
27 <Target>
28 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
29 </Target>
30 <SearchPaths>
31 <IncludeFiles Value="$(ProjOutDir)"/>
32 <OtherUnitFiles Value="Forms"/>
33 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
34 </SearchPaths>
35 <Parsing>
36 <SyntaxOptions>
37 <SyntaxMode Value="Delphi"/>
38 <CStyleOperator Value="False"/>
39 <AllowLabel Value="False"/>
40 <CPPInline Value="False"/>
41 </SyntaxOptions>
42 </Parsing>
43 <CodeGeneration>
44 <SmartLinkUnit Value="True"/>
45 <TargetCPU Value="i386"/>
46 <TargetOS Value="win32"/>
47 <Optimizations>
48 <OptimizationLevel Value="3"/>
49 </Optimizations>
50 </CodeGeneration>
51 <Linking>
52 <Debugging>
53 <GenerateDebugInfo Value="False"/>
54 </Debugging>
55 <LinkSmart Value="True"/>
56 <Options>
57 <Win32>
58 <GraphicApplication Value="True"/>
59 </Win32>
60 </Options>
61 </Linking>
62 </CompilerOptions>
63 </Item2>
64 <Item3 Name="Windows 64-bit">
65 <CompilerOptions>
66 <Version Value="11"/>
67 <PathDelim Value="\"/>
68 <Target>
69 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
70 </Target>
71 <SearchPaths>
72 <IncludeFiles Value="$(ProjOutDir)"/>
73 <OtherUnitFiles Value="Forms"/>
74 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
75 </SearchPaths>
76 <Parsing>
77 <SyntaxOptions>
78 <SyntaxMode Value="Delphi"/>
79 <CStyleOperator Value="False"/>
80 <AllowLabel Value="False"/>
81 <CPPInline Value="False"/>
82 </SyntaxOptions>
83 </Parsing>
84 <CodeGeneration>
85 <SmartLinkUnit Value="True"/>
86 <TargetCPU Value="x86_64"/>
87 <TargetOS Value="win64"/>
88 <Optimizations>
89 <OptimizationLevel Value="3"/>
90 </Optimizations>
91 </CodeGeneration>
92 <Linking>
93 <Debugging>
94 <GenerateDebugInfo Value="False"/>
95 </Debugging>
96 <LinkSmart Value="True"/>
97 <Options>
98 <Win32>
99 <GraphicApplication Value="True"/>
100 </Win32>
101 </Options>
102 </Linking>
103 </CompilerOptions>
104 </Item3>
105 <Item4 Name="Linux 64-bit">
106 <CompilerOptions>
107 <Version Value="11"/>
108 <PathDelim Value="\"/>
109 <Target>
110 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
111 </Target>
112 <SearchPaths>
113 <IncludeFiles Value="$(ProjOutDir)"/>
114 <OtherUnitFiles Value="Forms"/>
115 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
116 </SearchPaths>
117 <Parsing>
118 <SyntaxOptions>
119 <SyntaxMode Value="Delphi"/>
120 <CStyleOperator Value="False"/>
121 <AllowLabel Value="False"/>
122 <CPPInline Value="False"/>
123 </SyntaxOptions>
124 </Parsing>
125 <CodeGeneration>
126 <SmartLinkUnit Value="True"/>
127 <TargetCPU Value="x86_64"/>
128 <TargetOS Value="linux"/>
129 <Optimizations>
130 <OptimizationLevel Value="3"/>
131 </Optimizations>
132 </CodeGeneration>
133 <Linking>
134 <Debugging>
135 <GenerateDebugInfo Value="False"/>
136 </Debugging>
137 <LinkSmart Value="True"/>
138 <Options>
139 <Win32>
140 <GraphicApplication Value="True"/>
141 </Win32>
142 </Options>
143 </Linking>
144 </CompilerOptions>
145 </Item4>
146 <Item5 Name="Linux 32-bit">
147 <CompilerOptions>
148 <Version Value="11"/>
149 <PathDelim Value="\"/>
150 <Target>
151 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
152 </Target>
153 <SearchPaths>
154 <IncludeFiles Value="$(ProjOutDir)"/>
155 <OtherUnitFiles Value="Forms"/>
156 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
157 </SearchPaths>
158 <Parsing>
159 <SyntaxOptions>
160 <SyntaxMode Value="Delphi"/>
161 <CStyleOperator Value="False"/>
162 <AllowLabel Value="False"/>
163 <CPPInline Value="False"/>
164 </SyntaxOptions>
165 </Parsing>
166 <CodeGeneration>
167 <SmartLinkUnit Value="True"/>
168 <TargetCPU Value="i386"/>
169 <TargetOS Value="linux"/>
170 <Optimizations>
171 <OptimizationLevel Value="3"/>
172 </Optimizations>
173 </CodeGeneration>
174 <Linking>
175 <Debugging>
176 <GenerateDebugInfo Value="False"/>
177 </Debugging>
178 <LinkSmart Value="True"/>
179 <Options>
180 <Win32>
181 <GraphicApplication Value="True"/>
182 </Win32>
183 </Options>
184 </Linking>
185 </CompilerOptions>
186 </Item5>
187 </BuildModes>
188 <PublishOptions>
189 <Version Value="2"/>
190 </PublishOptions>
191 <RunParams>
192 <local>
193 <FormatVersion Value="1"/>
194 </local>
195 </RunParams>
196 <RequiredPackages Count="5">
197 <Item1>
198 <PackageName Value="SQLDBLaz"/>
199 </Item1>
200 <Item2>
201 <PackageName Value="CoolTranslator"/>
202 <DefaultFilename Value="Packages\CoolTranslator\CoolTranslator.lpk" Prefer="True"/>
203 </Item2>
204 <Item3>
205 <PackageName Value="TemplateGenerics"/>
206 <DefaultFilename Value="Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
207 </Item3>
208 <Item4>
209 <PackageName Value="Common"/>
210 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
211 </Item4>
212 <Item5>
213 <PackageName Value="LCL"/>
214 </Item5>
215 </RequiredPackages>
216 <Units Count="15">
217 <Unit0>
218 <Filename Value="AcronymDecoder.lpr"/>
219 <IsPartOfProject Value="True"/>
220 </Unit0>
221 <Unit1>
222 <Filename Value="UAcronym.pas"/>
223 <IsPartOfProject Value="True"/>
224 </Unit1>
225 <Unit2>
226 <Filename Value="Forms\UFormCategorySelect.pas"/>
227 <IsPartOfProject Value="True"/>
228 <ComponentName Value="FormCategorySelect"/>
229 <HasResources Value="True"/>
230 <ResourceBaseClass Value="Form"/>
231 </Unit2>
232 <Unit3>
233 <Filename Value="Forms\UFormCategories.pas"/>
234 <IsPartOfProject Value="True"/>
235 <ComponentName Value="FormCategories"/>
236 <HasResources Value="True"/>
237 <ResourceBaseClass Value="Form"/>
238 </Unit3>
239 <Unit4>
240 <Filename Value="Forms\UFormAcronym.pas"/>
241 <IsPartOfProject Value="True"/>
242 <ComponentName Value="FormAcronym"/>
243 <HasResources Value="True"/>
244 <ResourceBaseClass Value="Form"/>
245 </Unit4>
246 <Unit5>
247 <Filename Value="Forms\UFormImport.pas"/>
248 <IsPartOfProject Value="True"/>
249 <ComponentName Value="FormImport"/>
250 <HasResources Value="True"/>
251 <ResourceBaseClass Value="Form"/>
252 </Unit5>
253 <Unit6>
254 <Filename Value="Forms\UFormMain.pas"/>
255 <IsPartOfProject Value="True"/>
256 <ComponentName Value="FormMain"/>
257 <HasResources Value="True"/>
258 <ResourceBaseClass Value="Form"/>
259 </Unit6>
260 <Unit7>
261 <Filename Value="Forms\UFormSettings.pas"/>
262 <IsPartOfProject Value="True"/>
263 <ComponentName Value="FormSettings"/>
264 <HasResources Value="True"/>
265 <ResourceBaseClass Value="Form"/>
266 </Unit7>
267 <Unit8>
268 <Filename Value="Forms\UFormAcronyms.pas"/>
269 <IsPartOfProject Value="True"/>
270 <ComponentName Value="FormAcronyms"/>
271 <HasResources Value="True"/>
272 <ResourceBaseClass Value="Form"/>
273 </Unit8>
274 <Unit9>
275 <Filename Value="Forms\UFormImportSource.pas"/>
276 <IsPartOfProject Value="True"/>
277 <ComponentName Value="FormImportSource"/>
278 <HasResources Value="True"/>
279 <ResourceBaseClass Value="Form"/>
280 </Unit9>
281 <Unit10>
282 <Filename Value="Forms\UFormImportSources.pas"/>
283 <IsPartOfProject Value="True"/>
284 <ComponentName Value="FormImportSources"/>
285 <HasResources Value="True"/>
286 <ResourceBaseClass Value="Form"/>
287 </Unit10>
288 <Unit11>
289 <Filename Value="Forms\UFormAbout.pas"/>
290 <IsPartOfProject Value="True"/>
291 <ComponentName Value="FormAbout"/>
292 <HasResources Value="True"/>
293 <ResourceBaseClass Value="Form"/>
294 </Unit11>
295 <Unit12>
296 <Filename Value="Forms\UFormImportFormat.pas"/>
297 <IsPartOfProject Value="True"/>
298 <ComponentName Value="FormImportFormat"/>
299 <HasResources Value="True"/>
300 <ResourceBaseClass Value="Form"/>
301 </Unit12>
302 <Unit13>
303 <Filename Value="Forms\UFormImportFormats.pas"/>
304 <IsPartOfProject Value="True"/>
305 <ComponentName Value="FormImportFormats"/>
306 <HasResources Value="True"/>
307 <ResourceBaseClass Value="Form"/>
308 </Unit13>
309 <Unit14>
310 <Filename Value="Forms\UFormImportPattern.pas"/>
311 <IsPartOfProject Value="True"/>
312 <ComponentName Value="FormImportPattern"/>
313 <HasResources Value="True"/>
314 <ResourceBaseClass Value="Form"/>
315 </Unit14>
316 </Units>
317 </ProjectOptions>
318 <CompilerOptions>
319 <Version Value="11"/>
320 <PathDelim Value="\"/>
321 <Target>
322 <Filename Value="AcronymDecoder"/>
323 </Target>
324 <SearchPaths>
325 <IncludeFiles Value="$(ProjOutDir)"/>
326 <OtherUnitFiles Value="Forms"/>
327 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
328 </SearchPaths>
329 <Parsing>
330 <SyntaxOptions>
331 <SyntaxMode Value="Delphi"/>
332 <CStyleOperator Value="False"/>
333 <IncludeAssertionCode Value="True"/>
334 <AllowLabel Value="False"/>
335 <CPPInline Value="False"/>
336 </SyntaxOptions>
337 </Parsing>
338 <CodeGeneration>
339 <Checks>
340 <IOChecks Value="True"/>
341 <RangeChecks Value="True"/>
342 <OverflowChecks Value="True"/>
343 <StackChecks Value="True"/>
344 </Checks>
345 </CodeGeneration>
346 <Linking>
347 <Debugging>
348 <UseHeaptrc Value="True"/>
349 </Debugging>
350 <Options>
351 <Win32>
352 <GraphicApplication Value="True"/>
353 </Win32>
354 </Options>
355 </Linking>
356 <Other>
357 <CompilerMessages>
358 <IgnoredMessages idx5024="True"/>
359 </CompilerMessages>
360 <CustomOptions Value="-dDEBUG"/>
361 </Other>
362 </CompilerOptions>
363 <Debugging>
364 <Exceptions Count="3">
365 <Item1>
366 <Name Value="EAbort"/>
367 </Item1>
368 <Item2>
369 <Name Value="ECodetoolError"/>
370 </Item2>
371 <Item3>
372 <Name Value="EFOpenError"/>
373 </Item3>
374 </Exceptions>
375 </Debugging>
376</CONFIG>
Note: See TracBrowser for help on using the repository browser.