source: tags/1.3.0/vCardStudio.lpi

Last change on this file was 113, checked in by chronos, 2 years ago
  • Modified: Version 1.3.0 release releated changes.

Merged revision(s) 112 from trunk:

  • Fixed: Contact photo was not saved correctly.
  • Fixed: URL contact photo was incorrectly encoded with BASE64 encoding.
  • Fixed: Disabled not correctly working autodetection of max. line length.
  • Fixed: Tab order in Contact name details window.
File size: 9.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <CompatibilityMode Value="True"/>
9 </Flags>
10 <SessionStorage Value="InProjectDir"/>
11 <Title Value="vCard Studio"/>
12 <Scaled Value="True"/>
13 <ResourceType Value="res"/>
14 <UseXPManifest Value="True"/>
15 <XPManifest>
16 <DpiAware Value="True"/>
17 </XPManifest>
18 <Icon Value="0"/>
19 </General>
20 <i18n>
21 <EnableI18N Value="True"/>
22 <OutDir Value="Languages"/>
23 </i18n>
24 <VersionInfo>
25 <UseVersionInfo Value="True"/>
26 <MajorVersionNr Value="1"/>
27 <StringTable FileDescription="vCard Studio" ProductName="vCard Studio"/>
28 </VersionInfo>
29 <BuildModes Count="2">
30 <Item1 Name="Debug" Default="True"/>
31 <Item2 Name="Release">
32 <CompilerOptions>
33 <Version Value="11"/>
34 <PathDelim Value="\"/>
35 <Target>
36 <Filename Value="vCardStudio"/>
37 </Target>
38 <SearchPaths>
39 <IncludeFiles Value="$(ProjOutDir)"/>
40 <OtherUnitFiles Value="Forms"/>
41 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
42 </SearchPaths>
43 <Parsing>
44 <SyntaxOptions>
45 <SyntaxMode Value="Delphi"/>
46 <CStyleOperator Value="False"/>
47 <AllowLabel Value="False"/>
48 <CPPInline Value="False"/>
49 </SyntaxOptions>
50 </Parsing>
51 <CodeGeneration>
52 <SmartLinkUnit Value="True"/>
53 <Optimizations>
54 <OptimizationLevel Value="3"/>
55 </Optimizations>
56 </CodeGeneration>
57 <Linking>
58 <Debugging>
59 <GenerateDebugInfo Value="False"/>
60 <DebugInfoType Value="dsDwarf2Set"/>
61 </Debugging>
62 <LinkSmart Value="True"/>
63 <Options>
64 <Win32>
65 <GraphicApplication Value="True"/>
66 </Win32>
67 </Options>
68 </Linking>
69 <Other>
70 <CompilerMessages>
71 <IgnoredMessages idx6058="True" idx5024="True" idx3124="True" idx3123="True"/>
72 </CompilerMessages>
73 </Other>
74 </CompilerOptions>
75 </Item2>
76 <SharedMatrixOptions Count="2">
77 <Item1 ID="186308868222" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
78 <Item2 ID="035947176865" Targets="Common" Modes="Release" Value="-CX -XX -O3"/>
79 </SharedMatrixOptions>
80 </BuildModes>
81 <PublishOptions>
82 <Version Value="2"/>
83 </PublishOptions>
84 <RunParams>
85 <local>
86 <CommandLineParams Value="--data-dir=..\.."/>
87 </local>
88 <FormatVersion Value="2"/>
89 <Modes Count="1">
90 <Mode0 Name="default">
91 <local>
92 <CommandLineParams Value="--data-dir=..\.."/>
93 </local>
94 </Mode0>
95 </Modes>
96 </RunParams>
97 <RequiredPackages Count="2">
98 <Item1>
99 <PackageName Value="Common"/>
100 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
101 </Item1>
102 <Item2>
103 <PackageName Value="LCL"/>
104 </Item2>
105 </RequiredPackages>
106 <Units Count="21">
107 <Unit0>
108 <Filename Value="vCardStudio.lpr"/>
109 <IsPartOfProject Value="True"/>
110 </Unit0>
111 <Unit1>
112 <Filename Value="Forms\UFormMain.pas"/>
113 <IsPartOfProject Value="True"/>
114 <ComponentName Value="FormMain"/>
115 <HasResources Value="True"/>
116 <ResourceBaseClass Value="Form"/>
117 </Unit1>
118 <Unit2>
119 <Filename Value="UCore.pas"/>
120 <IsPartOfProject Value="True"/>
121 <ComponentName Value="Core"/>
122 <HasResources Value="True"/>
123 <ResourceBaseClass Value="DataModule"/>
124 </Unit2>
125 <Unit3>
126 <Filename Value="UDataFile.pas"/>
127 <IsPartOfProject Value="True"/>
128 </Unit3>
129 <Unit4>
130 <Filename Value="Forms\UFormSettings.pas"/>
131 <IsPartOfProject Value="True"/>
132 <ComponentName Value="FormSettings"/>
133 <HasResources Value="True"/>
134 <ResourceBaseClass Value="Form"/>
135 </Unit4>
136 <Unit5>
137 <Filename Value="UContact.pas"/>
138 <IsPartOfProject Value="True"/>
139 </Unit5>
140 <Unit6>
141 <Filename Value="Forms\UFormContacts.pas"/>
142 <IsPartOfProject Value="True"/>
143 <ComponentName Value="FormContacts"/>
144 <HasResources Value="True"/>
145 <ResourceBaseClass Value="Form"/>
146 </Unit6>
147 <Unit7>
148 <Filename Value="Forms\UFormContact.pas"/>
149 <IsPartOfProject Value="True"/>
150 <ComponentName Value="FormContact"/>
151 <HasResources Value="True"/>
152 <ResourceBaseClass Value="Form"/>
153 </Unit7>
154 <Unit8>
155 <Filename Value="Forms\UFormFindDuplicity.pas"/>
156 <IsPartOfProject Value="True"/>
157 <ComponentName Value="FormFindDuplicity"/>
158 <HasResources Value="True"/>
159 <ResourceBaseClass Value="Form"/>
160 </Unit8>
161 <Unit9>
162 <Filename Value="Forms\UFormGenerate.pas"/>
163 <IsPartOfProject Value="True"/>
164 <ComponentName Value="FormGenerate"/>
165 <HasResources Value="True"/>
166 <ResourceBaseClass Value="Form"/>
167 </Unit9>
168 <Unit10>
169 <Filename Value="Forms\UFormError.pas"/>
170 <IsPartOfProject Value="True"/>
171 <ComponentName Value="FormError"/>
172 <HasResources Value="True"/>
173 <ResourceBaseClass Value="Form"/>
174 </Unit10>
175 <Unit11>
176 <Filename Value="UQuotedPrintable.pas"/>
177 <IsPartOfProject Value="True"/>
178 </Unit11>
179 <Unit12>
180 <Filename Value="Forms\UFormProperty.pas"/>
181 <IsPartOfProject Value="True"/>
182 <ComponentName Value="FormProperty"/>
183 <HasResources Value="True"/>
184 <ResourceBaseClass Value="Form"/>
185 </Unit12>
186 <Unit13>
187 <Filename Value="Forms\UFormProperties.pas"/>
188 <IsPartOfProject Value="True"/>
189 <ComponentName Value="FormProperties"/>
190 <HasResources Value="True"/>
191 <ResourceBaseClass Value="Form"/>
192 </Unit13>
193 <Unit14>
194 <Filename Value="Forms\UFormFind.pas"/>
195 <IsPartOfProject Value="True"/>
196 <ComponentName Value="FormFind"/>
197 <HasResources Value="True"/>
198 <ResourceBaseClass Value="Form"/>
199 </Unit14>
200 <Unit15>
201 <Filename Value="Forms\UFormTest.pas"/>
202 <IsPartOfProject Value="True"/>
203 <ComponentName Value="FormTest"/>
204 <HasResources Value="True"/>
205 <ResourceBaseClass Value="Form"/>
206 </Unit15>
207 <Unit16>
208 <Filename Value="UTest.pas"/>
209 <IsPartOfProject Value="True"/>
210 </Unit16>
211 <Unit17>
212 <Filename Value="Forms\UFormTestCase.pas"/>
213 <IsPartOfProject Value="True"/>
214 <ComponentName Value="FormTestCase"/>
215 <HasResources Value="True"/>
216 <ResourceBaseClass Value="Form"/>
217 </Unit17>
218 <Unit18>
219 <Filename Value="Forms\UFormImage.pas"/>
220 <IsPartOfProject Value="True"/>
221 <ComponentName Value="FormImage"/>
222 <HasResources Value="True"/>
223 <ResourceBaseClass Value="Form"/>
224 </Unit18>
225 <Unit19>
226 <Filename Value="UContactImage.pas"/>
227 <IsPartOfProject Value="True"/>
228 </Unit19>
229 <Unit20>
230 <Filename Value="Forms\UFormNameDetails.pas"/>
231 <IsPartOfProject Value="True"/>
232 <ComponentName Value="FormNameDetails"/>
233 <HasResources Value="True"/>
234 <ResourceBaseClass Value="Form"/>
235 </Unit20>
236 </Units>
237 </ProjectOptions>
238 <CompilerOptions>
239 <Version Value="11"/>
240 <PathDelim Value="\"/>
241 <Target>
242 <Filename Value="vCardStudio"/>
243 </Target>
244 <SearchPaths>
245 <IncludeFiles Value="$(ProjOutDir)"/>
246 <OtherUnitFiles Value="Forms"/>
247 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
248 </SearchPaths>
249 <Parsing>
250 <SyntaxOptions>
251 <SyntaxMode Value="Delphi"/>
252 <CStyleOperator Value="False"/>
253 <IncludeAssertionCode Value="True"/>
254 <AllowLabel Value="False"/>
255 <CPPInline Value="False"/>
256 </SyntaxOptions>
257 </Parsing>
258 <CodeGeneration>
259 <Checks>
260 <IOChecks Value="True"/>
261 <RangeChecks Value="True"/>
262 <OverflowChecks Value="True"/>
263 <StackChecks Value="True"/>
264 </Checks>
265 <VerifyObjMethodCallValidity Value="True"/>
266 </CodeGeneration>
267 <Linking>
268 <Debugging>
269 <DebugInfoType Value="dsDwarf2Set"/>
270 <UseHeaptrc Value="True"/>
271 <UseExternalDbgSyms Value="True"/>
272 </Debugging>
273 <Options>
274 <Win32>
275 <GraphicApplication Value="True"/>
276 </Win32>
277 </Options>
278 </Linking>
279 <Other>
280 <CompilerMessages>
281 <IgnoredMessages idx6058="True" idx5024="True" idx3124="True" idx3123="True"/>
282 </CompilerMessages>
283 </Other>
284 </CompilerOptions>
285 <Debugging>
286 <Exceptions Count="3">
287 <Item1>
288 <Name Value="EAbort"/>
289 </Item1>
290 <Item2>
291 <Name Value="ECodetoolError"/>
292 </Item2>
293 <Item3>
294 <Name Value="EFOpenError"/>
295 </Item3>
296 </Exceptions>
297 </Debugging>
298</CONFIG>
Note: See TracBrowser for help on using the repository browser.