source: tags/1.0.1/AcronymDecoder.lpi

Last change on this file was 43, checked in by chronos, 8 years ago
  • Modified: Installer now contains 32-bit and 64-bit version.
  • Added: Install also openssl libraries to support https protocol.
File size: 9.1 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 <HasResources Value="True"/>
181 </Unit7>
182 <Unit8>
183 <Filename Value="Forms\UFormAcronyms.pas"/>
184 <IsPartOfProject Value="True"/>
185 <ComponentName Value="FormAcronyms"/>
186 <HasResources Value="True"/>
187 <ResourceBaseClass Value="Form"/>
188 </Unit8>
189 <Unit9>
190 <Filename Value="Forms\UFormImportSource.pas"/>
191 <IsPartOfProject Value="True"/>
192 <ComponentName Value="FormImportSource"/>
193 <HasResources Value="True"/>
194 <ResourceBaseClass Value="Form"/>
195 </Unit9>
196 <Unit10>
197 <Filename Value="Forms\UFormImportSources.pas"/>
198 <IsPartOfProject Value="True"/>
199 <ComponentName Value="FormImportSources"/>
200 <HasResources Value="True"/>
201 <ResourceBaseClass Value="Form"/>
202 </Unit10>
203 <Unit11>
204 <Filename Value="Forms\UFormAbout.pas"/>
205 <IsPartOfProject Value="True"/>
206 <ComponentName Value="FormAbout"/>
207 <HasResources Value="True"/>
208 <ResourceBaseClass Value="Form"/>
209 </Unit11>
210 <Unit12>
211 <Filename Value="Forms\UFormImportFormat.pas"/>
212 <IsPartOfProject Value="True"/>
213 <ComponentName Value="FormImportFormat"/>
214 <HasResources Value="True"/>
215 <ResourceBaseClass Value="Form"/>
216 </Unit12>
217 <Unit13>
218 <Filename Value="Forms\UFormImportFormats.pas"/>
219 <IsPartOfProject Value="True"/>
220 <ComponentName Value="FormImportFormats"/>
221 <HasResources Value="True"/>
222 <ResourceBaseClass Value="Form"/>
223 </Unit13>
224 <Unit14>
225 <Filename Value="Forms\UFormImportPattern.pas"/>
226 <IsPartOfProject Value="True"/>
227 <ComponentName Value="FormImportPattern"/>
228 <HasResources Value="True"/>
229 <ResourceBaseClass Value="Form"/>
230 </Unit14>
231 </Units>
232 </ProjectOptions>
233 <CompilerOptions>
234 <Version Value="11"/>
235 <PathDelim Value="\"/>
236 <Target>
237 <Filename Value="AcronymDecoder"/>
238 </Target>
239 <SearchPaths>
240 <IncludeFiles Value="$(ProjOutDir)"/>
241 <OtherUnitFiles Value="Forms"/>
242 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
243 </SearchPaths>
244 <Parsing>
245 <SyntaxOptions>
246 <SyntaxMode Value="Delphi"/>
247 <CStyleOperator Value="False"/>
248 <IncludeAssertionCode Value="True"/>
249 <AllowLabel Value="False"/>
250 <CPPInline Value="False"/>
251 </SyntaxOptions>
252 </Parsing>
253 <CodeGeneration>
254 <Checks>
255 <IOChecks Value="True"/>
256 <RangeChecks Value="True"/>
257 <OverflowChecks Value="True"/>
258 <StackChecks Value="True"/>
259 </Checks>
260 </CodeGeneration>
261 <Linking>
262 <Debugging>
263 <UseHeaptrc Value="True"/>
264 </Debugging>
265 <Options>
266 <Win32>
267 <GraphicApplication Value="True"/>
268 </Win32>
269 </Options>
270 </Linking>
271 <Other>
272 <CompilerMessages>
273 <IgnoredMessages idx5024="True"/>
274 </CompilerMessages>
275 <CustomOptions Value="-dDEBUG"/>
276 </Other>
277 </CompilerOptions>
278 <Debugging>
279 <Exceptions Count="3">
280 <Item1>
281 <Name Value="EAbort"/>
282 </Item1>
283 <Item2>
284 <Name Value="ECodetoolError"/>
285 </Item2>
286 <Item3>
287 <Name Value="EFOpenError"/>
288 </Item3>
289 </Exceptions>
290 </Debugging>
291</CONFIG>
Note: See TracBrowser for help on using the repository browser.