1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2    <PropertyGroup>
3        <ProjectGuid>{B7DF0D6A-5AA4-41B5-9A9D-9F652D9A73AB}</ProjectGuid>
4        <ProjectVersion>18.6</ProjectVersion>
5        <FrameworkType>VCL</FrameworkType>
6        <MainSource>demo.dpr</MainSource>
7        <Base>True</Base>
8        <Config Condition="'$(Config)'==''">Debug</Config>
9        <Platform Condition="'$(Platform)'==''">Win32</Platform>
10        <TargetedPlatforms>1</TargetedPlatforms>
11        <AppType>Application</AppType>
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>
21    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
22        <Cfg_1>true</Cfg_1>
23        <CfgParent>Base</CfgParent>
24        <Base>true</Base>
25    </PropertyGroup>
26    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
27        <Cfg_1_Win32>true</Cfg_1_Win32>
28        <CfgParent>Cfg_1</CfgParent>
29        <Cfg_1>true</Cfg_1>
30        <Base>true</Base>
31    </PropertyGroup>
32    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
33        <Cfg_2>true</Cfg_2>
34        <CfgParent>Base</CfgParent>
35        <Base>true</Base>
36    </PropertyGroup>
37    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
38        <Cfg_2_Win32>true</Cfg_2_Win32>
39        <CfgParent>Cfg_2</CfgParent>
40        <Cfg_2>true</Cfg_2>
41        <Base>true</Base>
42    </PropertyGroup>
43    <PropertyGroup Condition="'$(Base)'!=''">
44        <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
45        <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
46        <DCC_E>false</DCC_E>
47        <DCC_N>false</DCC_N>
48        <DCC_S>false</DCC_S>
49        <DCC_F>false</DCC_F>
50        <DCC_K>false</DCC_K>
51        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
52        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
53        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
54        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
55        <SanitizedProjectName>demo</SanitizedProjectName>
56    </PropertyGroup>
57    <PropertyGroup Condition="'$(Base_Win32)'!=''">
58        <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;svn;FireDACSqliteDriver;FireDACPgDriver;inetdb;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
59        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
60        <BT_BuildType>Debug</BT_BuildType>
61        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
62        <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>
63        <VerInfo_Locale>1033</VerInfo_Locale>
64        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
65    </PropertyGroup>
66    <PropertyGroup Condition="'$(Cfg_1)'!=''">
67        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
68        <DCC_DebugDCUs>true</DCC_DebugDCUs>
69        <DCC_Optimize>false</DCC_Optimize>
70        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
71        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
72        <DCC_RemoteDebug>true</DCC_RemoteDebug>
73    </PropertyGroup>
74    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
75        <DCC_RemoteDebug>false</DCC_RemoteDebug>
76        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
77        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
78        <DCC_UnitSearchPath>C:\Work\emmet-pascal\emmet</DCC_UnitSearchPath>
79        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
80        <VerInfo_Locale>1033</VerInfo_Locale>
81    </PropertyGroup>
82    <PropertyGroup Condition="'$(Cfg_2)'!=''">
83        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
84        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
85        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
86        <DCC_DebugInformation>0</DCC_DebugInformation>
87    </PropertyGroup>
88    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
89        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
90        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
91        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
92        <VerInfo_Locale>1033</VerInfo_Locale>
93    </PropertyGroup>
94    <ItemGroup>
95        <DelphiCompile Include="$(MainSource)">
96            <MainSource>MainSource</MainSource>
97        </DelphiCompile>
98        <DCCReference Include="unit1.pas">
99            <Form>Form1</Form>
100        </DCCReference>
101        <BuildConfiguration Include="Release">
102            <Key>Cfg_2</Key>
103            <CfgParent>Base</CfgParent>
104        </BuildConfiguration>
105        <BuildConfiguration Include="Base">
106            <Key>Base</Key>
107        </BuildConfiguration>
108        <BuildConfiguration Include="Debug">
109            <Key>Cfg_1</Key>
110            <CfgParent>Base</CfgParent>
111        </BuildConfiguration>
112    </ItemGroup>
113    <ProjectExtensions>
114        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
115        <Borland.ProjectType>Application</Borland.ProjectType>
116        <BorlandProject>
117            <Delphi.Personality>
118                <Source>
119                    <Source Name="MainSource">demo.dpr</Source>
120                </Source>
121                <Excluded_Packages>
122                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
123                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
124                </Excluded_Packages>
125            </Delphi.Personality>
126            <Deployment Version="3">
127                <DeployFile LocalName="Win32\Debug\demo.exe" Configuration="Debug" Class="ProjectOutput">
128                    <Platform Name="Win32">
129                        <RemoteName>demo.exe</RemoteName>
130                        <Overwrite>true</Overwrite>
131                    </Platform>
132                </DeployFile>
133                <DeployClass Name="AdditionalDebugSymbols">
134                    <Platform Name="iOSSimulator">
135                        <Operation>1</Operation>
136                    </Platform>
137                    <Platform Name="OSX32">
138                        <RemoteDir>Contents\MacOS</RemoteDir>
139                        <Operation>1</Operation>
140                    </Platform>
141                    <Platform Name="Win32">
142                        <Operation>0</Operation>
143                    </Platform>
144                </DeployClass>
145                <DeployClass Name="AndroidClassesDexFile">
146                    <Platform Name="Android">
147                        <RemoteDir>classes</RemoteDir>
148                        <Operation>1</Operation>
149                    </Platform>
150                </DeployClass>
151                <DeployClass Name="AndroidFileProvider">
152                    <Platform Name="Android">
153                        <RemoteDir>res\xml</RemoteDir>
154                        <Operation>1</Operation>
155                    </Platform>
156                </DeployClass>
157                <DeployClass Name="AndroidGDBServer">
158                    <Platform Name="Android">
159                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
160                        <Operation>1</Operation>
161                    </Platform>
162                </DeployClass>
163                <DeployClass Name="AndroidLibnativeArmeabiFile">
164                    <Platform Name="Android">
165                        <RemoteDir>library\lib\armeabi</RemoteDir>
166                        <Operation>1</Operation>
167                    </Platform>
168                </DeployClass>
169                <DeployClass Name="AndroidLibnativeMipsFile">
170                    <Platform Name="Android">
171                        <RemoteDir>library\lib\mips</RemoteDir>
172                        <Operation>1</Operation>
173                    </Platform>
174                </DeployClass>
175                <DeployClass Name="AndroidServiceOutput">
176                    <Platform Name="Android">
177                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
178                        <Operation>1</Operation>
179                    </Platform>
180                </DeployClass>
181                <DeployClass Name="AndroidSplashImageDef">
182                    <Platform Name="Android">
183                        <RemoteDir>res\drawable</RemoteDir>
184                        <Operation>1</Operation>
185                    </Platform>
186                </DeployClass>
187                <DeployClass Name="AndroidSplashStyles">
188                    <Platform Name="Android">
189                        <RemoteDir>res\values</RemoteDir>
190                        <Operation>1</Operation>
191                    </Platform>
192                </DeployClass>
193                <DeployClass Name="AndroidSplashStylesV21">
194                    <Platform Name="Android">
195                        <RemoteDir>res\values-v21</RemoteDir>
196                        <Operation>1</Operation>
197                    </Platform>
198                </DeployClass>
199                <DeployClass Name="Android_DefaultAppIcon">
200                    <Platform Name="Android">
201                        <RemoteDir>res\drawable</RemoteDir>
202                        <Operation>1</Operation>
203                    </Platform>
204                </DeployClass>
205                <DeployClass Name="Android_LauncherIcon144">
206                    <Platform Name="Android">
207                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
208                        <Operation>1</Operation>
209                    </Platform>
210                </DeployClass>
211                <DeployClass Name="Android_LauncherIcon36">
212                    <Platform Name="Android">
213                        <RemoteDir>res\drawable-ldpi</RemoteDir>
214                        <Operation>1</Operation>
215                    </Platform>
216                </DeployClass>
217                <DeployClass Name="Android_LauncherIcon48">
218                    <Platform Name="Android">
219                        <RemoteDir>res\drawable-mdpi</RemoteDir>
220                        <Operation>1</Operation>
221                    </Platform>
222                </DeployClass>
223                <DeployClass Name="Android_LauncherIcon72">
224                    <Platform Name="Android">
225                        <RemoteDir>res\drawable-hdpi</RemoteDir>
226                        <Operation>1</Operation>
227                    </Platform>
228                </DeployClass>
229                <DeployClass Name="Android_LauncherIcon96">
230                    <Platform Name="Android">
231                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
232                        <Operation>1</Operation>
233                    </Platform>
234                </DeployClass>
235                <DeployClass Name="Android_SplashImage426">
236                    <Platform Name="Android">
237                        <RemoteDir>res\drawable-small</RemoteDir>
238                        <Operation>1</Operation>
239                    </Platform>
240                </DeployClass>
241                <DeployClass Name="Android_SplashImage470">
242                    <Platform Name="Android">
243                        <RemoteDir>res\drawable-normal</RemoteDir>
244                        <Operation>1</Operation>
245                    </Platform>
246                </DeployClass>
247                <DeployClass Name="Android_SplashImage640">
248                    <Platform Name="Android">
249                        <RemoteDir>res\drawable-large</RemoteDir>
250                        <Operation>1</Operation>
251                    </Platform>
252                </DeployClass>
253                <DeployClass Name="Android_SplashImage960">
254                    <Platform Name="Android">
255                        <RemoteDir>res\drawable-xlarge</RemoteDir>
256                        <Operation>1</Operation>
257                    </Platform>
258                </DeployClass>
259                <DeployClass Name="DebugSymbols">
260                    <Platform Name="iOSSimulator">
261                        <Operation>1</Operation>
262                    </Platform>
263                    <Platform Name="OSX32">
264                        <RemoteDir>Contents\MacOS</RemoteDir>
265                        <Operation>1</Operation>
266                    </Platform>
267                    <Platform Name="Win32">
268                        <Operation>0</Operation>
269                    </Platform>
270                </DeployClass>
271                <DeployClass Name="DependencyFramework">
272                    <Platform Name="OSX32">
273                        <RemoteDir>Contents\MacOS</RemoteDir>
274                        <Operation>1</Operation>
275                        <Extensions>.framework</Extensions>
276                    </Platform>
277                    <Platform Name="OSX64">
278                        <RemoteDir>Contents\MacOS</RemoteDir>
279                        <Operation>1</Operation>
280                        <Extensions>.framework</Extensions>
281                    </Platform>
282                    <Platform Name="Win32">
283                        <Operation>0</Operation>
284                    </Platform>
285                </DeployClass>
286                <DeployClass Name="DependencyModule">
287                    <Platform Name="iOSDevice32">
288                        <Operation>1</Operation>
289                        <Extensions>.dylib</Extensions>
290                    </Platform>
291                    <Platform Name="iOSDevice64">
292                        <Operation>1</Operation>
293                        <Extensions>.dylib</Extensions>
294                    </Platform>
295                    <Platform Name="iOSSimulator">
296                        <Operation>1</Operation>
297                        <Extensions>.dylib</Extensions>
298                    </Platform>
299                    <Platform Name="OSX32">
300                        <RemoteDir>Contents\MacOS</RemoteDir>
301                        <Operation>1</Operation>
302                        <Extensions>.dylib</Extensions>
303                    </Platform>
304                    <Platform Name="OSX64">
305                        <RemoteDir>Contents\MacOS</RemoteDir>
306                        <Operation>1</Operation>
307                        <Extensions>.dylib</Extensions>
308                    </Platform>
309                    <Platform Name="Win32">
310                        <Operation>0</Operation>
311                        <Extensions>.dll;.bpl</Extensions>
312                    </Platform>
313                </DeployClass>
314                <DeployClass Required="true" Name="DependencyPackage">
315                    <Platform Name="iOSDevice32">
316                        <Operation>1</Operation>
317                        <Extensions>.dylib</Extensions>
318                    </Platform>
319                    <Platform Name="iOSDevice64">
320                        <Operation>1</Operation>
321                        <Extensions>.dylib</Extensions>
322                    </Platform>
323                    <Platform Name="iOSSimulator">
324                        <Operation>1</Operation>
325                        <Extensions>.dylib</Extensions>
326                    </Platform>
327                    <Platform Name="OSX32">
328                        <RemoteDir>Contents\MacOS</RemoteDir>
329                        <Operation>1</Operation>
330                        <Extensions>.dylib</Extensions>
331                    </Platform>
332                    <Platform Name="OSX64">
333                        <RemoteDir>Contents\MacOS</RemoteDir>
334                        <Operation>1</Operation>
335                        <Extensions>.dylib</Extensions>
336                    </Platform>
337                    <Platform Name="Win32">
338                        <Operation>0</Operation>
339                        <Extensions>.bpl</Extensions>
340                    </Platform>
341                </DeployClass>
342                <DeployClass Name="File">
343                    <Platform Name="Android">
344                        <Operation>0</Operation>
345                    </Platform>
346                    <Platform Name="iOSDevice32">
347                        <Operation>0</Operation>
348                    </Platform>
349                    <Platform Name="iOSDevice64">
350                        <Operation>0</Operation>
351                    </Platform>
352                    <Platform Name="iOSSimulator">
353                        <Operation>0</Operation>
354                    </Platform>
355                    <Platform Name="OSX32">
356                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
357                        <Operation>0</Operation>
358                    </Platform>
359                    <Platform Name="OSX64">
360                        <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
361                        <Operation>0</Operation>
362                    </Platform>
363                    <Platform Name="Win32">
364                        <Operation>0</Operation>
365                    </Platform>
366                </DeployClass>
367                <DeployClass Name="iPad_Launch1024">
368                    <Platform Name="iOSDevice32">
369                        <Operation>1</Operation>
370                    </Platform>
371                    <Platform Name="iOSDevice64">
372                        <Operation>1</Operation>
373                    </Platform>
374                    <Platform Name="iOSSimulator">
375                        <Operation>1</Operation>
376                    </Platform>
377                </DeployClass>
378                <DeployClass Name="iPad_Launch1536">
379                    <Platform Name="iOSDevice32">
380                        <Operation>1</Operation>
381                    </Platform>
382                    <Platform Name="iOSDevice64">
383                        <Operation>1</Operation>
384                    </Platform>
385                    <Platform Name="iOSSimulator">
386                        <Operation>1</Operation>
387                    </Platform>
388                </DeployClass>
389                <DeployClass Name="iPad_Launch2048">
390                    <Platform Name="iOSDevice32">
391                        <Operation>1</Operation>
392                    </Platform>
393                    <Platform Name="iOSDevice64">
394                        <Operation>1</Operation>
395                    </Platform>
396                    <Platform Name="iOSSimulator">
397                        <Operation>1</Operation>
398                    </Platform>
399                </DeployClass>
400                <DeployClass Name="iPad_Launch768">
401                    <Platform Name="iOSDevice32">
402                        <Operation>1</Operation>
403                    </Platform>
404                    <Platform Name="iOSDevice64">
405                        <Operation>1</Operation>
406                    </Platform>
407                    <Platform Name="iOSSimulator">
408                        <Operation>1</Operation>
409                    </Platform>
410                </DeployClass>
411                <DeployClass Name="iPhone_Launch320">
412                    <Platform Name="iOSDevice32">
413                        <Operation>1</Operation>
414                    </Platform>
415                    <Platform Name="iOSDevice64">
416                        <Operation>1</Operation>
417                    </Platform>
418                    <Platform Name="iOSSimulator">
419                        <Operation>1</Operation>
420                    </Platform>
421                </DeployClass>
422                <DeployClass Name="iPhone_Launch640">
423                    <Platform Name="iOSDevice32">
424                        <Operation>1</Operation>
425                    </Platform>
426                    <Platform Name="iOSDevice64">
427                        <Operation>1</Operation>
428                    </Platform>
429                    <Platform Name="iOSSimulator">
430                        <Operation>1</Operation>
431                    </Platform>
432                </DeployClass>
433                <DeployClass Name="iPhone_Launch640x1136">
434                    <Platform Name="iOSDevice32">
435                        <Operation>1</Operation>
436                    </Platform>
437                    <Platform Name="iOSDevice64">
438                        <Operation>1</Operation>
439                    </Platform>
440                    <Platform Name="iOSSimulator">
441                        <Operation>1</Operation>
442                    </Platform>
443                </DeployClass>
444                <DeployClass Name="ProjectAndroidManifest">
445                    <Platform Name="Android">
446                        <Operation>1</Operation>
447                    </Platform>
448                </DeployClass>
449                <DeployClass Name="ProjectiOSDeviceDebug">
450                    <Platform Name="iOSDevice32">
451                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
452                        <Operation>1</Operation>
453                    </Platform>
454                    <Platform Name="iOSDevice64">
455                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
456                        <Operation>1</Operation>
457                    </Platform>
458                </DeployClass>
459                <DeployClass Name="ProjectiOSDeviceResourceRules">
460                    <Platform Name="iOSDevice32">
461                        <Operation>1</Operation>
462                    </Platform>
463                    <Platform Name="iOSDevice64">
464                        <Operation>1</Operation>
465                    </Platform>
466                </DeployClass>
467                <DeployClass Name="ProjectiOSEntitlements">
468                    <Platform Name="iOSDevice32">
469                        <RemoteDir>..\</RemoteDir>
470                        <Operation>1</Operation>
471                    </Platform>
472                    <Platform Name="iOSDevice64">
473                        <RemoteDir>..\</RemoteDir>
474                        <Operation>1</Operation>
475                    </Platform>
476                </DeployClass>
477                <DeployClass Name="ProjectiOSInfoPList">
478                    <Platform Name="iOSDevice32">
479                        <Operation>1</Operation>
480                    </Platform>
481                    <Platform Name="iOSDevice64">
482                        <Operation>1</Operation>
483                    </Platform>
484                    <Platform Name="iOSSimulator">
485                        <Operation>1</Operation>
486                    </Platform>
487                </DeployClass>
488                <DeployClass Name="ProjectiOSResource">
489                    <Platform Name="iOSDevice32">
490                        <Operation>1</Operation>
491                    </Platform>
492                    <Platform Name="iOSDevice64">
493                        <Operation>1</Operation>
494                    </Platform>
495                    <Platform Name="iOSSimulator">
496                        <Operation>1</Operation>
497                    </Platform>
498                </DeployClass>
499                <DeployClass Name="ProjectOSXDebug">
500                    <Platform Name="OSX64">
501                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
502                        <Operation>1</Operation>
503                    </Platform>
504                </DeployClass>
505                <DeployClass Name="ProjectOSXEntitlements">
506                    <Platform Name="OSX32">
507                        <RemoteDir>..\</RemoteDir>
508                        <Operation>1</Operation>
509                    </Platform>
510                    <Platform Name="OSX64">
511                        <RemoteDir>..\</RemoteDir>
512                        <Operation>1</Operation>
513                    </Platform>
514                </DeployClass>
515                <DeployClass Name="ProjectOSXInfoPList">
516                    <Platform Name="OSX32">
517                        <RemoteDir>Contents</RemoteDir>
518                        <Operation>1</Operation>
519                    </Platform>
520                    <Platform Name="OSX64">
521                        <RemoteDir>Contents</RemoteDir>
522                        <Operation>1</Operation>
523                    </Platform>
524                </DeployClass>
525                <DeployClass Name="ProjectOSXResource">
526                    <Platform Name="OSX32">
527                        <RemoteDir>Contents\Resources</RemoteDir>
528                        <Operation>1</Operation>
529                    </Platform>
530                    <Platform Name="OSX64">
531                        <RemoteDir>Contents\Resources</RemoteDir>
532                        <Operation>1</Operation>
533                    </Platform>
534                </DeployClass>
535                <DeployClass Required="true" Name="ProjectOutput">
536                    <Platform Name="Android">
537                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
538                        <Operation>1</Operation>
539                    </Platform>
540                    <Platform Name="iOSDevice32">
541                        <Operation>1</Operation>
542                    </Platform>
543                    <Platform Name="iOSDevice64">
544                        <Operation>1</Operation>
545                    </Platform>
546                    <Platform Name="iOSSimulator">
547                        <Operation>1</Operation>
548                    </Platform>
549                    <Platform Name="Linux64">
550                        <Operation>1</Operation>
551                    </Platform>
552                    <Platform Name="OSX32">
553                        <RemoteDir>Contents\MacOS</RemoteDir>
554                        <Operation>1</Operation>
555                    </Platform>
556                    <Platform Name="OSX64">
557                        <RemoteDir>Contents\MacOS</RemoteDir>
558                        <Operation>1</Operation>
559                    </Platform>
560                    <Platform Name="Win32">
561                        <Operation>0</Operation>
562                    </Platform>
563                </DeployClass>
564                <DeployClass Name="ProjectUWPManifest">
565                    <Platform Name="Win32">
566                        <Operation>1</Operation>
567                    </Platform>
568                    <Platform Name="Win64">
569                        <Operation>1</Operation>
570                    </Platform>
571                </DeployClass>
572                <DeployClass Name="UWP_DelphiLogo150">
573                    <Platform Name="Win32">
574                        <RemoteDir>Assets</RemoteDir>
575                        <Operation>1</Operation>
576                    </Platform>
577                    <Platform Name="Win64">
578                        <RemoteDir>Assets</RemoteDir>
579                        <Operation>1</Operation>
580                    </Platform>
581                </DeployClass>
582                <DeployClass Name="UWP_DelphiLogo44">
583                    <Platform Name="Win32">
584                        <RemoteDir>Assets</RemoteDir>
585                        <Operation>1</Operation>
586                    </Platform>
587                    <Platform Name="Win64">
588                        <RemoteDir>Assets</RemoteDir>
589                        <Operation>1</Operation>
590                    </Platform>
591                </DeployClass>
592                <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
593                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
594                <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
595                <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
596                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
597                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
598                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
599                <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
600                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
601            </Deployment>
602            <Platforms>
603                <Platform value="Win32">True</Platform>
604            </Platforms>
605        </BorlandProject>
606        <ProjectFileVersion>12</ProjectFileVersion>
607    </ProjectExtensions>
608    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
609    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
610    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
611</Project>
612