source: tags/1.1.0/AcronymDecoder.lpi

Last change on this file was 55, checked in by chronos, 8 years ago
  • Fixed: Set correct tab order of controls on forms.
File size: 9.2 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="3">
22 <Item1 Name="Debug" Default="True"/>
23 <Item2 Name="Release 64-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 <TargetOS Value="win64"/>
46 <Optimizations>
47 <OptimizationLevel Value="3"/>
48 </Optimizations>
49 </CodeGeneration>
50 <Linking>
51 <Debugging>
52 <GenerateDebugInfo Value="False"/>
53 </Debugging>
54 <LinkSmart Value="True"/>
55 <Options>
56 <Win32>
57 <GraphicApplication Value="True"/>
58 </Win32>
59 </Options>
60 </Linking>
61 </CompilerOptions>
62 </Item2>
63 <Item3 Name="Release 32-bit">
64 <CompilerOptions>
65 <Version Value="11"/>
66 <PathDelim Value="\"/>
67 <Target>
68 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>
69 </Target>
70 <SearchPaths>
71 <IncludeFiles Value="$(ProjOutDir)"/>
72 <OtherUnitFiles Value="Forms"/>
73 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
74 </SearchPaths>
75 <Parsing>
76 <SyntaxOptions>
77 <SyntaxMode Value="Delphi"/>
78 <CStyleOperator Value="False"/>
79 <AllowLabel Value="False"/>
80 <CPPInline Value="False"/>
81 </SyntaxOptions>
82 </Parsing>
83 <CodeGeneration>
84 <SmartLinkUnit Value="True"/>
85 <TargetCPU Value="i386"/>
86 <TargetOS Value="win32"/>
87 <Optimizations>
88 <OptimizationLevel Value="3"/>
89 </Optimizations>
90 </CodeGeneration>
91 <Linking>
92 <Debugging>
93 <GenerateDebugInfo Value="False"/>
94 </Debugging>
95 <LinkSmart Value="True"/>
96 <Options>
97 <Win32>
98 <GraphicApplication Value="True"/>
99 </Win32>
100 </Options>
101 </Linking>
102 </CompilerOptions>
103 </Item3>
104 </BuildModes>
105 <PublishOptions>
106 <Version Value="2"/>
107 </PublishOptions>
108 <RunParams>
109 <local>
110 <FormatVersion Value="1"/>
111 </local>
112 </RunParams>
113 <RequiredPackages Count="5">
114 <Item1>
115 <PackageName Value="SQLDBLaz"/>
116 </Item1>
117 <Item2>
118 <PackageName Value="CoolTranslator"/>
119 <DefaultFilename Value="Packages\CoolTranslator\CoolTranslator.lpk" Prefer="True"/>
120 </Item2>
121 <Item3>
122 <PackageName Value="TemplateGenerics"/>
123 <DefaultFilename Value="Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
124 </Item3>
125 <Item4>
126 <PackageName Value="Common"/>
127 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
128 </Item4>
129 <Item5>
130 <PackageName Value="LCL"/>
131 </Item5>
132 </RequiredPackages>
133 <Units Count="15">
134 <Unit0>
135 <Filename Value="AcronymDecoder.lpr"/>
136 <IsPartOfProject Value="True"/>
137 </Unit0>
138 <Unit1>
139 <Filename Value="UAcronym.pas"/>
140 <IsPartOfProject Value="True"/>
141 </Unit1>
142 <Unit2>
143 <Filename Value="Forms\UFormCategorySelect.pas"/>
144 <IsPartOfProject Value="True"/>
145 <ComponentName Value="FormCategorySelect"/>
146 <HasResources Value="True"/>
147 <ResourceBaseClass Value="Form"/>
148 </Unit2>
149 <Unit3>
150 <Filename Value="Forms\UFormCategories.pas"/>
151 <IsPartOfProject Value="True"/>
152 <ComponentName Value="FormCategories"/>
153 <HasResources Value="True"/>
154 <ResourceBaseClass Value="Form"/>
155 </Unit3>
156 <Unit4>
157 <Filename Value="Forms\UFormAcronym.pas"/>
158 <IsPartOfProject Value="True"/>
159 <ComponentName Value="FormAcronym"/>
160 <HasResources Value="True"/>
161 <ResourceBaseClass Value="Form"/>
162 </Unit4>
163 <Unit5>
164 <Filename Value="Forms\UFormImport.pas"/>
165 <IsPartOfProject Value="True"/>
166 <ComponentName Value="FormImport"/>
167 <HasResources Value="True"/>
168 <ResourceBaseClass Value="Form"/>
169 </Unit5>
170 <Unit6>
171 <Filename Value="Forms\UFormMain.pas"/>
172 <IsPartOfProject Value="True"/>
173 <ComponentName Value="FormMain"/>
174 <HasResources Value="True"/>
175 <ResourceBaseClass Value="Form"/>
176 </Unit6>
177 <Unit7>
178 <Filename Value="Forms\UFormSettings.pas"/>
179 <IsPartOfProject Value="True"/>
180 <ComponentName Value="FormSettings"/>
181 <HasResources Value="True"/>
182 <ResourceBaseClass Value="Form"/>
183 </Unit7>
184 <Unit8>
185 <Filename Value="Forms\UFormAcronyms.pas"/>
186 <IsPartOfProject Value="True"/>
187 <ComponentName Value="FormAcronyms"/>
188 <HasResources Value="True"/>
189 <ResourceBaseClass Value="Form"/>
190 </Unit8>
191 <Unit9>
192 <Filename Value="Forms\UFormImportSource.pas"/>
193 <IsPartOfProject Value="True"/>
194 <ComponentName Value="FormImportSource"/>
195 <HasResources Value="True"/>
196 <ResourceBaseClass Value="Form"/>
197 </Unit9>
198 <Unit10>
199 <Filename Value="Forms\UFormImportSources.pas"/>
200 <IsPartOfProject Value="True"/>
201 <ComponentName Value="FormImportSources"/>
202 <HasResources Value="True"/>
203 <ResourceBaseClass Value="Form"/>
204 </Unit10>
205 <Unit11>
206 <Filename Value="Forms\UFormAbout.pas"/>
207 <IsPartOfProject Value="True"/>
208 <ComponentName Value="FormAbout"/>
209 <HasResources Value="True"/>
210 <ResourceBaseClass Value="Form"/>
211 </Unit11>
212 <Unit12>
213 <Filename Value="Forms\UFormImportFormat.pas"/>
214 <IsPartOfProject Value="True"/>
215 <ComponentName Value="FormImportFormat"/>
216 <HasResources Value="True"/>
217 <ResourceBaseClass Value="Form"/>
218 </Unit12>
219 <Unit13>
220 <Filename Value="Forms\UFormImportFormats.pas"/>
221 <IsPartOfProject Value="True"/>
222 <ComponentName Value="FormImportFormats"/>
223 <HasResources Value="True"/>
224 <ResourceBaseClass Value="Form"/>
225 </Unit13>
226 <Unit14>
227 <Filename Value="Forms\UFormImportPattern.pas"/>
228 <IsPartOfProject Value="True"/>
229 <ComponentName Value="FormImportPattern"/>
230 <HasResources Value="True"/>
231 <ResourceBaseClass Value="Form"/>
232 </Unit14>
233 </Units>
234 </ProjectOptions>
235 <CompilerOptions>
236 <Version Value="11"/>
237 <PathDelim Value="\"/>
238 <Target>
239 <Filename Value="AcronymDecoder"/>
240 </Target>
241 <SearchPaths>
242 <IncludeFiles Value="$(ProjOutDir)"/>
243 <OtherUnitFiles Value="Forms"/>
244 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
245 </SearchPaths>
246 <Parsing>
247 <SyntaxOptions>
248 <SyntaxMode Value="Delphi"/>
249 <CStyleOperator Value="False"/>
250 <IncludeAssertionCode Value="True"/>
251 <AllowLabel Value="False"/>
252 <CPPInline Value="False"/>
253 </SyntaxOptions>
254 </Parsing>
255 <CodeGeneration>
256 <Checks>
257 <IOChecks Value="True"/>
258 <RangeChecks Value="True"/>
259 <OverflowChecks Value="True"/>
260 <StackChecks Value="True"/>
261 </Checks>
262 </CodeGeneration>
263 <Linking>
264 <Debugging>
265 <UseHeaptrc Value="True"/>
266 </Debugging>
267 <Options>
268 <Win32>
269 <GraphicApplication Value="True"/>
270 </Win32>
271 </Options>
272 </Linking>
273 <Other>
274 <CompilerMessages>
275 <IgnoredMessages idx5024="True"/>
276 </CompilerMessages>
277 <CustomOptions Value="-dDEBUG"/>
278 </Other>
279 </CompilerOptions>
280 <Debugging>
281 <Exceptions Count="3">
282 <Item1>
283 <Name Value="EAbort"/>
284 </Item1>
285 <Item2>
286 <Name Value="ECodetoolError"/>
287 </Item2>
288 <Item3>
289 <Name Value="EFOpenError"/>
290 </Item3>
291 </Exceptions>
292 </Debugging>
293</CONFIG>
Note: See TracBrowser for help on using the repository browser.