JsonSerializerTest.dproj 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{1E6AF047-A308-4453-8889-BF6630FA9D12}</ProjectGuid>
  4. <ProjectVersion>18.8</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>JsonSerializerTest.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>4101</TargetedPlatforms>
  11. <AppType>Console</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  17. <Base_Android>true</Base_Android>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
  22. <Base_Android64>true</Base_Android64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''">
  27. <Base_iOSDevice32>true</Base_iOSDevice32>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  32. <Base_iOSDevice64>true</Base_iOSDevice64>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  37. <Base_iOSSimulator>true</Base_iOSSimulator>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
  42. <Base_OSX32>true</Base_OSX32>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  47. <Base_OSX64>true</Base_OSX64>
  48. <CfgParent>Base</CfgParent>
  49. <Base>true</Base>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  52. <Base_Win32>true</Base_Win32>
  53. <CfgParent>Base</CfgParent>
  54. <Base>true</Base>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  57. <Base_Win64>true</Base_Win64>
  58. <CfgParent>Base</CfgParent>
  59. <Base>true</Base>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  62. <Cfg_1>true</Cfg_1>
  63. <CfgParent>Base</CfgParent>
  64. <Base>true</Base>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  67. <Cfg_1_Win32>true</Cfg_1_Win32>
  68. <CfgParent>Cfg_1</CfgParent>
  69. <Cfg_1>true</Cfg_1>
  70. <Base>true</Base>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  73. <Cfg_2>true</Cfg_2>
  74. <CfgParent>Base</CfgParent>
  75. <Base>true</Base>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Base)'!=''">
  78. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  79. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  80. <DCC_E>false</DCC_E>
  81. <DCC_N>false</DCC_N>
  82. <DCC_S>false</DCC_S>
  83. <DCC_F>false</DCC_F>
  84. <DCC_K>false</DCC_K>
  85. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  86. <SanitizedProjectName>JsonSerializerTest</SanitizedProjectName>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Base_Android)'!=''">
  89. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;FlatButtonSet;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;CoolTrayIcon_D210_XE7;IndyIPClient;dbxcds;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;$(DCC_UsePackage)</DCC_UsePackage>
  90. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  91. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  92. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  93. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  94. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  95. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  96. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  97. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  98. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  99. <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-gcm-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars>
  100. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  101. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  102. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  103. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  104. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  107. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  108. <BT_BuildType>Debug</BT_BuildType>
  109. <Base_Android>true</Base_Android>
  110. <CfgParent>Base</CfgParent>
  111. <Base>true</Base>
  112. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;FlatButtonSet;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;CoolTrayIcon_D210_XE7;IndyIPClient;dbxcds;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;$(DCC_UsePackage);$(DCC_UsePackage)</DCC_UsePackage>
  113. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  114. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  115. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  116. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  117. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  118. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  119. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  120. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  121. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  122. <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-gcm-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars>
  123. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  124. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  125. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  126. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  127. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  130. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  133. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  136. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  139. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;FireDACMSSQLDriver;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;FireDACIBDriver;fmx;fmxdae;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;DBXMySQLDriver;FireDACOracleDriver;CloudService;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;FireDACTDataDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;CustomIPTransport;bindcomp;DBXInformixDriver;IndyIPClient;dbxcds;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  140. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  141. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts</VerInfo_Keys>
  142. <BT_BuildType>Debug</BT_BuildType>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  145. <Base_OSX32>true</Base_OSX32>
  146. <CfgParent>Base</CfgParent>
  147. <Base>true</Base>
  148. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;FireDACMSSQLDriver;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;FireDACIBDriver;fmx;fmxdae;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;DBXMySQLDriver;FireDACOracleDriver;CloudService;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;FireDACTDataDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;CustomIPTransport;bindcomp;DBXInformixDriver;IndyIPClient;dbxcds;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage);$(DCC_UsePackage)</DCC_UsePackage>
  149. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  150. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts</VerInfo_Keys>
  151. <BT_BuildType>Debug</BT_BuildType>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  154. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;UbuntuProgressPackage;vclactnband;vclFireDAC;emsclientfiredac;DataSnapFireDAC;svnui;tethering;JvGlobus;FireDACADSDriver;JvPluginSystem;tmswizdXE12;DBXMSSQLDriver;JvMM;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;JvBands;vcldb;bindcompfmx;svn;JvJans;DBXOracleDriver;JvNet;inetdb;JvAppFrm;FmxTeeUI;emsedge;JvDotNetCtrls;FireDACIBDriver;fmx;fmxdae;vclib;FlatButtonSet;JvWizards;FireDACDBXDriver;dbexpress;IndyCore;vclx;JvPageComps;dsnap;DataSnapCommon;emsclient;FireDACCommon;JvDB;RESTBackendComponents;DataSnapConnectors;VCLRESTComponents;soapserver;JclDeveloperTools;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;CloudService;FireDACMySQLDriver;DBXFirebirdDriver;JvCmp;JvHMI;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;GR32_D;JvCustom;vcl;IndyIPServer;DBXSybaseASEDriver;JvXPCtrls;PngComponents;IndySystem;FireDACDb2Driver;dsnapcon;tmsxlsdXE12;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;Jcl;JvCore;emshosting;JvCrypt;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;tmsdXE12;FireDACTDataDriver;DBXOdbcDriver;FMXTee;soaprtl;DbxCommonDriver;JvDlgs;JvRuntimeDesign;ibxpress;Tee;JvManagedThreads;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;vclwinx;ibxbindings;rtl;emsserverresource;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;GR32_R;CustomIPTransport;vcldsnap;JvTimeFramework;JvSystem;JvStdCtrls;tmsexdXE12;bindcomp;appanalytics;CoolTrayIcon_D210_XE7;DBXInformixDriver;IndyIPClient;bindcompvcl;TeeUI;JvDocking;dbxcds;VclSmp;KernowSoftwareFMX;adortl;FireDACODBCDriver;JvPascalInterpreter;TMSFMXPackPkgDXE12;JclVcl;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;JvControls;JvPrintPreview;Analog_XE7;JclContainers;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  155. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  156. <BT_BuildType>Debug</BT_BuildType>
  157. <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>
  158. <VerInfo_Locale>1033</VerInfo_Locale>
  159. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  160. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  161. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  162. </PropertyGroup>
  163. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  164. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;emsclientfiredac;DataSnapFireDAC;tethering;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;emsedge;FireDACIBDriver;fmx;fmxdae;vclib;FlatButtonSet;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;DataSnapConnectors;VCLRESTComponents;soapserver;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;CloudService;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;vcl;IndyIPServer;DBXSybaseASEDriver;PngComponents;IndySystem;FireDACDb2Driver;dsnapcon;tmsxlsdXE12;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;emshosting;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;tmsdXE12;FireDACTDataDriver;DBXOdbcDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;Tee;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;vclwinx;ibxbindings;rtl;emsserverresource;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;GR32_R;CustomIPTransport;vcldsnap;tmsexdXE12;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;bindcompvcl;TeeUI;dbxcds;VclSmp;adortl;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  165. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  166. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  167. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  168. </PropertyGroup>
  169. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  170. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  171. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  172. <DCC_Optimize>false</DCC_Optimize>
  173. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  174. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  175. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  178. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  179. </PropertyGroup>
  180. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  181. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  182. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  183. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  184. <DCC_DebugInformation>0</DCC_DebugInformation>
  185. </PropertyGroup>
  186. <ItemGroup>
  187. <DelphiCompile Include="$(MainSource)">
  188. <MainSource>MainSource</MainSource>
  189. </DelphiCompile>
  190. <BuildConfiguration Include="Release">
  191. <Key>Cfg_2</Key>
  192. <CfgParent>Base</CfgParent>
  193. </BuildConfiguration>
  194. <BuildConfiguration Include="Base">
  195. <Key>Base</Key>
  196. </BuildConfiguration>
  197. <BuildConfiguration Include="Debug">
  198. <Key>Cfg_1</Key>
  199. <CfgParent>Base</CfgParent>
  200. </BuildConfiguration>
  201. </ItemGroup>
  202. <ProjectExtensions>
  203. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  204. <Borland.ProjectType>Application</Borland.ProjectType>
  205. <BorlandProject>
  206. <Delphi.Personality>
  207. <Source>
  208. <Source Name="MainSource">JsonSerializerTest.dpr</Source>
  209. </Source>
  210. </Delphi.Personality>
  211. <Deployment Version="3">
  212. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  213. <Platform Name="OSX32">
  214. <Overwrite>true</Overwrite>
  215. </Platform>
  216. </DeployFile>
  217. <DeployFile LocalName="OSX32\Debug\JsonSerializerTest.rsm" Configuration="Debug" Class="DebugSymbols">
  218. <Platform Name="OSX32">
  219. <RemoteDir>Contents\MacOS\</RemoteDir>
  220. <RemoteName>JsonSerializerTest.rsm</RemoteName>
  221. <Overwrite>true</Overwrite>
  222. </Platform>
  223. </DeployFile>
  224. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  225. <Platform Name="OSX64">
  226. <Overwrite>true</Overwrite>
  227. </Platform>
  228. </DeployFile>
  229. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  230. <Platform Name="iOSSimulator">
  231. <Overwrite>true</Overwrite>
  232. </Platform>
  233. </DeployFile>
  234. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  235. <Platform Name="iOSSimulator">
  236. <Overwrite>true</Overwrite>
  237. </Platform>
  238. </DeployFile>
  239. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  240. <Platform Name="OSX32">
  241. <Overwrite>true</Overwrite>
  242. </Platform>
  243. </DeployFile>
  244. <DeployFile LocalName="OSX32\Debug\JsonSerializerTest" Configuration="Debug" Class="ProjectOutput">
  245. <Platform Name="OSX32">
  246. <RemoteName>JsonSerializerTest</RemoteName>
  247. <Overwrite>true</Overwrite>
  248. </Platform>
  249. </DeployFile>
  250. <DeployClass Name="AdditionalDebugSymbols">
  251. <Platform Name="iOSSimulator">
  252. <Operation>1</Operation>
  253. </Platform>
  254. <Platform Name="OSX32">
  255. <RemoteDir>Contents\MacOS</RemoteDir>
  256. <Operation>1</Operation>
  257. </Platform>
  258. <Platform Name="Win32">
  259. <Operation>0</Operation>
  260. </Platform>
  261. </DeployClass>
  262. <DeployClass Name="AndroidClassesDexFile">
  263. <Platform Name="Android">
  264. <RemoteDir>classes</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. <Platform Name="Android64">
  268. <RemoteDir>classes</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. </DeployClass>
  272. <DeployClass Name="AndroidFileProvider">
  273. <Platform Name="Android">
  274. <RemoteDir>res\xml</RemoteDir>
  275. <Operation>1</Operation>
  276. </Platform>
  277. <Platform Name="Android64">
  278. <RemoteDir>res\xml</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. </DeployClass>
  282. <DeployClass Name="AndroidGDBServer">
  283. <Platform Name="Android">
  284. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. </DeployClass>
  288. <DeployClass Name="AndroidLibnativeArmeabiFile">
  289. <Platform Name="Android">
  290. <RemoteDir>library\lib\armeabi</RemoteDir>
  291. <Operation>1</Operation>
  292. </Platform>
  293. <Platform Name="Android64">
  294. <RemoteDir>library\lib\armeabi</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  299. <Platform Name="Android64">
  300. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. </DeployClass>
  304. <DeployClass Name="AndroidLibnativeMipsFile">
  305. <Platform Name="Android">
  306. <RemoteDir>library\lib\mips</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. <Platform Name="Android64">
  310. <RemoteDir>library\lib\mips</RemoteDir>
  311. <Operation>1</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="AndroidServiceOutput">
  315. <Platform Name="Android">
  316. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. <Platform Name="Android64">
  320. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="AndroidServiceOutput_Android32">
  325. <Platform Name="Android64">
  326. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="AndroidSplashImageDef">
  331. <Platform Name="Android">
  332. <RemoteDir>res\drawable</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. <Platform Name="Android64">
  336. <RemoteDir>res\drawable</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="AndroidSplashStyles">
  341. <Platform Name="Android">
  342. <RemoteDir>res\values</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. <Platform Name="Android64">
  346. <RemoteDir>res\values</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="AndroidSplashStylesV21">
  351. <Platform Name="Android">
  352. <RemoteDir>res\values-v21</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. <Platform Name="Android64">
  356. <RemoteDir>res\values-v21</RemoteDir>
  357. <Operation>1</Operation>
  358. </Platform>
  359. </DeployClass>
  360. <DeployClass Name="Android_Colors">
  361. <Platform Name="Android">
  362. <RemoteDir>res\values</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. <Platform Name="Android64">
  366. <RemoteDir>res\values</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="Android_DefaultAppIcon">
  371. <Platform Name="Android">
  372. <RemoteDir>res\drawable</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. <Platform Name="Android64">
  376. <RemoteDir>res\drawable</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="Android_LauncherIcon144">
  381. <Platform Name="Android">
  382. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. <Platform Name="Android64">
  386. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="Android_LauncherIcon36">
  391. <Platform Name="Android">
  392. <RemoteDir>res\drawable-ldpi</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. <Platform Name="Android64">
  396. <RemoteDir>res\drawable-ldpi</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="Android_LauncherIcon48">
  401. <Platform Name="Android">
  402. <RemoteDir>res\drawable-mdpi</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. <Platform Name="Android64">
  406. <RemoteDir>res\drawable-mdpi</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="Android_LauncherIcon72">
  411. <Platform Name="Android">
  412. <RemoteDir>res\drawable-hdpi</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. <Platform Name="Android64">
  416. <RemoteDir>res\drawable-hdpi</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="Android_LauncherIcon96">
  421. <Platform Name="Android">
  422. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. <Platform Name="Android64">
  426. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="Android_NotificationIcon24">
  431. <Platform Name="Android">
  432. <RemoteDir>res\drawable-mdpi</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="Android64">
  436. <RemoteDir>res\drawable-mdpi</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="Android_NotificationIcon36">
  441. <Platform Name="Android">
  442. <RemoteDir>res\drawable-hdpi</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. <Platform Name="Android64">
  446. <RemoteDir>res\drawable-hdpi</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="Android_NotificationIcon48">
  451. <Platform Name="Android">
  452. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. <Platform Name="Android64">
  456. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  457. <Operation>1</Operation>
  458. </Platform>
  459. </DeployClass>
  460. <DeployClass Name="Android_NotificationIcon72">
  461. <Platform Name="Android">
  462. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. <Platform Name="Android64">
  466. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="Android_NotificationIcon96">
  471. <Platform Name="Android">
  472. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. <Platform Name="Android64">
  476. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="Android_SplashImage426">
  481. <Platform Name="Android">
  482. <RemoteDir>res\drawable-small</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. <Platform Name="Android64">
  486. <RemoteDir>res\drawable-small</RemoteDir>
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="Android_SplashImage470">
  491. <Platform Name="Android">
  492. <RemoteDir>res\drawable-normal</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="Android64">
  496. <RemoteDir>res\drawable-normal</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="Android_SplashImage640">
  501. <Platform Name="Android">
  502. <RemoteDir>res\drawable-large</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="Android64">
  506. <RemoteDir>res\drawable-large</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="Android_SplashImage960">
  511. <Platform Name="Android">
  512. <RemoteDir>res\drawable-xlarge</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="Android64">
  516. <RemoteDir>res\drawable-xlarge</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="Android_Strings">
  521. <Platform Name="Android">
  522. <RemoteDir>res\values</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="Android64">
  526. <RemoteDir>res\values</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="DebugSymbols">
  531. <Platform Name="iOSSimulator">
  532. <Operation>1</Operation>
  533. </Platform>
  534. <Platform Name="OSX32">
  535. <RemoteDir>Contents\MacOS</RemoteDir>
  536. <Operation>1</Operation>
  537. </Platform>
  538. <Platform Name="Win32">
  539. <Operation>0</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="DependencyFramework">
  543. <Platform Name="OSX32">
  544. <RemoteDir>Contents\MacOS</RemoteDir>
  545. <Operation>1</Operation>
  546. <Extensions>.framework</Extensions>
  547. </Platform>
  548. <Platform Name="OSX64">
  549. <RemoteDir>Contents\MacOS</RemoteDir>
  550. <Operation>1</Operation>
  551. <Extensions>.framework</Extensions>
  552. </Platform>
  553. <Platform Name="Win32">
  554. <Operation>0</Operation>
  555. </Platform>
  556. </DeployClass>
  557. <DeployClass Name="DependencyModule">
  558. <Platform Name="iOSDevice32">
  559. <Operation>1</Operation>
  560. <Extensions>.dylib</Extensions>
  561. </Platform>
  562. <Platform Name="iOSDevice64">
  563. <Operation>1</Operation>
  564. <Extensions>.dylib</Extensions>
  565. </Platform>
  566. <Platform Name="iOSSimulator">
  567. <Operation>1</Operation>
  568. <Extensions>.dylib</Extensions>
  569. </Platform>
  570. <Platform Name="OSX32">
  571. <RemoteDir>Contents\MacOS</RemoteDir>
  572. <Operation>1</Operation>
  573. <Extensions>.dylib</Extensions>
  574. </Platform>
  575. <Platform Name="OSX64">
  576. <RemoteDir>Contents\MacOS</RemoteDir>
  577. <Operation>1</Operation>
  578. <Extensions>.dylib</Extensions>
  579. </Platform>
  580. <Platform Name="Win32">
  581. <Operation>0</Operation>
  582. <Extensions>.dll;.bpl</Extensions>
  583. </Platform>
  584. </DeployClass>
  585. <DeployClass Required="true" Name="DependencyPackage">
  586. <Platform Name="iOSDevice32">
  587. <Operation>1</Operation>
  588. <Extensions>.dylib</Extensions>
  589. </Platform>
  590. <Platform Name="iOSDevice64">
  591. <Operation>1</Operation>
  592. <Extensions>.dylib</Extensions>
  593. </Platform>
  594. <Platform Name="iOSSimulator">
  595. <Operation>1</Operation>
  596. <Extensions>.dylib</Extensions>
  597. </Platform>
  598. <Platform Name="OSX32">
  599. <RemoteDir>Contents\MacOS</RemoteDir>
  600. <Operation>1</Operation>
  601. <Extensions>.dylib</Extensions>
  602. </Platform>
  603. <Platform Name="OSX64">
  604. <RemoteDir>Contents\MacOS</RemoteDir>
  605. <Operation>1</Operation>
  606. <Extensions>.dylib</Extensions>
  607. </Platform>
  608. <Platform Name="Win32">
  609. <Operation>0</Operation>
  610. <Extensions>.bpl</Extensions>
  611. </Platform>
  612. </DeployClass>
  613. <DeployClass Name="File">
  614. <Platform Name="Android">
  615. <Operation>0</Operation>
  616. </Platform>
  617. <Platform Name="Android64">
  618. <Operation>0</Operation>
  619. </Platform>
  620. <Platform Name="iOSDevice32">
  621. <Operation>0</Operation>
  622. </Platform>
  623. <Platform Name="iOSDevice64">
  624. <Operation>0</Operation>
  625. </Platform>
  626. <Platform Name="iOSSimulator">
  627. <Operation>0</Operation>
  628. </Platform>
  629. <Platform Name="OSX32">
  630. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  631. <Operation>0</Operation>
  632. </Platform>
  633. <Platform Name="OSX64">
  634. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  635. <Operation>0</Operation>
  636. </Platform>
  637. <Platform Name="Win32">
  638. <Operation>0</Operation>
  639. </Platform>
  640. </DeployClass>
  641. <DeployClass Name="iPad_Launch1024">
  642. <Platform Name="iOSDevice32">
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="iOSDevice64">
  646. <Operation>1</Operation>
  647. </Platform>
  648. <Platform Name="iOSSimulator">
  649. <Operation>1</Operation>
  650. </Platform>
  651. </DeployClass>
  652. <DeployClass Name="iPad_Launch1024x768">
  653. <Platform Name="iOSDevice32">
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSDevice64">
  657. <Operation>1</Operation>
  658. </Platform>
  659. <Platform Name="iOSSimulator">
  660. <Operation>1</Operation>
  661. </Platform>
  662. </DeployClass>
  663. <DeployClass Name="iPad_Launch1536">
  664. <Platform Name="iOSDevice32">
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="iOSDevice64">
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="iOSSimulator">
  671. <Operation>1</Operation>
  672. </Platform>
  673. </DeployClass>
  674. <DeployClass Name="iPad_Launch1536x2048">
  675. <Platform Name="iOSDevice32">
  676. <Operation>1</Operation>
  677. </Platform>
  678. <Platform Name="iOSDevice64">
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="iOSSimulator">
  682. <Operation>1</Operation>
  683. </Platform>
  684. </DeployClass>
  685. <DeployClass Name="iPad_Launch1668">
  686. <Platform Name="iOSDevice32">
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="iOSDevice64">
  690. <Operation>1</Operation>
  691. </Platform>
  692. <Platform Name="iOSSimulator">
  693. <Operation>1</Operation>
  694. </Platform>
  695. </DeployClass>
  696. <DeployClass Name="iPad_Launch1668x2388">
  697. <Platform Name="iOSDevice32">
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="iOSDevice64">
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="iOSSimulator">
  704. <Operation>1</Operation>
  705. </Platform>
  706. </DeployClass>
  707. <DeployClass Name="iPad_Launch2048">
  708. <Platform Name="iOSDevice32">
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="iOSDevice64">
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="iOSSimulator">
  715. <Operation>1</Operation>
  716. </Platform>
  717. </DeployClass>
  718. <DeployClass Name="iPad_Launch2048x1536">
  719. <Platform Name="iOSDevice32">
  720. <Operation>1</Operation>
  721. </Platform>
  722. <Platform Name="iOSDevice64">
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="iOSSimulator">
  726. <Operation>1</Operation>
  727. </Platform>
  728. </DeployClass>
  729. <DeployClass Name="iPad_Launch2048x2732">
  730. <Platform Name="iOSDevice32">
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="iOSDevice64">
  734. <Operation>1</Operation>
  735. </Platform>
  736. <Platform Name="iOSSimulator">
  737. <Operation>1</Operation>
  738. </Platform>
  739. </DeployClass>
  740. <DeployClass Name="iPad_Launch2224">
  741. <Platform Name="iOSDevice32">
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="iOSDevice64">
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="iOSSimulator">
  748. <Operation>1</Operation>
  749. </Platform>
  750. </DeployClass>
  751. <DeployClass Name="iPad_Launch2388x1668">
  752. <Platform Name="iOSDevice32">
  753. <Operation>1</Operation>
  754. </Platform>
  755. <Platform Name="iOSDevice64">
  756. <Operation>1</Operation>
  757. </Platform>
  758. <Platform Name="iOSSimulator">
  759. <Operation>1</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="iPad_Launch2732x2048">
  763. <Platform Name="iOSDevice32">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSDevice64">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="iOSSimulator">
  770. <Operation>1</Operation>
  771. </Platform>
  772. </DeployClass>
  773. <DeployClass Name="iPad_Launch768">
  774. <Platform Name="iOSDevice32">
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="iOSDevice64">
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSSimulator">
  781. <Operation>1</Operation>
  782. </Platform>
  783. </DeployClass>
  784. <DeployClass Name="iPad_Launch768x1024">
  785. <Platform Name="iOSDevice32">
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="iOSDevice64">
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="iOSSimulator">
  792. <Operation>1</Operation>
  793. </Platform>
  794. </DeployClass>
  795. <DeployClass Name="iPhone_Launch1125">
  796. <Platform Name="iOSDevice32">
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="iOSDevice64">
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSSimulator">
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Name="iPhone_Launch1136x640">
  807. <Platform Name="iOSDevice32">
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="iOSDevice64">
  811. <Operation>1</Operation>
  812. </Platform>
  813. <Platform Name="iOSSimulator">
  814. <Operation>1</Operation>
  815. </Platform>
  816. </DeployClass>
  817. <DeployClass Name="iPhone_Launch1242">
  818. <Platform Name="iOSDevice32">
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="iOSDevice64">
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="iOSSimulator">
  825. <Operation>1</Operation>
  826. </Platform>
  827. </DeployClass>
  828. <DeployClass Name="iPhone_Launch1242x2688">
  829. <Platform Name="iOSDevice32">
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSDevice64">
  833. <Operation>1</Operation>
  834. </Platform>
  835. <Platform Name="iOSSimulator">
  836. <Operation>1</Operation>
  837. </Platform>
  838. </DeployClass>
  839. <DeployClass Name="iPhone_Launch1334">
  840. <Platform Name="iOSDevice32">
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="iOSDevice64">
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSSimulator">
  847. <Operation>1</Operation>
  848. </Platform>
  849. </DeployClass>
  850. <DeployClass Name="iPhone_Launch1792">
  851. <Platform Name="iOSDevice32">
  852. <Operation>1</Operation>
  853. </Platform>
  854. <Platform Name="iOSDevice64">
  855. <Operation>1</Operation>
  856. </Platform>
  857. <Platform Name="iOSSimulator">
  858. <Operation>1</Operation>
  859. </Platform>
  860. </DeployClass>
  861. <DeployClass Name="iPhone_Launch2208">
  862. <Platform Name="iOSDevice32">
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="iOSDevice64">
  866. <Operation>1</Operation>
  867. </Platform>
  868. <Platform Name="iOSSimulator">
  869. <Operation>1</Operation>
  870. </Platform>
  871. </DeployClass>
  872. <DeployClass Name="iPhone_Launch2436">
  873. <Platform Name="iOSDevice32">
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSDevice64">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSSimulator">
  880. <Operation>1</Operation>
  881. </Platform>
  882. </DeployClass>
  883. <DeployClass Name="iPhone_Launch2688x1242">
  884. <Platform Name="iOSDevice32">
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="iOSDevice64">
  888. <Operation>1</Operation>
  889. </Platform>
  890. <Platform Name="iOSSimulator">
  891. <Operation>1</Operation>
  892. </Platform>
  893. </DeployClass>
  894. <DeployClass Name="iPhone_Launch320">
  895. <Platform Name="iOSDevice32">
  896. <Operation>1</Operation>
  897. </Platform>
  898. <Platform Name="iOSDevice64">
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="iOSSimulator">
  902. <Operation>1</Operation>
  903. </Platform>
  904. </DeployClass>
  905. <DeployClass Name="iPhone_Launch640">
  906. <Platform Name="iOSDevice32">
  907. <Operation>1</Operation>
  908. </Platform>
  909. <Platform Name="iOSDevice64">
  910. <Operation>1</Operation>
  911. </Platform>
  912. <Platform Name="iOSSimulator">
  913. <Operation>1</Operation>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Name="iPhone_Launch640x1136">
  917. <Platform Name="iOSDevice32">
  918. <Operation>1</Operation>
  919. </Platform>
  920. <Platform Name="iOSDevice64">
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="iOSSimulator">
  924. <Operation>1</Operation>
  925. </Platform>
  926. </DeployClass>
  927. <DeployClass Name="iPhone_Launch750">
  928. <Platform Name="iOSDevice32">
  929. <Operation>1</Operation>
  930. </Platform>
  931. <Platform Name="iOSDevice64">
  932. <Operation>1</Operation>
  933. </Platform>
  934. <Platform Name="iOSSimulator">
  935. <Operation>1</Operation>
  936. </Platform>
  937. </DeployClass>
  938. <DeployClass Name="iPhone_Launch828">
  939. <Platform Name="iOSDevice32">
  940. <Operation>1</Operation>
  941. </Platform>
  942. <Platform Name="iOSDevice64">
  943. <Operation>1</Operation>
  944. </Platform>
  945. <Platform Name="iOSSimulator">
  946. <Operation>1</Operation>
  947. </Platform>
  948. </DeployClass>
  949. <DeployClass Name="ProjectAndroidManifest">
  950. <Platform Name="Android">
  951. <Operation>1</Operation>
  952. </Platform>
  953. <Platform Name="Android64">
  954. <Operation>1</Operation>
  955. </Platform>
  956. </DeployClass>
  957. <DeployClass Name="ProjectiOSDeviceDebug">
  958. <Platform Name="iOSDevice32">
  959. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="iOSDevice64">
  963. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  964. <Operation>1</Operation>
  965. </Platform>
  966. </DeployClass>
  967. <DeployClass Name="ProjectiOSDeviceResourceRules">
  968. <Platform Name="iOSDevice32">
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="iOSDevice64">
  972. <Operation>1</Operation>
  973. </Platform>
  974. </DeployClass>
  975. <DeployClass Name="ProjectiOSEntitlements">
  976. <Platform Name="iOSDevice32">
  977. <RemoteDir>..\</RemoteDir>
  978. <Operation>1</Operation>
  979. </Platform>
  980. <Platform Name="iOSDevice64">
  981. <RemoteDir>..\</RemoteDir>
  982. <Operation>1</Operation>
  983. </Platform>
  984. </DeployClass>
  985. <DeployClass Name="ProjectiOSInfoPList">
  986. <Platform Name="iOSDevice32">
  987. <Operation>1</Operation>
  988. </Platform>
  989. <Platform Name="iOSDevice64">
  990. <Operation>1</Operation>
  991. </Platform>
  992. <Platform Name="iOSSimulator">
  993. <Operation>1</Operation>
  994. </Platform>
  995. </DeployClass>
  996. <DeployClass Name="ProjectiOSResource">
  997. <Platform Name="iOSDevice32">
  998. <Operation>1</Operation>
  999. </Platform>
  1000. <Platform Name="iOSDevice64">
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. <Platform Name="iOSSimulator">
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. </DeployClass>
  1007. <DeployClass Name="ProjectOSXDebug">
  1008. <Platform Name="OSX64">
  1009. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. </DeployClass>
  1013. <DeployClass Name="ProjectOSXEntitlements">
  1014. <Platform Name="OSX32">
  1015. <RemoteDir>..\</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. <Platform Name="OSX64">
  1019. <RemoteDir>..\</RemoteDir>
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. </DeployClass>
  1023. <DeployClass Name="ProjectOSXInfoPList">
  1024. <Platform Name="OSX32">
  1025. <RemoteDir>Contents</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. <Platform Name="OSX64">
  1029. <RemoteDir>Contents</RemoteDir>
  1030. <Operation>1</Operation>
  1031. </Platform>
  1032. </DeployClass>
  1033. <DeployClass Name="ProjectOSXResource">
  1034. <Platform Name="OSX32">
  1035. <RemoteDir>Contents\Resources</RemoteDir>
  1036. <Operation>1</Operation>
  1037. </Platform>
  1038. <Platform Name="OSX64">
  1039. <RemoteDir>Contents\Resources</RemoteDir>
  1040. <Operation>1</Operation>
  1041. </Platform>
  1042. </DeployClass>
  1043. <DeployClass Required="true" Name="ProjectOutput">
  1044. <Platform Name="Android">
  1045. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. <Platform Name="Android64">
  1049. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1050. <Operation>1</Operation>
  1051. </Platform>
  1052. <Platform Name="iOSDevice32">
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="iOSDevice64">
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. <Platform Name="iOSSimulator">
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. <Platform Name="Linux64">
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="OSX32">
  1065. <RemoteDir>Contents\MacOS</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. <Platform Name="OSX64">
  1069. <RemoteDir>Contents\MacOS</RemoteDir>
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. <Platform Name="Win32">
  1073. <Operation>0</Operation>
  1074. </Platform>
  1075. </DeployClass>
  1076. <DeployClass Name="ProjectOutput_Android32">
  1077. <Platform Name="Android64">
  1078. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <DeployClass Name="ProjectUWPManifest">
  1083. <Platform Name="Win32">
  1084. <Operation>1</Operation>
  1085. </Platform>
  1086. <Platform Name="Win64">
  1087. <Operation>1</Operation>
  1088. </Platform>
  1089. </DeployClass>
  1090. <DeployClass Name="UWP_DelphiLogo150">
  1091. <Platform Name="Win32">
  1092. <RemoteDir>Assets</RemoteDir>
  1093. <Operation>1</Operation>
  1094. </Platform>
  1095. <Platform Name="Win64">
  1096. <RemoteDir>Assets</RemoteDir>
  1097. <Operation>1</Operation>
  1098. </Platform>
  1099. </DeployClass>
  1100. <DeployClass Name="UWP_DelphiLogo44">
  1101. <Platform Name="Win32">
  1102. <RemoteDir>Assets</RemoteDir>
  1103. <Operation>1</Operation>
  1104. </Platform>
  1105. <Platform Name="Win64">
  1106. <RemoteDir>Assets</RemoteDir>
  1107. <Operation>1</Operation>
  1108. </Platform>
  1109. </DeployClass>
  1110. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1111. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1112. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1113. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1114. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1115. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1116. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1117. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1118. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1119. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1120. </Deployment>
  1121. <Platforms>
  1122. <Platform value="Android">False</Platform>
  1123. <Platform value="Android64">False</Platform>
  1124. <Platform value="iOSDevice32">False</Platform>
  1125. <Platform value="iOSDevice64">False</Platform>
  1126. <Platform value="iOSSimulator">False</Platform>
  1127. <Platform value="OSX32">True</Platform>
  1128. <Platform value="OSX64">True</Platform>
  1129. <Platform value="Win32">True</Platform>
  1130. <Platform value="Win64">False</Platform>
  1131. </Platforms>
  1132. </BorlandProject>
  1133. <ProjectFileVersion>12</ProjectFileVersion>
  1134. </ProjectExtensions>
  1135. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1136. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1137. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1138. </Project>