source: tags/1.6.0/AcronymDecoder.lpi

Last change on this file was 207, checked in by chronos, 3 years ago
  • Modified: Updated Common package.
  • Modified: CoolTranslator package merged into Common package.
  • Fixed: Build with Lazarus 2.0.12
File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
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 <XPManifest>
13 <DpiAware Value="True"/>
14 </XPManifest>
15 <Icon Value="0"/>
16 </General>
17 <i18n>
18 <EnableI18N Value="True"/>
19 <OutDir Value="Languages"/>
20 </i18n>
21 <VersionInfo>
22 <UseVersionInfo Value="True"/>
23 <MajorVersionNr Value="1"/>
24 <MinorVersionNr Value="6"/>
25 <StringTable FileDescription="Acronym Decoder" ProductName="Acronym Decoder"/>
26 </VersionInfo>
27 <BuildModes Count="2">
28 <Item1 Name="Debug" Default="True"/>
29 <Item2 Name="Release">
30 <CompilerOptions>
31 <Version Value="11"/>
32 <PathDelim Value="\"/>
33 <Target>
34 <Filename Value="AcronymDecoder"/>
35 </Target>
36 <SearchPaths>
37 <IncludeFiles Value="$(ProjOutDir)"/>
38 <OtherUnitFiles Value="Forms"/>
39 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
40 </SearchPaths>
41 <Parsing>
42 <SyntaxOptions>
43 <SyntaxMode Value="Delphi"/>
44 <CStyleOperator Value="False"/>
45 <AllowLabel Value="False"/>
46 <CPPInline Value="False"/>
47 </SyntaxOptions>
48 </Parsing>
49 <CodeGeneration>
50 <SmartLinkUnit Value="True"/>
51 <Optimizations>
52 <OptimizationLevel Value="3"/>
53 </Optimizations>
54 </CodeGeneration>
55 <Linking>
56 <Debugging>
57 <GenerateDebugInfo Value="False"/>
58 </Debugging>
59 <LinkSmart Value="True"/>
60 <Options>
61 <Win32>
62 <GraphicApplication Value="True"/>
63 </Win32>
64 </Options>
65 </Linking>
66 <Other>
67 <CompilerMessages>
68 <IgnoredMessages idx5024="True"/>
69 </CompilerMessages>
70 </Other>
71 </CompilerOptions>
72 </Item2>
73 <SharedMatrixOptions Count="2">
74 <Item1 ID="541486470266" Targets="Common,CoolTranslator" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
75 <Item2 ID="965571323456" Targets="Common,CoolTranslator" Modes="Release" Value="-CX -XX -O3"/>
76 </SharedMatrixOptions>
77 </BuildModes>
78 <PublishOptions>
79 <Version Value="2"/>
80 </PublishOptions>
81 <RunParams>
82 <FormatVersion Value="2"/>
83 <Modes Count="1">
84 <Mode0 Name="default"/>
85 </Modes>
86 </RunParams>
87 <RequiredPackages Count="3">
88 <Item1>
89 <PackageName Value="SQLDBLaz"/>
90 </Item1>
91 <Item2>
92 <PackageName Value="Common"/>
93 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
94 </Item2>
95 <Item3>
96 <PackageName Value="LCL"/>
97 </Item3>
98 </RequiredPackages>
99 <Units Count="17">
100 <Unit0>
101 <Filename Value="AcronymDecoder.lpr"/>
102 <IsPartOfProject Value="True"/>
103 </Unit0>
104 <Unit1>
105 <Filename Value="UAcronym.pas"/>
106 <IsPartOfProject Value="True"/>
107 </Unit1>
108 <Unit2>
109 <Filename Value="Forms\UFormCategorySelect.pas"/>
110 <IsPartOfProject Value="True"/>
111 <ComponentName Value="FormCategorySelect"/>
112 <HasResources Value="True"/>
113 <ResourceBaseClass Value="Form"/>
114 </Unit2>
115 <Unit3>
116 <Filename Value="Forms\UFormCategories.pas"/>
117 <IsPartOfProject Value="True"/>
118 <ComponentName Value="FormCategories"/>
119 <HasResources Value="True"/>
120 <ResourceBaseClass Value="Form"/>
121 </Unit3>
122 <Unit4>
123 <Filename Value="Forms\UFormAcronym.pas"/>
124 <IsPartOfProject Value="True"/>
125 <ComponentName Value="FormAcronym"/>
126 <HasResources Value="True"/>
127 <ResourceBaseClass Value="Form"/>
128 </Unit4>
129 <Unit5>
130 <Filename Value="Forms\UFormImport.pas"/>
131 <IsPartOfProject Value="True"/>
132 <ComponentName Value="FormImport"/>
133 <HasResources Value="True"/>
134 <ResourceBaseClass Value="Form"/>
135 </Unit5>
136 <Unit6>
137 <Filename Value="Forms\UFormMain.pas"/>
138 <IsPartOfProject Value="True"/>
139 <ComponentName Value="FormMain"/>
140 <HasResources Value="True"/>
141 <ResourceBaseClass Value="Form"/>
142 </Unit6>
143 <Unit7>
144 <Filename Value="Forms\UFormSettings.pas"/>
145 <IsPartOfProject Value="True"/>
146 <ComponentName Value="FormSettings"/>
147 <HasResources Value="True"/>
148 <ResourceBaseClass Value="Form"/>
149 </Unit7>
150 <Unit8>
151 <Filename Value="Forms\UFormAcronyms.pas"/>
152 <IsPartOfProject Value="True"/>
153 <ComponentName Value="FormAcronyms"/>
154 <HasResources Value="True"/>
155 <ResourceBaseClass Value="Form"/>
156 </Unit8>
157 <Unit9>
158 <Filename Value="Forms\UFormImportSource.pas"/>
159 <IsPartOfProject Value="True"/>
160 <ComponentName Value="FormImportSource"/>
161 <HasResources Value="True"/>
162 <ResourceBaseClass Value="Form"/>
163 </Unit9>
164 <Unit10>
165 <Filename Value="Forms\UFormImportSources.pas"/>
166 <IsPartOfProject Value="True"/>
167 <ComponentName Value="FormImportSources"/>
168 <HasResources Value="True"/>
169 <ResourceBaseClass Value="Form"/>
170 </Unit10>
171 <Unit11>
172 <Filename Value="Forms\UFormImportFormat.pas"/>
173 <IsPartOfProject Value="True"/>
174 <ComponentName Value="FormImportFormat"/>
175 <HasResources Value="True"/>
176 <ResourceBaseClass Value="Form"/>
177 </Unit11>
178 <Unit12>
179 <Filename Value="Forms\UFormImportFormats.pas"/>
180 <IsPartOfProject Value="True"/>
181 <ComponentName Value="FormImportFormats"/>
182 <HasResources Value="True"/>
183 <ResourceBaseClass Value="Form"/>
184 </Unit12>
185 <Unit13>
186 <Filename Value="Forms\UFormImportPattern.pas"/>
187 <IsPartOfProject Value="True"/>
188 <ComponentName Value="FormImportPattern"/>
189 <HasResources Value="True"/>
190 <ResourceBaseClass Value="Form"/>
191 </Unit13>
192 <Unit14>
193 <Filename Value="UCore.pas"/>
194 <IsPartOfProject Value="True"/>
195 <ComponentName Value="Core"/>
196 <HasResources Value="True"/>
197 <ResourceBaseClass Value="DataModule"/>
198 </Unit14>
199 <Unit15>
200 <Filename Value="Forms\UFormExport.pas"/>
201 <IsPartOfProject Value="True"/>
202 <ComponentName Value="FormExport"/>
203 <HasResources Value="True"/>
204 <ResourceBaseClass Value="Form"/>
205 </Unit15>
206 <Unit16>
207 <Filename Value="Forms\UFormCheck.pas"/>
208 <IsPartOfProject Value="True"/>
209 <ComponentName Value="FormCheck"/>
210 <HasResources Value="True"/>
211 <ResourceBaseClass Value="Form"/>
212 </Unit16>
213 </Units>
214 </ProjectOptions>
215 <CompilerOptions>
216 <Version Value="11"/>
217 <PathDelim Value="\"/>
218 <Target>
219 <Filename Value="AcronymDecoder"/>
220 </Target>
221 <SearchPaths>
222 <IncludeFiles Value="$(ProjOutDir)"/>
223 <OtherUnitFiles Value="Forms"/>
224 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
225 </SearchPaths>
226 <Parsing>
227 <SyntaxOptions>
228 <SyntaxMode Value="Delphi"/>
229 <CStyleOperator Value="False"/>
230 <IncludeAssertionCode Value="True"/>
231 <AllowLabel Value="False"/>
232 <CPPInline Value="False"/>
233 </SyntaxOptions>
234 </Parsing>
235 <CodeGeneration>
236 <Checks>
237 <IOChecks Value="True"/>
238 <RangeChecks Value="True"/>
239 <OverflowChecks Value="True"/>
240 <StackChecks Value="True"/>
241 </Checks>
242 <VerifyObjMethodCallValidity Value="True"/>
243 </CodeGeneration>
244 <Linking>
245 <Debugging>
246 <UseHeaptrc Value="True"/>
247 <UseExternalDbgSyms Value="True"/>
248 </Debugging>
249 <Options>
250 <Win32>
251 <GraphicApplication Value="True"/>
252 </Win32>
253 </Options>
254 </Linking>
255 <Other>
256 <CompilerMessages>
257 <IgnoredMessages idx5024="True"/>
258 </CompilerMessages>
259 </Other>
260 </CompilerOptions>
261 <Debugging>
262 <Exceptions Count="3">
263 <Item1>
264 <Name Value="EAbort"/>
265 </Item1>
266 <Item2>
267 <Name Value="ECodetoolError"/>
268 </Item2>
269 <Item3>
270 <Name Value="EFOpenError"/>
271 </Item3>
272 </Exceptions>
273 </Debugging>
274</CONFIG>
Note: See TracBrowser for help on using the repository browser.