Subversion Repositories currency_converter

Rev

Rev 18 | Go to most recent revision | 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>{EF0A4978-FCC9-4307-B0F2-6CC5681592B8}</ProjectGuid>
4
        <MainSource>CurConvDLLDemo.dpr</MainSource>
5
        <Base>True</Base>
18 daniel-mar 6
        <Config Condition="'$(Config)'==''">Release</Config>
19 daniel-mar 7
        <TargetedPlatforms>3</TargetedPlatforms>
2 daniel-mar 8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
18 daniel-mar 10
        <ProjectVersion>18.8</ProjectVersion>
2 daniel-mar 11
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14
        <Base>true</Base>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17
        <Base_Win32>true</Base_Win32>
18
        <CfgParent>Base</CfgParent>
19
        <Base>true</Base>
20
    </PropertyGroup>
19 daniel-mar 21
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22
        <Base_Win64>true</Base_Win64>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
2 daniel-mar 26
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
27
        <Cfg_1>true</Cfg_1>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
31
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
32
        <Cfg_1_Win32>true</Cfg_1_Win32>
33
        <CfgParent>Cfg_1</CfgParent>
34
        <Cfg_1>true</Cfg_1>
35
        <Base>true</Base>
36
    </PropertyGroup>
19 daniel-mar 37
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
38
        <Cfg_1_Win64>true</Cfg_1_Win64>
39
        <CfgParent>Cfg_1</CfgParent>
40
        <Cfg_1>true</Cfg_1>
41
        <Base>true</Base>
42
    </PropertyGroup>
2 daniel-mar 43
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
44
        <Cfg_2>true</Cfg_2>
45
        <CfgParent>Base</CfgParent>
46
        <Base>true</Base>
47
    </PropertyGroup>
48
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
49
        <Cfg_2_Win32>true</Cfg_2_Win32>
50
        <CfgParent>Cfg_2</CfgParent>
51
        <Cfg_2>true</Cfg_2>
52
        <Base>true</Base>
53
    </PropertyGroup>
54
    <PropertyGroup Condition="'$(Base)'!=''">
55
        <DCC_DebugInformation>1</DCC_DebugInformation>
56
        <DCC_E>false</DCC_E>
57
        <DCC_F>false</DCC_F>
58
        <DCC_K>false</DCC_K>
59
        <DCC_N>true</DCC_N>
60
        <DCC_S>false</DCC_S>
61
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
62
        <DCC_ImageBase>00400000</DCC_ImageBase>
63
        <SanitizedProjectName>CurConvDLLDemo</SanitizedProjectName>
19 daniel-mar 64
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
2 daniel-mar 65
        <VerInfo_Locale>1031</VerInfo_Locale>
66
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
19 daniel-mar 67
        <DCC_ExeOutput>D:\SVN\CurrencyConverter\trunk\Output\</DCC_ExeOutput>
2 daniel-mar 68
    </PropertyGroup>
69
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
18 daniel-mar 70
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
2 daniel-mar 71
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
72
        <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>
73
        <VerInfo_Locale>1033</VerInfo_Locale>
74
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
75
        <Icon_MainIcon>CurConvDLLDemo_Icon.ico</Icon_MainIcon>
76
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
77
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
78
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
79
    </PropertyGroup>
19 daniel-mar 80
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
81
        <Icon_MainIcon>CurConvDLLDemo_Icon.ico</Icon_MainIcon>
82
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
83
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
84
        <Manifest_File>(Ohne)</Manifest_File>
85
        <OutputExt>64.exe</OutputExt>
86
    </PropertyGroup>
2 daniel-mar 87
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
88
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
89
        <DCC_DebugInformation>0</DCC_DebugInformation>
90
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
91
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
92
    </PropertyGroup>
93
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
94
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
18 daniel-mar 95
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
19 daniel-mar 96
        <BT_BuildType>Debug</BT_BuildType>
97
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
98
        <VerInfo_Locale>1033</VerInfo_Locale>
99
        <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>
2 daniel-mar 100
    </PropertyGroup>
19 daniel-mar 101
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
102
        <BT_BuildType>Debug</BT_BuildType>
103
    </PropertyGroup>
2 daniel-mar 104
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
105
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
106
        <DCC_Optimize>false</DCC_Optimize>
107
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
108
    </PropertyGroup>
109
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
110
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
18 daniel-mar 111
        <BT_BuildType>Debug</BT_BuildType>
112
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
19 daniel-mar 113
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
114
        <VerInfo_Locale>1033</VerInfo_Locale>
115
        <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>
2 daniel-mar 116
    </PropertyGroup>
117
    <ItemGroup>
118
        <DelphiCompile Include="$(MainSource)">
119
            <MainSource>MainSource</MainSource>
120
        </DelphiCompile>
121
        <DCCReference Include="Demo.pas">
122
            <Form>Form1</Form>
123
        </DCCReference>
124
        <DCCReference Include="VtsCurConvDLLHeader.pas"/>
125
        <BuildConfiguration Include="Debug">
126
            <Key>Cfg_2</Key>
127
            <CfgParent>Base</CfgParent>
128
        </BuildConfiguration>
129
        <BuildConfiguration Include="Base">
130
            <Key>Base</Key>
131
        </BuildConfiguration>
132
        <BuildConfiguration Include="Release">
133
            <Key>Cfg_1</Key>
134
            <CfgParent>Base</CfgParent>
135
        </BuildConfiguration>
136
    </ItemGroup>
137
    <ProjectExtensions>
138
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
139
        <Borland.ProjectType/>
140
        <BorlandProject>
141
            <Delphi.Personality>
142
                <Source>
143
                    <Source Name="MainSource">CurConvDLLDemo.dpr</Source>
144
                </Source>
19 daniel-mar 145
                <Excluded_Packages>
146
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
147
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
148
                </Excluded_Packages>
2 daniel-mar 149
            </Delphi.Personality>
150
            <Platforms>
151
                <Platform value="Win32">True</Platform>
19 daniel-mar 152
                <Platform value="Win64">True</Platform>
2 daniel-mar 153
            </Platforms>
19 daniel-mar 154
            <Deployment Version="3">
155
                <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Debug" Class="UWP_DelphiLogo44">
156
                    <Platform Name="Win64">
157
                        <RemoteDir>Assets\</RemoteDir>
158
                        <RemoteName>Logo44x44.png</RemoteName>
159
                        <Overwrite>true</Overwrite>
160
                    </Platform>
161
                </DeployFile>
162
                <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Debug" Class="UWP_DelphiLogo150">
163
                    <Platform Name="Win64">
164
                        <RemoteDir>Assets\</RemoteDir>
165
                        <RemoteName>Logo150x150.png</RemoteName>
166
                        <Overwrite>true</Overwrite>
167
                    </Platform>
168
                </DeployFile>
169
                <DeployClass Name="AdditionalDebugSymbols">
170
                    <Platform Name="iOSSimulator">
171
                        <Operation>1</Operation>
172
                    </Platform>
173
                    <Platform Name="OSX32">
174
                        <RemoteDir>Contents\MacOS</RemoteDir>
175
                        <Operation>1</Operation>
176
                    </Platform>
177
                    <Platform Name="Win32">
178
                        <Operation>0</Operation>
179
                    </Platform>
180
                </DeployClass>
181
                <DeployClass Name="AndroidClassesDexFile">
182
                    <Platform Name="Android">
183
                        <RemoteDir>classes</RemoteDir>
184
                        <Operation>1</Operation>
185
                    </Platform>
186
                    <Platform Name="Android64">
187
                        <RemoteDir>classes</RemoteDir>
188
                        <Operation>1</Operation>
189
                    </Platform>
190
                </DeployClass>
191
                <DeployClass Name="AndroidFileProvider">
192
                    <Platform Name="Android">
193
                        <RemoteDir>res\xml</RemoteDir>
194
                        <Operation>1</Operation>
195
                    </Platform>
196
                    <Platform Name="Android64">
197
                        <RemoteDir>res\xml</RemoteDir>
198
                        <Operation>1</Operation>
199
                    </Platform>
200
                </DeployClass>
201
                <DeployClass Name="AndroidGDBServer">
202
                    <Platform Name="Android">
203
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
204
                        <Operation>1</Operation>
205
                    </Platform>
206
                </DeployClass>
207
                <DeployClass Name="AndroidLibnativeArmeabiFile">
208
                    <Platform Name="Android">
209
                        <RemoteDir>library\lib\armeabi</RemoteDir>
210
                        <Operation>1</Operation>
211
                    </Platform>
212
                    <Platform Name="Android64">
213
                        <RemoteDir>library\lib\armeabi</RemoteDir>
214
                        <Operation>1</Operation>
215
                    </Platform>
216
                </DeployClass>
217
                <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
218
                    <Platform Name="Android64">
219
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
220
                        <Operation>1</Operation>
221
                    </Platform>
222
                </DeployClass>
223
                <DeployClass Name="AndroidLibnativeMipsFile">
224
                    <Platform Name="Android">
225
                        <RemoteDir>library\lib\mips</RemoteDir>
226
                        <Operation>1</Operation>
227
                    </Platform>
228
                    <Platform Name="Android64">
229
                        <RemoteDir>library\lib\mips</RemoteDir>
230
                        <Operation>1</Operation>
231
                    </Platform>
232
                </DeployClass>
233
                <DeployClass Name="AndroidServiceOutput">
234
                    <Platform Name="Android">
235
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
236
                        <Operation>1</Operation>
237
                    </Platform>
238
                    <Platform Name="Android64">
239
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
240
                        <Operation>1</Operation>
241
                    </Platform>
242
                </DeployClass>
243
                <DeployClass Name="AndroidServiceOutput_Android32">
244
                    <Platform Name="Android64">
245
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
246
                        <Operation>1</Operation>
247
                    </Platform>
248
                </DeployClass>
249
                <DeployClass Name="AndroidSplashImageDef">
250
                    <Platform Name="Android">
251
                        <RemoteDir>res\drawable</RemoteDir>
252
                        <Operation>1</Operation>
253
                    </Platform>
254
                    <Platform Name="Android64">
255
                        <RemoteDir>res\drawable</RemoteDir>
256
                        <Operation>1</Operation>
257
                    </Platform>
258
                </DeployClass>
259
                <DeployClass Name="AndroidSplashStyles">
260
                    <Platform Name="Android">
261
                        <RemoteDir>res\values</RemoteDir>
262
                        <Operation>1</Operation>
263
                    </Platform>
264
                    <Platform Name="Android64">
265
                        <RemoteDir>res\values</RemoteDir>
266
                        <Operation>1</Operation>
267
                    </Platform>
268
                </DeployClass>
269
                <DeployClass Name="AndroidSplashStylesV21">
270
                    <Platform Name="Android">
271
                        <RemoteDir>res\values-v21</RemoteDir>
272
                        <Operation>1</Operation>
273
                    </Platform>
274
                    <Platform Name="Android64">
275
                        <RemoteDir>res\values-v21</RemoteDir>
276
                        <Operation>1</Operation>
277
                    </Platform>
278
                </DeployClass>
279
                <DeployClass Name="Android_Colors">
280
                    <Platform Name="Android">
281
                        <RemoteDir>res\values</RemoteDir>
282
                        <Operation>1</Operation>
283
                    </Platform>
284
                    <Platform Name="Android64">
285
                        <RemoteDir>res\values</RemoteDir>
286
                        <Operation>1</Operation>
287
                    </Platform>
288
                </DeployClass>
289
                <DeployClass Name="Android_DefaultAppIcon">
290
                    <Platform Name="Android">
291
                        <RemoteDir>res\drawable</RemoteDir>
292
                        <Operation>1</Operation>
293
                    </Platform>
294
                    <Platform Name="Android64">
295
                        <RemoteDir>res\drawable</RemoteDir>
296
                        <Operation>1</Operation>
297
                    </Platform>
298
                </DeployClass>
299
                <DeployClass Name="Android_LauncherIcon144">
300
                    <Platform Name="Android">
301
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
302
                        <Operation>1</Operation>
303
                    </Platform>
304
                    <Platform Name="Android64">
305
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
306
                        <Operation>1</Operation>
307
                    </Platform>
308
                </DeployClass>
309
                <DeployClass Name="Android_LauncherIcon36">
310
                    <Platform Name="Android">
311
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
312
                        <Operation>1</Operation>
313
                    </Platform>
314
                    <Platform Name="Android64">
315
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
316
                        <Operation>1</Operation>
317
                    </Platform>
318
                </DeployClass>
319
                <DeployClass Name="Android_LauncherIcon48">
320
                    <Platform Name="Android">
321
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
322
                        <Operation>1</Operation>
323
                    </Platform>
324
                    <Platform Name="Android64">
325
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
326
                        <Operation>1</Operation>
327
                    </Platform>
328
                </DeployClass>
329
                <DeployClass Name="Android_LauncherIcon72">
330
                    <Platform Name="Android">
331
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
332
                        <Operation>1</Operation>
333
                    </Platform>
334
                    <Platform Name="Android64">
335
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
336
                        <Operation>1</Operation>
337
                    </Platform>
338
                </DeployClass>
339
                <DeployClass Name="Android_LauncherIcon96">
340
                    <Platform Name="Android">
341
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
342
                        <Operation>1</Operation>
343
                    </Platform>
344
                    <Platform Name="Android64">
345
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
346
                        <Operation>1</Operation>
347
                    </Platform>
348
                </DeployClass>
349
                <DeployClass Name="Android_NotificationIcon24">
350
                    <Platform Name="Android">
351
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
352
                        <Operation>1</Operation>
353
                    </Platform>
354
                    <Platform Name="Android64">
355
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
356
                        <Operation>1</Operation>
357
                    </Platform>
358
                </DeployClass>
359
                <DeployClass Name="Android_NotificationIcon36">
360
                    <Platform Name="Android">
361
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
362
                        <Operation>1</Operation>
363
                    </Platform>
364
                    <Platform Name="Android64">
365
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
366
                        <Operation>1</Operation>
367
                    </Platform>
368
                </DeployClass>
369
                <DeployClass Name="Android_NotificationIcon48">
370
                    <Platform Name="Android">
371
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
372
                        <Operation>1</Operation>
373
                    </Platform>
374
                    <Platform Name="Android64">
375
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
376
                        <Operation>1</Operation>
377
                    </Platform>
378
                </DeployClass>
379
                <DeployClass Name="Android_NotificationIcon72">
380
                    <Platform Name="Android">
381
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
382
                        <Operation>1</Operation>
383
                    </Platform>
384
                    <Platform Name="Android64">
385
                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
386
                        <Operation>1</Operation>
387
                    </Platform>
388
                </DeployClass>
389
                <DeployClass Name="Android_NotificationIcon96">
390
                    <Platform Name="Android">
391
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
392
                        <Operation>1</Operation>
393
                    </Platform>
394
                    <Platform Name="Android64">
395
                        <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
396
                        <Operation>1</Operation>
397
                    </Platform>
398
                </DeployClass>
399
                <DeployClass Name="Android_SplashImage426">
400
                    <Platform Name="Android">
401
                        <RemoteDir>res\drawable-small</RemoteDir>
402
                        <Operation>1</Operation>
403
                    </Platform>
404
                    <Platform Name="Android64">
405
                        <RemoteDir>res\drawable-small</RemoteDir>
406
                        <Operation>1</Operation>
407
                    </Platform>
408
                </DeployClass>
409
                <DeployClass Name="Android_SplashImage470">
410
                    <Platform Name="Android">
411
                        <RemoteDir>res\drawable-normal</RemoteDir>
412
                        <Operation>1</Operation>
413
                    </Platform>
414
                    <Platform Name="Android64">
415
                        <RemoteDir>res\drawable-normal</RemoteDir>
416
                        <Operation>1</Operation>
417
                    </Platform>
418
                </DeployClass>
419
                <DeployClass Name="Android_SplashImage640">
420
                    <Platform Name="Android">
421
                        <RemoteDir>res\drawable-large</RemoteDir>
422
                        <Operation>1</Operation>
423
                    </Platform>
424
                    <Platform Name="Android64">
425
                        <RemoteDir>res\drawable-large</RemoteDir>
426
                        <Operation>1</Operation>
427
                    </Platform>
428
                </DeployClass>
429
                <DeployClass Name="Android_SplashImage960">
430
                    <Platform Name="Android">
431
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
432
                        <Operation>1</Operation>
433
                    </Platform>
434
                    <Platform Name="Android64">
435
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
436
                        <Operation>1</Operation>
437
                    </Platform>
438
                </DeployClass>
439
                <DeployClass Name="Android_Strings">
440
                    <Platform Name="Android">
441
                        <RemoteDir>res\values</RemoteDir>
442
                        <Operation>1</Operation>
443
                    </Platform>
444
                    <Platform Name="Android64">
445
                        <RemoteDir>res\values</RemoteDir>
446
                        <Operation>1</Operation>
447
                    </Platform>
448
                </DeployClass>
449
                <DeployClass Name="DebugSymbols">
450
                    <Platform Name="iOSSimulator">
451
                        <Operation>1</Operation>
452
                    </Platform>
453
                    <Platform Name="OSX32">
454
                        <RemoteDir>Contents\MacOS</RemoteDir>
455
                        <Operation>1</Operation>
456
                    </Platform>
457
                    <Platform Name="Win32">
458
                        <Operation>0</Operation>
459
                    </Platform>
460
                </DeployClass>
461
                <DeployClass Name="DependencyFramework">
462
                    <Platform Name="OSX32">
463
                        <RemoteDir>Contents\MacOS</RemoteDir>
464
                        <Operation>1</Operation>
465
                        <Extensions>.framework</Extensions>
466
                    </Platform>
467
                    <Platform Name="OSX64">
468
                        <RemoteDir>Contents\MacOS</RemoteDir>
469
                        <Operation>1</Operation>
470
                        <Extensions>.framework</Extensions>
471
                    </Platform>
472
                    <Platform Name="Win32">
473
                        <Operation>0</Operation>
474
                    </Platform>
475
                </DeployClass>
476
                <DeployClass Name="DependencyModule">
477
                    <Platform Name="iOSDevice32">
478
                        <Operation>1</Operation>
479
                        <Extensions>.dylib</Extensions>
480
                    </Platform>
481
                    <Platform Name="iOSDevice64">
482
                        <Operation>1</Operation>
483
                        <Extensions>.dylib</Extensions>
484
                    </Platform>
485
                    <Platform Name="iOSSimulator">
486
                        <Operation>1</Operation>
487
                        <Extensions>.dylib</Extensions>
488
                    </Platform>
489
                    <Platform Name="OSX32">
490
                        <RemoteDir>Contents\MacOS</RemoteDir>
491
                        <Operation>1</Operation>
492
                        <Extensions>.dylib</Extensions>
493
                    </Platform>
494
                    <Platform Name="OSX64">
495
                        <RemoteDir>Contents\MacOS</RemoteDir>
496
                        <Operation>1</Operation>
497
                        <Extensions>.dylib</Extensions>
498
                    </Platform>
499
                    <Platform Name="Win32">
500
                        <Operation>0</Operation>
501
                        <Extensions>.dll;.bpl</Extensions>
502
                    </Platform>
503
                </DeployClass>
504
                <DeployClass Required="true" Name="DependencyPackage">
505
                    <Platform Name="iOSDevice32">
506
                        <Operation>1</Operation>
507
                        <Extensions>.dylib</Extensions>
508
                    </Platform>
509
                    <Platform Name="iOSDevice64">
510
                        <Operation>1</Operation>
511
                        <Extensions>.dylib</Extensions>
512
                    </Platform>
513
                    <Platform Name="iOSSimulator">
514
                        <Operation>1</Operation>
515
                        <Extensions>.dylib</Extensions>
516
                    </Platform>
517
                    <Platform Name="OSX32">
518
                        <RemoteDir>Contents\MacOS</RemoteDir>
519
                        <Operation>1</Operation>
520
                        <Extensions>.dylib</Extensions>
521
                    </Platform>
522
                    <Platform Name="OSX64">
523
                        <RemoteDir>Contents\MacOS</RemoteDir>
524
                        <Operation>1</Operation>
525
                        <Extensions>.dylib</Extensions>
526
                    </Platform>
527
                    <Platform Name="Win32">
528
                        <Operation>0</Operation>
529
                        <Extensions>.bpl</Extensions>
530
                    </Platform>
531
                </DeployClass>
532
                <DeployClass Name="File">
533
                    <Platform Name="Android">
534
                        <Operation>0</Operation>
535
                    </Platform>
536
                    <Platform Name="Android64">
537
                        <Operation>0</Operation>
538
                    </Platform>
539
                    <Platform Name="iOSDevice32">
540
                        <Operation>0</Operation>
541
                    </Platform>
542
                    <Platform Name="iOSDevice64">
543
                        <Operation>0</Operation>
544
                    </Platform>
545
                    <Platform Name="iOSSimulator">
546
                        <Operation>0</Operation>
547
                    </Platform>
548
                    <Platform Name="OSX32">
549
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
550
                        <Operation>0</Operation>
551
                    </Platform>
552
                    <Platform Name="OSX64">
553
                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
554
                        <Operation>0</Operation>
555
                    </Platform>
556
                    <Platform Name="Win32">
557
                        <Operation>0</Operation>
558
                    </Platform>
559
                </DeployClass>
560
                <DeployClass Name="iPad_Launch1024x768">
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_Launch1536x2048">
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_Launch1668">
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_Launch1668x2388">
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_Launch2048x1536">
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_Launch2048x2732">
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_Launch2224">
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_Launch2388x1668">
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_Launch2732x2048">
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="iPad_Launch768x1024">
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_Launch1125">
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_Launch1136x640">
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_Launch1242">
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_Launch1242x2688">
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_Launch1334">
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_Launch1792">
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_Launch2208">
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_Launch2436">
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_Launch2688x1242">
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_Launch320">
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_Launch640">
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_Launch640x1136">
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_Launch750">
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="iPhone_Launch828">
814
                    <Platform Name="iOSDevice32">
815
                        <Operation>1</Operation>
816
                    </Platform>
817
                    <Platform Name="iOSDevice64">
818
                        <Operation>1</Operation>
819
                    </Platform>
820
                    <Platform Name="iOSSimulator">
821
                        <Operation>1</Operation>
822
                    </Platform>
823
                </DeployClass>
824
                <DeployClass Name="ProjectAndroidManifest">
825
                    <Platform Name="Android">
826
                        <Operation>1</Operation>
827
                    </Platform>
828
                    <Platform Name="Android64">
829
                        <Operation>1</Operation>
830
                    </Platform>
831
                </DeployClass>
832
                <DeployClass Name="ProjectiOSDeviceDebug">
833
                    <Platform Name="iOSDevice32">
834
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
835
                        <Operation>1</Operation>
836
                    </Platform>
837
                    <Platform Name="iOSDevice64">
838
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
839
                        <Operation>1</Operation>
840
                    </Platform>
841
                </DeployClass>
842
                <DeployClass Name="ProjectiOSDeviceResourceRules">
843
                    <Platform Name="iOSDevice32">
844
                        <Operation>1</Operation>
845
                    </Platform>
846
                    <Platform Name="iOSDevice64">
847
                        <Operation>1</Operation>
848
                    </Platform>
849
                </DeployClass>
850
                <DeployClass Name="ProjectiOSEntitlements">
851
                    <Platform Name="iOSDevice32">
852
                        <RemoteDir>..\</RemoteDir>
853
                        <Operation>1</Operation>
854
                    </Platform>
855
                    <Platform Name="iOSDevice64">
856
                        <RemoteDir>..\</RemoteDir>
857
                        <Operation>1</Operation>
858
                    </Platform>
859
                </DeployClass>
860
                <DeployClass Name="ProjectiOSInfoPList">
861
                    <Platform Name="iOSDevice32">
862
                        <Operation>1</Operation>
863
                    </Platform>
864
                    <Platform Name="iOSDevice64">
865
                        <Operation>1</Operation>
866
                    </Platform>
867
                    <Platform Name="iOSSimulator">
868
                        <Operation>1</Operation>
869
                    </Platform>
870
                </DeployClass>
871
                <DeployClass Name="ProjectiOSResource">
872
                    <Platform Name="iOSDevice32">
873
                        <Operation>1</Operation>
874
                    </Platform>
875
                    <Platform Name="iOSDevice64">
876
                        <Operation>1</Operation>
877
                    </Platform>
878
                    <Platform Name="iOSSimulator">
879
                        <Operation>1</Operation>
880
                    </Platform>
881
                </DeployClass>
882
                <DeployClass Name="ProjectOSXDebug">
883
                    <Platform Name="OSX64">
884
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
885
                        <Operation>1</Operation>
886
                    </Platform>
887
                </DeployClass>
888
                <DeployClass Name="ProjectOSXEntitlements">
889
                    <Platform Name="OSX32">
890
                        <RemoteDir>..\</RemoteDir>
891
                        <Operation>1</Operation>
892
                    </Platform>
893
                    <Platform Name="OSX64">
894
                        <RemoteDir>..\</RemoteDir>
895
                        <Operation>1</Operation>
896
                    </Platform>
897
                </DeployClass>
898
                <DeployClass Name="ProjectOSXInfoPList">
899
                    <Platform Name="OSX32">
900
                        <RemoteDir>Contents</RemoteDir>
901
                        <Operation>1</Operation>
902
                    </Platform>
903
                    <Platform Name="OSX64">
904
                        <RemoteDir>Contents</RemoteDir>
905
                        <Operation>1</Operation>
906
                    </Platform>
907
                </DeployClass>
908
                <DeployClass Name="ProjectOSXResource">
909
                    <Platform Name="OSX32">
910
                        <RemoteDir>Contents\Resources</RemoteDir>
911
                        <Operation>1</Operation>
912
                    </Platform>
913
                    <Platform Name="OSX64">
914
                        <RemoteDir>Contents\Resources</RemoteDir>
915
                        <Operation>1</Operation>
916
                    </Platform>
917
                </DeployClass>
918
                <DeployClass Required="true" Name="ProjectOutput">
919
                    <Platform Name="Android">
920
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
921
                        <Operation>1</Operation>
922
                    </Platform>
923
                    <Platform Name="Android64">
924
                        <RemoteDir>library\lib\arm64-v8a</RemoteDir>
925
                        <Operation>1</Operation>
926
                    </Platform>
927
                    <Platform Name="iOSDevice32">
928
                        <Operation>1</Operation>
929
                    </Platform>
930
                    <Platform Name="iOSDevice64">
931
                        <Operation>1</Operation>
932
                    </Platform>
933
                    <Platform Name="iOSSimulator">
934
                        <Operation>1</Operation>
935
                    </Platform>
936
                    <Platform Name="Linux64">
937
                        <Operation>1</Operation>
938
                    </Platform>
939
                    <Platform Name="OSX32">
940
                        <RemoteDir>Contents\MacOS</RemoteDir>
941
                        <Operation>1</Operation>
942
                    </Platform>
943
                    <Platform Name="OSX64">
944
                        <RemoteDir>Contents\MacOS</RemoteDir>
945
                        <Operation>1</Operation>
946
                    </Platform>
947
                    <Platform Name="Win32">
948
                        <Operation>0</Operation>
949
                    </Platform>
950
                </DeployClass>
951
                <DeployClass Name="ProjectOutput_Android32">
952
                    <Platform Name="Android64">
953
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
954
                        <Operation>1</Operation>
955
                    </Platform>
956
                </DeployClass>
957
                <DeployClass Name="ProjectUWPManifest">
958
                    <Platform Name="Win32">
959
                        <Operation>1</Operation>
960
                    </Platform>
961
                    <Platform Name="Win64">
962
                        <Operation>1</Operation>
963
                    </Platform>
964
                </DeployClass>
965
                <DeployClass Name="UWP_DelphiLogo150">
966
                    <Platform Name="Win32">
967
                        <RemoteDir>Assets</RemoteDir>
968
                        <Operation>1</Operation>
969
                    </Platform>
970
                    <Platform Name="Win64">
971
                        <RemoteDir>Assets</RemoteDir>
972
                        <Operation>1</Operation>
973
                    </Platform>
974
                </DeployClass>
975
                <DeployClass Name="UWP_DelphiLogo44">
976
                    <Platform Name="Win32">
977
                        <RemoteDir>Assets</RemoteDir>
978
                        <Operation>1</Operation>
979
                    </Platform>
980
                    <Platform Name="Win64">
981
                        <RemoteDir>Assets</RemoteDir>
982
                        <Operation>1</Operation>
983
                    </Platform>
984
                </DeployClass>
985
                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
986
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
987
                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
988
                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
989
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
990
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
991
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
992
                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
993
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
994
                <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
995
            </Deployment>
2 daniel-mar 996
        </BorlandProject>
997
        <ProjectFileVersion>12</ProjectFileVersion>
998
    </ProjectExtensions>
999
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
1000
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
19 daniel-mar 1001
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
2 daniel-mar 1002
</Project>