Subversion Repositories simple_log_event

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{80e4baaf-f51f-4ede-9fa9-923b85b8afe5}</ProjectGuid>
4
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
6
        <DCC_DependencyCheckOutputName>ViaThinkSoftSimpleLogEvent.dll</DCC_DependencyCheckOutputName>
7
        <MainSource>ViaThinkSoftSimpleLogEvent.dpr</MainSource>
8
        <FrameworkType>None</FrameworkType>
9
        <ProjectVersion>18.8</ProjectVersion>
10
        <Base>True</Base>
11
        <Config Condition="'$(Config)'==''">Release</Config>
6 daniel-mar 12
        <Platform Condition="'$(Platform)'==''">Win64</Platform>
2 daniel-mar 13
        <TargetedPlatforms>3</TargetedPlatforms>
14
        <AppType>Library</AppType>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
17
        <Base>true</Base>
18
    </PropertyGroup>
19
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
20
        <Base_Win32>true</Base_Win32>
21
        <CfgParent>Base</CfgParent>
22
        <Base>true</Base>
23
    </PropertyGroup>
24
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
25
        <Base_Win64>true</Base_Win64>
26
        <CfgParent>Base</CfgParent>
27
        <Base>true</Base>
28
    </PropertyGroup>
29
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
30
        <Cfg_1>true</Cfg_1>
31
        <CfgParent>Base</CfgParent>
32
        <Base>true</Base>
33
    </PropertyGroup>
6 daniel-mar 34
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
35
        <Cfg_1_Win64>true</Cfg_1_Win64>
36
        <CfgParent>Cfg_1</CfgParent>
37
        <Cfg_1>true</Cfg_1>
38
        <Base>true</Base>
39
    </PropertyGroup>
2 daniel-mar 40
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
41
        <Cfg_2>true</Cfg_2>
42
        <CfgParent>Base</CfgParent>
43
        <Base>true</Base>
44
    </PropertyGroup>
45
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
46
        <Cfg_2_Win32>true</Cfg_2_Win32>
47
        <CfgParent>Cfg_2</CfgParent>
48
        <Cfg_2>true</Cfg_2>
49
        <Base>true</Base>
50
    </PropertyGroup>
51
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
52
        <Cfg_2_Win64>true</Cfg_2_Win64>
53
        <CfgParent>Cfg_2</CfgParent>
54
        <Cfg_2>true</Cfg_2>
55
        <Base>true</Base>
56
    </PropertyGroup>
57
    <PropertyGroup Condition="'$(Base)'!=''">
58
        <GenDll>true</GenDll>
59
        <SanitizedProjectName>ViaThinkSoftSimpleLogEvent</SanitizedProjectName>
60
        <VerInfo_Locale>1031</VerInfo_Locale>
6 daniel-mar 61
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=ViaThinkSoft Simple Log Event DLL;FileVersion=1.0.0.0;InternalName=;LegalCopyright=(C) 2020 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=www.viathinksoft.com</VerInfo_Keys>
2 daniel-mar 62
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
6 daniel-mar 63
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
2 daniel-mar 64
    </PropertyGroup>
65
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
66
        <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
67
        <BT_BuildType>Debug</BT_BuildType>
68
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
69
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
70
        <VerInfo_Locale>1033</VerInfo_Locale>
71
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
72
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
73
        <PostBuildEvent><![CDATA[move "$(OutputName)$(OutputExt)" "$(OutputName)32$(OutputExt)"
74
$(PostBuildEvent)]]></PostBuildEvent>
75
    </PropertyGroup>
76
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
77
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
78
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
79
        <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
80
        <BT_BuildType>Debug</BT_BuildType>
81
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
82
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
83
        <VerInfo_Locale>1033</VerInfo_Locale>
84
        <PostBuildEvent><![CDATA[move "$(OutputName)$(OutputExt)" "$(OutputName)64$(OutputExt)"
85
$(PostBuildEvent)]]></PostBuildEvent>
86
    </PropertyGroup>
87
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
88
        <Version>7.0</Version>
89
        <DCC_DebugInformation>0</DCC_DebugInformation>
90
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
91
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
92
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
93
    </PropertyGroup>
6 daniel-mar 94
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
95
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
96
        <VerInfo_Locale>1033</VerInfo_Locale>
97
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
98
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
99
    </PropertyGroup>
2 daniel-mar 100
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
101
        <Version>7.0</Version>
102
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
103
    </PropertyGroup>
104
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
105
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
106
        <VerInfo_Locale>1033</VerInfo_Locale>
107
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
108
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
109
    </PropertyGroup>
110
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
111
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
112
        <VerInfo_Locale>1033</VerInfo_Locale>
113
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
114
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
115
    </PropertyGroup>
116
    <ProjectExtensions>
117
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
118
        <Borland.ProjectType/>
119
        <BorlandProject>
120
            <Delphi.Personality>
121
                <Parameters>
122
                    <Parameters Name="UseLauncher">False</Parameters>
123
                    <Parameters Name="LoadAllSymbols">True</Parameters>
124
                    <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
125
                </Parameters>
126
                <VersionInfo>
127
                    <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
128
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
129
                    <VersionInfo Name="MajorVer">1</VersionInfo>
130
                    <VersionInfo Name="MinorVer">0</VersionInfo>
131
                    <VersionInfo Name="Release">0</VersionInfo>
132
                    <VersionInfo Name="Build">0</VersionInfo>
133
                    <VersionInfo Name="Debug">False</VersionInfo>
134
                    <VersionInfo Name="PreRelease">False</VersionInfo>
135
                    <VersionInfo Name="Special">False</VersionInfo>
136
                    <VersionInfo Name="Private">False</VersionInfo>
137
                    <VersionInfo Name="DLL">False</VersionInfo>
138
                    <VersionInfo Name="Locale">1031</VersionInfo>
139
                    <VersionInfo Name="CodePage">1252</VersionInfo>
140
                </VersionInfo>
141
                <VersionInfoKeys>
142
                    <VersionInfoKeys Name="CompanyName"/>
143
                    <VersionInfoKeys Name="FileDescription"/>
144
                    <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
145
                    <VersionInfoKeys Name="InternalName"/>
146
                    <VersionInfoKeys Name="LegalCopyright"/>
147
                    <VersionInfoKeys Name="LegalTrademarks"/>
148
                    <VersionInfoKeys Name="OriginalFilename"/>
149
                    <VersionInfoKeys Name="ProductName"/>
150
                    <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
151
                    <VersionInfoKeys Name="Comments"/>
152
                </VersionInfoKeys>
153
                <Source>
154
                    <Source Name="MainSource">ViaThinkSoftSimpleLogEvent.dpr</Source>
155
                </Source>
156
                <Excluded_Packages>
157
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
158
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
159
                </Excluded_Packages>
160
            </Delphi.Personality>
161
            <Deployment Version="3">
162
                <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
163
                    <Platform Name="OSX32">
164
                        <Overwrite>true</Overwrite>
165
                    </Platform>
166
                </DeployFile>
167
                <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
168
                    <Platform Name="iOSSimulator">
169
                        <Overwrite>true</Overwrite>
170
                    </Platform>
171
                </DeployFile>
172
                <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
173
                    <Platform Name="iOSSimulator">
174
                        <Overwrite>true</Overwrite>
175
                    </Platform>
176
                </DeployFile>
177
                <DeployFile LocalName="ViaThinkSoftSimpleLogEvent.dll" Configuration="Debug" Class="ProjectOutput">
178
                    <Platform Name="Win32">
179
                        <RemoteName>ViaThinkSoftSimpleLogEvent.dll</RemoteName>
180
                        <Overwrite>true</Overwrite>
181
                    </Platform>
182
                </DeployFile>
183
                <DeployClass Name="AdditionalDebugSymbols">
184
                    <Platform Name="OSX32">
185
                        <Operation>1</Operation>
186
                    </Platform>
187
                    <Platform Name="Win32">
188
                        <Operation>0</Operation>
189
                    </Platform>
190
                </DeployClass>
191
                <DeployClass Name="AndroidClassesDexFile">
192
                    <Platform Name="Android">
193
                        <RemoteDir>classes</RemoteDir>
194
                        <Operation>1</Operation>
195
                    </Platform>
196
                    <Platform Name="Android64">
197
                        <RemoteDir>classes</RemoteDir>
198
                        <Operation>1</Operation>
199
                    </Platform>
200
                </DeployClass>
201
                <DeployClass Name="AndroidFileProvider">
202
                    <Platform Name="Android">
203
                        <RemoteDir>res\xml</RemoteDir>
204
                        <Operation>1</Operation>
205
                    </Platform>
206
                    <Platform Name="Android64">
207
                        <RemoteDir>res\xml</RemoteDir>
208
                        <Operation>1</Operation>
209
                    </Platform>
210
                </DeployClass>
211
                <DeployClass Name="AndroidGDBServer">
212
                    <Platform Name="Android">
213
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
214
                        <Operation>1</Operation>
215
                    </Platform>
216
                </DeployClass>
217
                <DeployClass Name="AndroidLibnativeArmeabiFile">
218
                    <Platform Name="Android">
219
                        <RemoteDir>library\lib\armeabi</RemoteDir>
220
                        <Operation>1</Operation>
221
                    </Platform>
222
                    <Platform Name="Android64">
223
                        <RemoteDir>library\lib\armeabi</RemoteDir>
224
                        <Operation>1</Operation>
225
                    </Platform>
226
                </DeployClass>
227
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
228
                    <Platform Name="Android64">
229
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
230
                        <Operation>1</Operation>
231
                    </Platform>
232
                </DeployClass>
233
                <DeployClass Name="AndroidLibnativeMipsFile">
234
                    <Platform Name="Android">
235
                        <RemoteDir>library\lib\mips</RemoteDir>
236
                        <Operation>1</Operation>
237
                    </Platform>
238
                    <Platform Name="Android64">
239
                        <RemoteDir>library\lib\mips</RemoteDir>
240
                        <Operation>1</Operation>
241
                    </Platform>
242
                </DeployClass>
243
                <DeployClass Name="AndroidServiceOutput">
244
                    <Platform Name="Android">
245
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
246
                        <Operation>1</Operation>
247
                    </Platform>
248
                    <Platform Name="Android64">
249
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
250
                        <Operation>1</Operation>
251
                    </Platform>
252
                </DeployClass>
253
                <DeployClass Name="AndroidServiceOutput_Android32">
254
                    <Platform Name="Android64">
255
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
256
                        <Operation>1</Operation>
257
                    </Platform>
258
                </DeployClass>
259
                <DeployClass Name="AndroidSplashImageDef">
260
                    <Platform Name="Android">
261
                        <RemoteDir>res\drawable</RemoteDir>
262
                        <Operation>1</Operation>
263
                    </Platform>
264
                    <Platform Name="Android64">
265
                        <RemoteDir>res\drawable</RemoteDir>
266
                        <Operation>1</Operation>
267
                    </Platform>
268
                </DeployClass>
269
                <DeployClass Name="AndroidSplashStyles">
270
                    <Platform Name="Android">
271
                        <RemoteDir>res\values</RemoteDir>
272
                        <Operation>1</Operation>
273
                    </Platform>
274
                    <Platform Name="Android64">
275
                        <RemoteDir>res\values</RemoteDir>
276
                        <Operation>1</Operation>
277
                    </Platform>
278
                </DeployClass>
279
                <DeployClass Name="AndroidSplashStylesV21">
280
                    <Platform Name="Android">
281
                        <RemoteDir>res\values-v21</RemoteDir>
282
                        <Operation>1</Operation>
283
                    </Platform>
284
                    <Platform Name="Android64">
285
                        <RemoteDir>res\values-v21</RemoteDir>
286
                        <Operation>1</Operation>
287
                    </Platform>
288
                </DeployClass>
289
                <DeployClass Name="Android_Colors">
290
                    <Platform Name="Android">
291
                        <RemoteDir>res\values</RemoteDir>
292
                        <Operation>1</Operation>
293
                    </Platform>
294
                    <Platform Name="Android64">
295
                        <RemoteDir>res\values</RemoteDir>
296
                        <Operation>1</Operation>
297
                    </Platform>
298
                </DeployClass>
299
                <DeployClass Name="Android_DefaultAppIcon">
300
                    <Platform Name="Android">
301
                        <RemoteDir>res\drawable</RemoteDir>
302
                        <Operation>1</Operation>
303
                    </Platform>
304
                    <Platform Name="Android64">
305
                        <RemoteDir>res\drawable</RemoteDir>
306
                        <Operation>1</Operation>
307
                    </Platform>
308
                </DeployClass>
309
                <DeployClass Name="Android_LauncherIcon144">
310
                    <Platform Name="Android">
311
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
312
                        <Operation>1</Operation>
313
                    </Platform>
314
                    <Platform Name="Android64">
315
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
316
                        <Operation>1</Operation>
317
                    </Platform>
318
                </DeployClass>
319
                <DeployClass Name="Android_LauncherIcon36">
320
                    <Platform Name="Android">
321
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
322
                        <Operation>1</Operation>
323
                    </Platform>
324
                    <Platform Name="Android64">
325
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
326
                        <Operation>1</Operation>
327
                    </Platform>
328
                </DeployClass>
329
                <DeployClass Name="Android_LauncherIcon48">
330
                    <Platform Name="Android">
331
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
332
                        <Operation>1</Operation>
333
                    </Platform>
334
                    <Platform Name="Android64">
335
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
336
                        <Operation>1</Operation>
337
                    </Platform>
338
                </DeployClass>
339
                <DeployClass Name="Android_LauncherIcon72">
340
                    <Platform Name="Android">
341
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
342
                        <Operation>1</Operation>
343
                    </Platform>
344
                    <Platform Name="Android64">
345
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
346
                        <Operation>1</Operation>
347
                    </Platform>
348
                </DeployClass>
349
                <DeployClass Name="Android_LauncherIcon96">
350
                    <Platform Name="Android">
351
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
352
                        <Operation>1</Operation>
353
                    </Platform>
354
                    <Platform Name="Android64">
355
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
356
                        <Operation>1</Operation>
357
                    </Platform>
358
                </DeployClass>
359
                <DeployClass Name="Android_NotificationIcon24">
360
                    <Platform Name="Android">
361
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
362
                        <Operation>1</Operation>
363
                    </Platform>
364
                    <Platform Name="Android64">
365
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
366
                        <Operation>1</Operation>
367
                    </Platform>
368
                </DeployClass>
369
                <DeployClass Name="Android_NotificationIcon36">
370
                    <Platform Name="Android">
371
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
372
                        <Operation>1</Operation>
373
                    </Platform>
374
                    <Platform Name="Android64">
375
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
376
                        <Operation>1</Operation>
377
                    </Platform>
378
                </DeployClass>
379
                <DeployClass Name="Android_NotificationIcon48">
380
                    <Platform Name="Android">
381
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
382
                        <Operation>1</Operation>
383
                    </Platform>
384
                    <Platform Name="Android64">
385
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
386
                        <Operation>1</Operation>
387
                    </Platform>
388
                </DeployClass>
389
                <DeployClass Name="Android_NotificationIcon72">
390
                    <Platform Name="Android">
391
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
392
                        <Operation>1</Operation>
393
                    </Platform>
394
                    <Platform Name="Android64">
395
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
396
                        <Operation>1</Operation>
397
                    </Platform>
398
                </DeployClass>
399
                <DeployClass Name="Android_NotificationIcon96">
400
                    <Platform Name="Android">
401
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
402
                        <Operation>1</Operation>
403
                    </Platform>
404
                    <Platform Name="Android64">
405
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
406
                        <Operation>1</Operation>
407
                    </Platform>
408
                </DeployClass>
409
                <DeployClass Name="Android_SplashImage426">
410
                    <Platform Name="Android">
411
                        <RemoteDir>res\drawable-small</RemoteDir>
412
                        <Operation>1</Operation>
413
                    </Platform>
414
                    <Platform Name="Android64">
415
                        <RemoteDir>res\drawable-small</RemoteDir>
416
                        <Operation>1</Operation>
417
                    </Platform>
418
                </DeployClass>
419
                <DeployClass Name="Android_SplashImage470">
420
                    <Platform Name="Android">
421
                        <RemoteDir>res\drawable-normal</RemoteDir>
422
                        <Operation>1</Operation>
423
                    </Platform>
424
                    <Platform Name="Android64">
425
                        <RemoteDir>res\drawable-normal</RemoteDir>
426
                        <Operation>1</Operation>
427
                    </Platform>
428
                </DeployClass>
429
                <DeployClass Name="Android_SplashImage640">
430
                    <Platform Name="Android">
431
                        <RemoteDir>res\drawable-large</RemoteDir>
432
                        <Operation>1</Operation>
433
                    </Platform>
434
                    <Platform Name="Android64">
435
                        <RemoteDir>res\drawable-large</RemoteDir>
436
                        <Operation>1</Operation>
437
                    </Platform>
438
                </DeployClass>
439
                <DeployClass Name="Android_SplashImage960">
440
                    <Platform Name="Android">
441
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
442
                        <Operation>1</Operation>
443
                    </Platform>
444
                    <Platform Name="Android64">
445
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
446
                        <Operation>1</Operation>
447
                    </Platform>
448
                </DeployClass>
449
                <DeployClass Name="Android_Strings">
450
                    <Platform Name="Android">
451
                        <RemoteDir>res\values</RemoteDir>
452
                        <Operation>1</Operation>
453
                    </Platform>
454
                    <Platform Name="Android64">
455
                        <RemoteDir>res\values</RemoteDir>
456
                        <Operation>1</Operation>
457
                    </Platform>
458
                </DeployClass>
459
                <DeployClass Name="DebugSymbols">
460
                    <Platform Name="iOSSimulator">
461
                        <Operation>1</Operation>
462
                    </Platform>
463
                    <Platform Name="OSX32">
464
                        <Operation>1</Operation>
465
                    </Platform>
466
                    <Platform Name="Win32">
467
                        <Operation>0</Operation>
468
                    </Platform>
469
                </DeployClass>
470
                <DeployClass Name="DependencyFramework">
471
                    <Platform Name="OSX32">
472
                        <Operation>1</Operation>
473
                        <Extensions>.framework</Extensions>
474
                    </Platform>
475
                    <Platform Name="OSX64">
476
                        <Operation>1</Operation>
477
                        <Extensions>.framework</Extensions>
478
                    </Platform>
479
                    <Platform Name="Win32">
480
                        <Operation>0</Operation>
481
                    </Platform>
482
                </DeployClass>
483
                <DeployClass Name="DependencyModule">
484
                    <Platform Name="OSX32">
485
                        <Operation>1</Operation>
486
                        <Extensions>.dylib</Extensions>
487
                    </Platform>
488
                    <Platform Name="OSX64">
489
                        <Operation>1</Operation>
490
                        <Extensions>.dylib</Extensions>
491
                    </Platform>
492
                    <Platform Name="Win32">
493
                        <Operation>0</Operation>
494
                        <Extensions>.dll;.bpl</Extensions>
495
                    </Platform>
496
                </DeployClass>
497
                <DeployClass Required="true" Name="DependencyPackage">
498
                    <Platform Name="iOSDevice32">
499
                        <Operation>1</Operation>
500
                        <Extensions>.dylib</Extensions>
501
                    </Platform>
502
                    <Platform Name="iOSDevice64">
503
                        <Operation>1</Operation>
504
                        <Extensions>.dylib</Extensions>
505
                    </Platform>
506
                    <Platform Name="iOSSimulator">
507
                        <Operation>1</Operation>
508
                        <Extensions>.dylib</Extensions>
509
                    </Platform>
510
                    <Platform Name="OSX32">
511
                        <Operation>1</Operation>
512
                        <Extensions>.dylib</Extensions>
513
                    </Platform>
514
                    <Platform Name="OSX64">
515
                        <Operation>1</Operation>
516
                        <Extensions>.dylib</Extensions>
517
                    </Platform>
518
                    <Platform Name="Win32">
519
                        <Operation>0</Operation>
520
                        <Extensions>.bpl</Extensions>
521
                    </Platform>
522
                </DeployClass>
523
                <DeployClass Name="File">
524
                    <Platform Name="Android">
525
                        <Operation>0</Operation>
526
                    </Platform>
527
                    <Platform Name="Android64">
528
                        <Operation>0</Operation>
529
                    </Platform>
530
                    <Platform Name="iOSDevice32">
531
                        <Operation>0</Operation>
532
                    </Platform>
533
                    <Platform Name="iOSDevice64">
534
                        <Operation>0</Operation>
535
                    </Platform>
536
                    <Platform Name="iOSSimulator">
537
                        <Operation>0</Operation>
538
                    </Platform>
539
                    <Platform Name="OSX32">
540
                        <Operation>0</Operation>
541
                    </Platform>
542
                    <Platform Name="OSX64">
543
                        <Operation>0</Operation>
544
                    </Platform>
545
                    <Platform Name="Win32">
546
                        <Operation>0</Operation>
547
                    </Platform>
548
                </DeployClass>
549
                <DeployClass Name="iPad_Launch1024x768">
550
                    <Platform Name="iOSDevice32">
551
                        <Operation>1</Operation>
552
                    </Platform>
553
                    <Platform Name="iOSDevice64">
554
                        <Operation>1</Operation>
555
                    </Platform>
556
                    <Platform Name="iOSSimulator">
557
                        <Operation>1</Operation>
558
                    </Platform>
559
                </DeployClass>
560
                <DeployClass Name="iPad_Launch1536x2048">
561
                    <Platform Name="iOSDevice32">
562
                        <Operation>1</Operation>
563
                    </Platform>
564
                    <Platform Name="iOSDevice64">
565
                        <Operation>1</Operation>
566
                    </Platform>
567
                    <Platform Name="iOSSimulator">
568
                        <Operation>1</Operation>
569
                    </Platform>
570
                </DeployClass>
571
                <DeployClass Name="iPad_Launch1668">
572
                    <Platform Name="iOSDevice32">
573
                        <Operation>1</Operation>
574
                    </Platform>
575
                    <Platform Name="iOSDevice64">
576
                        <Operation>1</Operation>
577
                    </Platform>
578
                    <Platform Name="iOSSimulator">
579
                        <Operation>1</Operation>
580
                    </Platform>
581
                </DeployClass>
582
                <DeployClass Name="iPad_Launch1668x2388">
583
                    <Platform Name="iOSDevice32">
584
                        <Operation>1</Operation>
585
                    </Platform>
586
                    <Platform Name="iOSDevice64">
587
                        <Operation>1</Operation>
588
                    </Platform>
589
                    <Platform Name="iOSSimulator">
590
                        <Operation>1</Operation>
591
                    </Platform>
592
                </DeployClass>
593
                <DeployClass Name="iPad_Launch2048x1536">
594
                    <Platform Name="iOSDevice32">
595
                        <Operation>1</Operation>
596
                    </Platform>
597
                    <Platform Name="iOSDevice64">
598
                        <Operation>1</Operation>
599
                    </Platform>
600
                    <Platform Name="iOSSimulator">
601
                        <Operation>1</Operation>
602
                    </Platform>
603
                </DeployClass>
604
                <DeployClass Name="iPad_Launch2048x2732">
605
                    <Platform Name="iOSDevice32">
606
                        <Operation>1</Operation>
607
                    </Platform>
608
                    <Platform Name="iOSDevice64">
609
                        <Operation>1</Operation>
610
                    </Platform>
611
                    <Platform Name="iOSSimulator">
612
                        <Operation>1</Operation>
613
                    </Platform>
614
                </DeployClass>
615
                <DeployClass Name="iPad_Launch2224">
616
                    <Platform Name="iOSDevice32">
617
                        <Operation>1</Operation>
618
                    </Platform>
619
                    <Platform Name="iOSDevice64">
620
                        <Operation>1</Operation>
621
                    </Platform>
622
                    <Platform Name="iOSSimulator">
623
                        <Operation>1</Operation>
624
                    </Platform>
625
                </DeployClass>
626
                <DeployClass Name="iPad_Launch2388x1668">
627
                    <Platform Name="iOSDevice32">
628
                        <Operation>1</Operation>
629
                    </Platform>
630
                    <Platform Name="iOSDevice64">
631
                        <Operation>1</Operation>
632
                    </Platform>
633
                    <Platform Name="iOSSimulator">
634
                        <Operation>1</Operation>
635
                    </Platform>
636
                </DeployClass>
637
                <DeployClass Name="iPad_Launch2732x2048">
638
                    <Platform Name="iOSDevice32">
639
                        <Operation>1</Operation>
640
                    </Platform>
641
                    <Platform Name="iOSDevice64">
642
                        <Operation>1</Operation>
643
                    </Platform>
644
                    <Platform Name="iOSSimulator">
645
                        <Operation>1</Operation>
646
                    </Platform>
647
                </DeployClass>
648
                <DeployClass Name="iPad_Launch768x1024">
649
                    <Platform Name="iOSDevice32">
650
                        <Operation>1</Operation>
651
                    </Platform>
652
                    <Platform Name="iOSDevice64">
653
                        <Operation>1</Operation>
654
                    </Platform>
655
                    <Platform Name="iOSSimulator">
656
                        <Operation>1</Operation>
657
                    </Platform>
658
                </DeployClass>
659
                <DeployClass Name="iPhone_Launch1125">
660
                    <Platform Name="iOSDevice32">
661
                        <Operation>1</Operation>
662
                    </Platform>
663
                    <Platform Name="iOSDevice64">
664
                        <Operation>1</Operation>
665
                    </Platform>
666
                    <Platform Name="iOSSimulator">
667
                        <Operation>1</Operation>
668
                    </Platform>
669
                </DeployClass>
670
                <DeployClass Name="iPhone_Launch1136x640">
671
                    <Platform Name="iOSDevice32">
672
                        <Operation>1</Operation>
673
                    </Platform>
674
                    <Platform Name="iOSDevice64">
675
                        <Operation>1</Operation>
676
                    </Platform>
677
                    <Platform Name="iOSSimulator">
678
                        <Operation>1</Operation>
679
                    </Platform>
680
                </DeployClass>
681
                <DeployClass Name="iPhone_Launch1242">
682
                    <Platform Name="iOSDevice32">
683
                        <Operation>1</Operation>
684
                    </Platform>
685
                    <Platform Name="iOSDevice64">
686
                        <Operation>1</Operation>
687
                    </Platform>
688
                    <Platform Name="iOSSimulator">
689
                        <Operation>1</Operation>
690
                    </Platform>
691
                </DeployClass>
692
                <DeployClass Name="iPhone_Launch1242x2688">
693
                    <Platform Name="iOSDevice32">
694
                        <Operation>1</Operation>
695
                    </Platform>
696
                    <Platform Name="iOSDevice64">
697
                        <Operation>1</Operation>
698
                    </Platform>
699
                    <Platform Name="iOSSimulator">
700
                        <Operation>1</Operation>
701
                    </Platform>
702
                </DeployClass>
703
                <DeployClass Name="iPhone_Launch1334">
704
                    <Platform Name="iOSDevice32">
705
                        <Operation>1</Operation>
706
                    </Platform>
707
                    <Platform Name="iOSDevice64">
708
                        <Operation>1</Operation>
709
                    </Platform>
710
                    <Platform Name="iOSSimulator">
711
                        <Operation>1</Operation>
712
                    </Platform>
713
                </DeployClass>
714
                <DeployClass Name="iPhone_Launch1792">
715
                    <Platform Name="iOSDevice32">
716
                        <Operation>1</Operation>
717
                    </Platform>
718
                    <Platform Name="iOSDevice64">
719
                        <Operation>1</Operation>
720
                    </Platform>
721
                    <Platform Name="iOSSimulator">
722
                        <Operation>1</Operation>
723
                    </Platform>
724
                </DeployClass>
725
                <DeployClass Name="iPhone_Launch2208">
726
                    <Platform Name="iOSDevice32">
727
                        <Operation>1</Operation>
728
                    </Platform>
729
                    <Platform Name="iOSDevice64">
730
                        <Operation>1</Operation>
731
                    </Platform>
732
                    <Platform Name="iOSSimulator">
733
                        <Operation>1</Operation>
734
                    </Platform>
735
                </DeployClass>
736
                <DeployClass Name="iPhone_Launch2436">
737
                    <Platform Name="iOSDevice32">
738
                        <Operation>1</Operation>
739
                    </Platform>
740
                    <Platform Name="iOSDevice64">
741
                        <Operation>1</Operation>
742
                    </Platform>
743
                    <Platform Name="iOSSimulator">
744
                        <Operation>1</Operation>
745
                    </Platform>
746
                </DeployClass>
747
                <DeployClass Name="iPhone_Launch2688x1242">
748
                    <Platform Name="iOSDevice32">
749
                        <Operation>1</Operation>
750
                    </Platform>
751
                    <Platform Name="iOSDevice64">
752
                        <Operation>1</Operation>
753
                    </Platform>
754
                    <Platform Name="iOSSimulator">
755
                        <Operation>1</Operation>
756
                    </Platform>
757
                </DeployClass>
758
                <DeployClass Name="iPhone_Launch320">
759
                    <Platform Name="iOSDevice32">
760
                        <Operation>1</Operation>
761
                    </Platform>
762
                    <Platform Name="iOSDevice64">
763
                        <Operation>1</Operation>
764
                    </Platform>
765
                    <Platform Name="iOSSimulator">
766
                        <Operation>1</Operation>
767
                    </Platform>
768
                </DeployClass>
769
                <DeployClass Name="iPhone_Launch640">
770
                    <Platform Name="iOSDevice32">
771
                        <Operation>1</Operation>
772
                    </Platform>
773
                    <Platform Name="iOSDevice64">
774
                        <Operation>1</Operation>
775
                    </Platform>
776
                    <Platform Name="iOSSimulator">
777
                        <Operation>1</Operation>
778
                    </Platform>
779
                </DeployClass>
780
                <DeployClass Name="iPhone_Launch640x1136">
781
                    <Platform Name="iOSDevice32">
782
                        <Operation>1</Operation>
783
                    </Platform>
784
                    <Platform Name="iOSDevice64">
785
                        <Operation>1</Operation>
786
                    </Platform>
787
                    <Platform Name="iOSSimulator">
788
                        <Operation>1</Operation>
789
                    </Platform>
790
                </DeployClass>
791
                <DeployClass Name="iPhone_Launch750">
792
                    <Platform Name="iOSDevice32">
793
                        <Operation>1</Operation>
794
                    </Platform>
795
                    <Platform Name="iOSDevice64">
796
                        <Operation>1</Operation>
797
                    </Platform>
798
                    <Platform Name="iOSSimulator">
799
                        <Operation>1</Operation>
800
                    </Platform>
801
                </DeployClass>
802
                <DeployClass Name="iPhone_Launch828">
803
                    <Platform Name="iOSDevice32">
804
                        <Operation>1</Operation>
805
                    </Platform>
806
                    <Platform Name="iOSDevice64">
807
                        <Operation>1</Operation>
808
                    </Platform>
809
                    <Platform Name="iOSSimulator">
810
                        <Operation>1</Operation>
811
                    </Platform>
812
                </DeployClass>
813
                <DeployClass Name="ProjectAndroidManifest">
814
                    <Platform Name="Android">
815
                        <Operation>1</Operation>
816
                    </Platform>
817
                    <Platform Name="Android64">
818
                        <Operation>1</Operation>
819
                    </Platform>
820
                </DeployClass>
821
                <DeployClass Name="ProjectiOSDeviceDebug">
822
                    <Platform Name="iOSDevice32">
823
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
824
                        <Operation>1</Operation>
825
                    </Platform>
826
                    <Platform Name="iOSDevice64">
827
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
828
                        <Operation>1</Operation>
829
                    </Platform>
830
                </DeployClass>
831
                <DeployClass Name="ProjectiOSDeviceResourceRules"/>
832
                <DeployClass Name="ProjectiOSEntitlements"/>
833
                <DeployClass Name="ProjectiOSInfoPList"/>
834
                <DeployClass Name="ProjectiOSResource">
835
                    <Platform Name="iOSDevice32">
836
                        <Operation>1</Operation>
837
                    </Platform>
838
                    <Platform Name="iOSDevice64">
839
                        <Operation>1</Operation>
840
                    </Platform>
841
                    <Platform Name="iOSSimulator">
842
                        <Operation>1</Operation>
843
                    </Platform>
844
                </DeployClass>
845
                <DeployClass Name="ProjectOSXDebug"/>
846
                <DeployClass Name="ProjectOSXEntitlements"/>
847
                <DeployClass Name="ProjectOSXInfoPList"/>
848
                <DeployClass Name="ProjectOSXResource">
849
                    <Platform Name="OSX32">
850
                        <RemoteDir>Contents\Resources</RemoteDir>
851
                        <Operation>1</Operation>
852
                    </Platform>
853
                    <Platform Name="OSX64">
854
                        <RemoteDir>Contents\Resources</RemoteDir>
855
                        <Operation>1</Operation>
856
                    </Platform>
857
                </DeployClass>
858
                <DeployClass Required="true" Name="ProjectOutput">
859
                    <Platform Name="Android">
860
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
861
                        <Operation>1</Operation>
862
                    </Platform>
863
                    <Platform Name="Android64">
864
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
865
                        <Operation>1</Operation>
866
                    </Platform>
867
                    <Platform Name="iOSDevice32">
868
                        <Operation>1</Operation>
869
                    </Platform>
870
                    <Platform Name="iOSDevice64">
871
                        <Operation>1</Operation>
872
                    </Platform>
873
                    <Platform Name="iOSSimulator">
874
                        <Operation>1</Operation>
875
                    </Platform>
876
                    <Platform Name="Linux64">
877
                        <Operation>1</Operation>
878
                    </Platform>
879
                    <Platform Name="OSX32">
880
                        <Operation>1</Operation>
881
                    </Platform>
882
                    <Platform Name="OSX64">
883
                        <Operation>1</Operation>
884
                    </Platform>
885
                    <Platform Name="Win32">
886
                        <Operation>0</Operation>
887
                    </Platform>
888
                </DeployClass>
889
                <DeployClass Name="ProjectOutput_Android32">
890
                    <Platform Name="Android64">
891
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
892
                        <Operation>1</Operation>
893
                    </Platform>
894
                </DeployClass>
895
                <DeployClass Name="ProjectUWPManifest">
896
                    <Platform Name="Win32">
897
                        <Operation>1</Operation>
898
                    </Platform>
899
                    <Platform Name="Win64">
900
                        <Operation>1</Operation>
901
                    </Platform>
902
                </DeployClass>
903
                <DeployClass Name="UWP_DelphiLogo150">
904
                    <Platform Name="Win32">
905
                        <RemoteDir>Assets</RemoteDir>
906
                        <Operation>1</Operation>
907
                    </Platform>
908
                    <Platform Name="Win64">
909
                        <RemoteDir>Assets</RemoteDir>
910
                        <Operation>1</Operation>
911
                    </Platform>
912
                </DeployClass>
913
                <DeployClass Name="UWP_DelphiLogo44">
914
                    <Platform Name="Win32">
915
                        <RemoteDir>Assets</RemoteDir>
916
                        <Operation>1</Operation>
917
                    </Platform>
918
                    <Platform Name="Win64">
919
                        <RemoteDir>Assets</RemoteDir>
920
                        <Operation>1</Operation>
921
                    </Platform>
922
                </DeployClass>
923
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
924
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
925
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
926
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
927
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
928
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
929
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
930
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
931
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
932
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
933
            </Deployment>
934
            <ActiveXProjectInfo>
935
                <version>1</version>
936
            </ActiveXProjectInfo>
937
            <Platforms>
938
                <Platform value="Win32">True</Platform>
939
                <Platform value="Win64">True</Platform>
940
            </Platforms>
941
        </BorlandProject>
942
        <ProjectFileVersion>12</ProjectFileVersion>
943
    </ProjectExtensions>
944
    <ItemGroup>
945
        <DelphiCompile Include="$(MainSource)">
946
            <MainSource>MainSource</MainSource>
947
        </DelphiCompile>
948
        <DCCReference Include="ViaThinkSoftSimpleLogEvent_TLB.pas"/>
949
        <DCCReference Include="ViaThinkSoftSimpleLogEvent_Impl.pas">
950
            <CoClasses>ViaThinkSoftSimpleEventLog</CoClasses>
951
        </DCCReference>
952
        <RidlCompile Include="ViaThinkSoftSimpleLogEvent.ridl"/>
953
        <BuildConfiguration Include="Debug">
954
            <Key>Cfg_2</Key>
955
            <CfgParent>Base</CfgParent>
956
        </BuildConfiguration>
957
        <BuildConfiguration Include="Base">
958
            <Key>Base</Key>
959
        </BuildConfiguration>
960
        <BuildConfiguration Include="Release">
961
            <Key>Cfg_1</Key>
962
            <CfgParent>Base</CfgParent>
963
        </BuildConfiguration>
964
    </ItemGroup>
965
    <ItemGroup/>
966
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
967
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
968
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
969
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
970
    <PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win32'">
971
        <PreBuildEvent/>
972
        <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
973
        <PreLinkEvent/>
974
        <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
975
        <PostBuildEvent>move &quot;$(OutputName)$(OutputExt)&quot; &quot;$(OutputName)32$(OutputExt)&quot;</PostBuildEvent>
976
        <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
977
    </PropertyGroup>
978
    <PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64'">
979
        <PreBuildEvent/>
980
        <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
981
        <PreLinkEvent/>
982
        <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
983
        <PostBuildEvent>move &quot;$(OutputName)$(OutputExt)&quot; &quot;$(OutputName)64$(OutputExt)&quot;</PostBuildEvent>
984
        <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
985
    </PropertyGroup>
986
    <PropertyGroup Condition="'$(Config)'=='Debug' And '$(Platform)'=='Win32'">
987
        <PreBuildEvent/>
988
        <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
989
        <PreLinkEvent/>
990
        <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
991
        <PostBuildEvent>move &quot;$(OutputName)$(OutputExt)&quot; &quot;$(OutputName)32$(OutputExt)&quot;</PostBuildEvent>
992
        <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
993
    </PropertyGroup>
994
    <PropertyGroup Condition="'$(Config)'=='Debug' And '$(Platform)'=='Win64'">
995
        <PreBuildEvent/>
996
        <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
997
        <PreLinkEvent/>
998
        <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
999
        <PostBuildEvent>move &quot;$(OutputName)$(OutputExt)&quot; &quot;$(OutputName)64$(OutputExt)&quot;</PostBuildEvent>
1000
        <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
1001
    </PropertyGroup>
1002
</Project>