JsonSerializerTest.dproj 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141
  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. <DCC_UnitSearchPath>..\..\..\..\;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Android)'!=''">
  90. <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>
  91. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  92. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  93. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  94. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  95. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  96. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  97. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  98. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  99. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  100. <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>
  101. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  102. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  103. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  104. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  105. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  108. <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>
  109. <BT_BuildType>Debug</BT_BuildType>
  110. <Base_Android>true</Base_Android>
  111. <CfgParent>Base</CfgParent>
  112. <Base>true</Base>
  113. <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>
  114. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  115. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  116. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  117. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  118. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  119. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  120. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  121. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  122. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  123. <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>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  126. <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>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  129. <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>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  132. <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>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  135. <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>
  136. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  137. <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>
  138. <BT_BuildType>Debug</BT_BuildType>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  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. <Base_OSX32>true</Base_OSX32>
  144. <CfgParent>Base</CfgParent>
  145. <Base>true</Base>
  146. <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>
  147. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  150. <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>
  151. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  152. <BT_BuildType>Debug</BT_BuildType>
  153. <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>
  154. <VerInfo_Locale>1033</VerInfo_Locale>
  155. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  156. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  157. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  158. </PropertyGroup>
  159. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  160. <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>
  161. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  162. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  163. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  166. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  167. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  168. <DCC_Optimize>false</DCC_Optimize>
  169. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  170. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  171. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  174. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  175. <VerInfo_Locale>1033</VerInfo_Locale>
  176. <Manifest_File>(None)</Manifest_File>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  179. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  180. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  181. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  182. <DCC_DebugInformation>0</DCC_DebugInformation>
  183. </PropertyGroup>
  184. <ItemGroup>
  185. <DelphiCompile Include="$(MainSource)">
  186. <MainSource>MainSource</MainSource>
  187. </DelphiCompile>
  188. <BuildConfiguration Include="Release">
  189. <Key>Cfg_2</Key>
  190. <CfgParent>Base</CfgParent>
  191. </BuildConfiguration>
  192. <BuildConfiguration Include="Base">
  193. <Key>Base</Key>
  194. </BuildConfiguration>
  195. <BuildConfiguration Include="Debug">
  196. <Key>Cfg_1</Key>
  197. <CfgParent>Base</CfgParent>
  198. </BuildConfiguration>
  199. </ItemGroup>
  200. <ProjectExtensions>
  201. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  202. <Borland.ProjectType>Application</Borland.ProjectType>
  203. <BorlandProject>
  204. <Delphi.Personality>
  205. <Source>
  206. <Source Name="MainSource">JsonSerializerTest.dpr</Source>
  207. </Source>
  208. <Excluded_Packages>
  209. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  210. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  211. <Excluded_Packages Name="C:\Libs\NusEnvision\neUtils\Packages\D103Rio\Win32\Release\neUtilsD103Rio.bpl">File C:\Libs\NusEnvision\neUtils\Packages\D103Rio\Win32\Release\neUtilsD103Rio.bpl not found</Excluded_Packages>
  212. </Excluded_Packages>
  213. </Delphi.Personality>
  214. <Deployment Version="3">
  215. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  216. <Platform Name="OSX32">
  217. <Overwrite>true</Overwrite>
  218. </Platform>
  219. </DeployFile>
  220. <DeployFile LocalName="OSX32\Debug\JsonSerializerTest.rsm" Configuration="Debug" Class="DebugSymbols">
  221. <Platform Name="OSX32">
  222. <RemoteDir>Contents\MacOS\</RemoteDir>
  223. <RemoteName>JsonSerializerTest.rsm</RemoteName>
  224. <Overwrite>true</Overwrite>
  225. </Platform>
  226. </DeployFile>
  227. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  228. <Platform Name="OSX64">
  229. <Overwrite>true</Overwrite>
  230. </Platform>
  231. </DeployFile>
  232. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  233. <Platform Name="iOSSimulator">
  234. <Overwrite>true</Overwrite>
  235. </Platform>
  236. </DeployFile>
  237. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  238. <Platform Name="iOSSimulator">
  239. <Overwrite>true</Overwrite>
  240. </Platform>
  241. </DeployFile>
  242. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  243. <Platform Name="OSX32">
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployFile LocalName="OSX32\Debug\JsonSerializerTest" Configuration="Debug" Class="ProjectOutput">
  248. <Platform Name="OSX32">
  249. <RemoteName>JsonSerializerTest</RemoteName>
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployClass Name="AdditionalDebugSymbols">
  254. <Platform Name="iOSSimulator">
  255. <Operation>1</Operation>
  256. </Platform>
  257. <Platform Name="OSX32">
  258. <RemoteDir>Contents\MacOS</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. <Platform Name="Win32">
  262. <Operation>0</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="AndroidClassesDexFile">
  266. <Platform Name="Android">
  267. <RemoteDir>classes</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. <Platform Name="Android64">
  271. <RemoteDir>classes</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="AndroidFileProvider">
  276. <Platform Name="Android">
  277. <RemoteDir>res\xml</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. <Platform Name="Android64">
  281. <RemoteDir>res\xml</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="AndroidGDBServer">
  286. <Platform Name="Android">
  287. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. </DeployClass>
  291. <DeployClass Name="AndroidLibnativeArmeabiFile">
  292. <Platform Name="Android">
  293. <RemoteDir>library\lib\armeabi</RemoteDir>
  294. <Operation>1</Operation>
  295. </Platform>
  296. <Platform Name="Android64">
  297. <RemoteDir>library\lib\armeabi</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  302. <Platform Name="Android64">
  303. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="AndroidLibnativeMipsFile">
  308. <Platform Name="Android">
  309. <RemoteDir>library\lib\mips</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. <Platform Name="Android64">
  313. <RemoteDir>library\lib\mips</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="AndroidServiceOutput">
  318. <Platform Name="Android">
  319. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. <Platform Name="Android64">
  323. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="AndroidServiceOutput_Android32">
  328. <Platform Name="Android64">
  329. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. </DeployClass>
  333. <DeployClass Name="AndroidSplashImageDef">
  334. <Platform Name="Android">
  335. <RemoteDir>res\drawable</RemoteDir>
  336. <Operation>1</Operation>
  337. </Platform>
  338. <Platform Name="Android64">
  339. <RemoteDir>res\drawable</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="AndroidSplashStyles">
  344. <Platform Name="Android">
  345. <RemoteDir>res\values</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. <Platform Name="Android64">
  349. <RemoteDir>res\values</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="AndroidSplashStylesV21">
  354. <Platform Name="Android">
  355. <RemoteDir>res\values-v21</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. <Platform Name="Android64">
  359. <RemoteDir>res\values-v21</RemoteDir>
  360. <Operation>1</Operation>
  361. </Platform>
  362. </DeployClass>
  363. <DeployClass Name="Android_Colors">
  364. <Platform Name="Android">
  365. <RemoteDir>res\values</RemoteDir>
  366. <Operation>1</Operation>
  367. </Platform>
  368. <Platform Name="Android64">
  369. <RemoteDir>res\values</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="Android_DefaultAppIcon">
  374. <Platform Name="Android">
  375. <RemoteDir>res\drawable</RemoteDir>
  376. <Operation>1</Operation>
  377. </Platform>
  378. <Platform Name="Android64">
  379. <RemoteDir>res\drawable</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. </DeployClass>
  383. <DeployClass Name="Android_LauncherIcon144">
  384. <Platform Name="Android">
  385. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  386. <Operation>1</Operation>
  387. </Platform>
  388. <Platform Name="Android64">
  389. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. </DeployClass>
  393. <DeployClass Name="Android_LauncherIcon36">
  394. <Platform Name="Android">
  395. <RemoteDir>res\drawable-ldpi</RemoteDir>
  396. <Operation>1</Operation>
  397. </Platform>
  398. <Platform Name="Android64">
  399. <RemoteDir>res\drawable-ldpi</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. </DeployClass>
  403. <DeployClass Name="Android_LauncherIcon48">
  404. <Platform Name="Android">
  405. <RemoteDir>res\drawable-mdpi</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. <Platform Name="Android64">
  409. <RemoteDir>res\drawable-mdpi</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. </DeployClass>
  413. <DeployClass Name="Android_LauncherIcon72">
  414. <Platform Name="Android">
  415. <RemoteDir>res\drawable-hdpi</RemoteDir>
  416. <Operation>1</Operation>
  417. </Platform>
  418. <Platform Name="Android64">
  419. <RemoteDir>res\drawable-hdpi</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. </DeployClass>
  423. <DeployClass Name="Android_LauncherIcon96">
  424. <Platform Name="Android">
  425. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  426. <Operation>1</Operation>
  427. </Platform>
  428. <Platform Name="Android64">
  429. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. </DeployClass>
  433. <DeployClass Name="Android_NotificationIcon24">
  434. <Platform Name="Android">
  435. <RemoteDir>res\drawable-mdpi</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. <Platform Name="Android64">
  439. <RemoteDir>res\drawable-mdpi</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Name="Android_NotificationIcon36">
  444. <Platform Name="Android">
  445. <RemoteDir>res\drawable-hdpi</RemoteDir>
  446. <Operation>1</Operation>
  447. </Platform>
  448. <Platform Name="Android64">
  449. <RemoteDir>res\drawable-hdpi</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="Android_NotificationIcon48">
  454. <Platform Name="Android">
  455. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  456. <Operation>1</Operation>
  457. </Platform>
  458. <Platform Name="Android64">
  459. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="Android_NotificationIcon72">
  464. <Platform Name="Android">
  465. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. <Platform Name="Android64">
  469. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. </DeployClass>
  473. <DeployClass Name="Android_NotificationIcon96">
  474. <Platform Name="Android">
  475. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="Android64">
  479. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. </DeployClass>
  483. <DeployClass Name="Android_SplashImage426">
  484. <Platform Name="Android">
  485. <RemoteDir>res\drawable-small</RemoteDir>
  486. <Operation>1</Operation>
  487. </Platform>
  488. <Platform Name="Android64">
  489. <RemoteDir>res\drawable-small</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. </DeployClass>
  493. <DeployClass Name="Android_SplashImage470">
  494. <Platform Name="Android">
  495. <RemoteDir>res\drawable-normal</RemoteDir>
  496. <Operation>1</Operation>
  497. </Platform>
  498. <Platform Name="Android64">
  499. <RemoteDir>res\drawable-normal</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. </DeployClass>
  503. <DeployClass Name="Android_SplashImage640">
  504. <Platform Name="Android">
  505. <RemoteDir>res\drawable-large</RemoteDir>
  506. <Operation>1</Operation>
  507. </Platform>
  508. <Platform Name="Android64">
  509. <RemoteDir>res\drawable-large</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="Android_SplashImage960">
  514. <Platform Name="Android">
  515. <RemoteDir>res\drawable-xlarge</RemoteDir>
  516. <Operation>1</Operation>
  517. </Platform>
  518. <Platform Name="Android64">
  519. <RemoteDir>res\drawable-xlarge</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. </DeployClass>
  523. <DeployClass Name="Android_Strings">
  524. <Platform Name="Android">
  525. <RemoteDir>res\values</RemoteDir>
  526. <Operation>1</Operation>
  527. </Platform>
  528. <Platform Name="Android64">
  529. <RemoteDir>res\values</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. </DeployClass>
  533. <DeployClass Name="DebugSymbols">
  534. <Platform Name="iOSSimulator">
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="OSX32">
  538. <RemoteDir>Contents\MacOS</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. <Platform Name="Win32">
  542. <Operation>0</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="DependencyFramework">
  546. <Platform Name="OSX32">
  547. <RemoteDir>Contents\MacOS</RemoteDir>
  548. <Operation>1</Operation>
  549. <Extensions>.framework</Extensions>
  550. </Platform>
  551. <Platform Name="OSX64">
  552. <RemoteDir>Contents\MacOS</RemoteDir>
  553. <Operation>1</Operation>
  554. <Extensions>.framework</Extensions>
  555. </Platform>
  556. <Platform Name="Win32">
  557. <Operation>0</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="DependencyModule">
  561. <Platform Name="iOSDevice32">
  562. <Operation>1</Operation>
  563. <Extensions>.dylib</Extensions>
  564. </Platform>
  565. <Platform Name="iOSDevice64">
  566. <Operation>1</Operation>
  567. <Extensions>.dylib</Extensions>
  568. </Platform>
  569. <Platform Name="iOSSimulator">
  570. <Operation>1</Operation>
  571. <Extensions>.dylib</Extensions>
  572. </Platform>
  573. <Platform Name="OSX32">
  574. <RemoteDir>Contents\MacOS</RemoteDir>
  575. <Operation>1</Operation>
  576. <Extensions>.dylib</Extensions>
  577. </Platform>
  578. <Platform Name="OSX64">
  579. <RemoteDir>Contents\MacOS</RemoteDir>
  580. <Operation>1</Operation>
  581. <Extensions>.dylib</Extensions>
  582. </Platform>
  583. <Platform Name="Win32">
  584. <Operation>0</Operation>
  585. <Extensions>.dll;.bpl</Extensions>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Required="true" Name="DependencyPackage">
  589. <Platform Name="iOSDevice32">
  590. <Operation>1</Operation>
  591. <Extensions>.dylib</Extensions>
  592. </Platform>
  593. <Platform Name="iOSDevice64">
  594. <Operation>1</Operation>
  595. <Extensions>.dylib</Extensions>
  596. </Platform>
  597. <Platform Name="iOSSimulator">
  598. <Operation>1</Operation>
  599. <Extensions>.dylib</Extensions>
  600. </Platform>
  601. <Platform Name="OSX32">
  602. <RemoteDir>Contents\MacOS</RemoteDir>
  603. <Operation>1</Operation>
  604. <Extensions>.dylib</Extensions>
  605. </Platform>
  606. <Platform Name="OSX64">
  607. <RemoteDir>Contents\MacOS</RemoteDir>
  608. <Operation>1</Operation>
  609. <Extensions>.dylib</Extensions>
  610. </Platform>
  611. <Platform Name="Win32">
  612. <Operation>0</Operation>
  613. <Extensions>.bpl</Extensions>
  614. </Platform>
  615. </DeployClass>
  616. <DeployClass Name="File">
  617. <Platform Name="Android">
  618. <Operation>0</Operation>
  619. </Platform>
  620. <Platform Name="Android64">
  621. <Operation>0</Operation>
  622. </Platform>
  623. <Platform Name="iOSDevice32">
  624. <Operation>0</Operation>
  625. </Platform>
  626. <Platform Name="iOSDevice64">
  627. <Operation>0</Operation>
  628. </Platform>
  629. <Platform Name="iOSSimulator">
  630. <Operation>0</Operation>
  631. </Platform>
  632. <Platform Name="OSX32">
  633. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  634. <Operation>0</Operation>
  635. </Platform>
  636. <Platform Name="OSX64">
  637. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  638. <Operation>0</Operation>
  639. </Platform>
  640. <Platform Name="Win32">
  641. <Operation>0</Operation>
  642. </Platform>
  643. </DeployClass>
  644. <DeployClass Name="iPad_Launch1024">
  645. <Platform Name="iOSDevice32">
  646. <Operation>1</Operation>
  647. </Platform>
  648. <Platform Name="iOSDevice64">
  649. <Operation>1</Operation>
  650. </Platform>
  651. <Platform Name="iOSSimulator">
  652. <Operation>1</Operation>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="iPad_Launch1024x768">
  656. <Platform Name="iOSDevice32">
  657. <Operation>1</Operation>
  658. </Platform>
  659. <Platform Name="iOSDevice64">
  660. <Operation>1</Operation>
  661. </Platform>
  662. <Platform Name="iOSSimulator">
  663. <Operation>1</Operation>
  664. </Platform>
  665. </DeployClass>
  666. <DeployClass Name="iPad_Launch1536">
  667. <Platform Name="iOSDevice32">
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="iOSDevice64">
  671. <Operation>1</Operation>
  672. </Platform>
  673. <Platform Name="iOSSimulator">
  674. <Operation>1</Operation>
  675. </Platform>
  676. </DeployClass>
  677. <DeployClass Name="iPad_Launch1536x2048">
  678. <Platform Name="iOSDevice32">
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="iOSDevice64">
  682. <Operation>1</Operation>
  683. </Platform>
  684. <Platform Name="iOSSimulator">
  685. <Operation>1</Operation>
  686. </Platform>
  687. </DeployClass>
  688. <DeployClass Name="iPad_Launch1668">
  689. <Platform Name="iOSDevice32">
  690. <Operation>1</Operation>
  691. </Platform>
  692. <Platform Name="iOSDevice64">
  693. <Operation>1</Operation>
  694. </Platform>
  695. <Platform Name="iOSSimulator">
  696. <Operation>1</Operation>
  697. </Platform>
  698. </DeployClass>
  699. <DeployClass Name="iPad_Launch1668x2388">
  700. <Platform Name="iOSDevice32">
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="iOSDevice64">
  704. <Operation>1</Operation>
  705. </Platform>
  706. <Platform Name="iOSSimulator">
  707. <Operation>1</Operation>
  708. </Platform>
  709. </DeployClass>
  710. <DeployClass Name="iPad_Launch2048">
  711. <Platform Name="iOSDevice32">
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="iOSDevice64">
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="iOSSimulator">
  718. <Operation>1</Operation>
  719. </Platform>
  720. </DeployClass>
  721. <DeployClass Name="iPad_Launch2048x1536">
  722. <Platform Name="iOSDevice32">
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="iOSDevice64">
  726. <Operation>1</Operation>
  727. </Platform>
  728. <Platform Name="iOSSimulator">
  729. <Operation>1</Operation>
  730. </Platform>
  731. </DeployClass>
  732. <DeployClass Name="iPad_Launch2048x2732">
  733. <Platform Name="iOSDevice32">
  734. <Operation>1</Operation>
  735. </Platform>
  736. <Platform Name="iOSDevice64">
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="iOSSimulator">
  740. <Operation>1</Operation>
  741. </Platform>
  742. </DeployClass>
  743. <DeployClass Name="iPad_Launch2224">
  744. <Platform Name="iOSDevice32">
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="iOSDevice64">
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="iOSSimulator">
  751. <Operation>1</Operation>
  752. </Platform>
  753. </DeployClass>
  754. <DeployClass Name="iPad_Launch2388x1668">
  755. <Platform Name="iOSDevice32">
  756. <Operation>1</Operation>
  757. </Platform>
  758. <Platform Name="iOSDevice64">
  759. <Operation>1</Operation>
  760. </Platform>
  761. <Platform Name="iOSSimulator">
  762. <Operation>1</Operation>
  763. </Platform>
  764. </DeployClass>
  765. <DeployClass Name="iPad_Launch2732x2048">
  766. <Platform Name="iOSDevice32">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="iOSDevice64">
  770. <Operation>1</Operation>
  771. </Platform>
  772. <Platform Name="iOSSimulator">
  773. <Operation>1</Operation>
  774. </Platform>
  775. </DeployClass>
  776. <DeployClass Name="iPad_Launch768">
  777. <Platform Name="iOSDevice32">
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSDevice64">
  781. <Operation>1</Operation>
  782. </Platform>
  783. <Platform Name="iOSSimulator">
  784. <Operation>1</Operation>
  785. </Platform>
  786. </DeployClass>
  787. <DeployClass Name="iPad_Launch768x1024">
  788. <Platform Name="iOSDevice32">
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="iOSDevice64">
  792. <Operation>1</Operation>
  793. </Platform>
  794. <Platform Name="iOSSimulator">
  795. <Operation>1</Operation>
  796. </Platform>
  797. </DeployClass>
  798. <DeployClass Name="iPhone_Launch1125">
  799. <Platform Name="iOSDevice32">
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSDevice64">
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="iOSSimulator">
  806. <Operation>1</Operation>
  807. </Platform>
  808. </DeployClass>
  809. <DeployClass Name="iPhone_Launch1136x640">
  810. <Platform Name="iOSDevice32">
  811. <Operation>1</Operation>
  812. </Platform>
  813. <Platform Name="iOSDevice64">
  814. <Operation>1</Operation>
  815. </Platform>
  816. <Platform Name="iOSSimulator">
  817. <Operation>1</Operation>
  818. </Platform>
  819. </DeployClass>
  820. <DeployClass Name="iPhone_Launch1242">
  821. <Platform Name="iOSDevice32">
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="iOSDevice64">
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="iOSSimulator">
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="iPhone_Launch1242x2688">
  832. <Platform Name="iOSDevice32">
  833. <Operation>1</Operation>
  834. </Platform>
  835. <Platform Name="iOSDevice64">
  836. <Operation>1</Operation>
  837. </Platform>
  838. <Platform Name="iOSSimulator">
  839. <Operation>1</Operation>
  840. </Platform>
  841. </DeployClass>
  842. <DeployClass Name="iPhone_Launch1334">
  843. <Platform Name="iOSDevice32">
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSDevice64">
  847. <Operation>1</Operation>
  848. </Platform>
  849. <Platform Name="iOSSimulator">
  850. <Operation>1</Operation>
  851. </Platform>
  852. </DeployClass>
  853. <DeployClass Name="iPhone_Launch1792">
  854. <Platform Name="iOSDevice32">
  855. <Operation>1</Operation>
  856. </Platform>
  857. <Platform Name="iOSDevice64">
  858. <Operation>1</Operation>
  859. </Platform>
  860. <Platform Name="iOSSimulator">
  861. <Operation>1</Operation>
  862. </Platform>
  863. </DeployClass>
  864. <DeployClass Name="iPhone_Launch2208">
  865. <Platform Name="iOSDevice32">
  866. <Operation>1</Operation>
  867. </Platform>
  868. <Platform Name="iOSDevice64">
  869. <Operation>1</Operation>
  870. </Platform>
  871. <Platform Name="iOSSimulator">
  872. <Operation>1</Operation>
  873. </Platform>
  874. </DeployClass>
  875. <DeployClass Name="iPhone_Launch2436">
  876. <Platform Name="iOSDevice32">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSDevice64">
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="iOSSimulator">
  883. <Operation>1</Operation>
  884. </Platform>
  885. </DeployClass>
  886. <DeployClass Name="iPhone_Launch2688x1242">
  887. <Platform Name="iOSDevice32">
  888. <Operation>1</Operation>
  889. </Platform>
  890. <Platform Name="iOSDevice64">
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="iOSSimulator">
  894. <Operation>1</Operation>
  895. </Platform>
  896. </DeployClass>
  897. <DeployClass Name="iPhone_Launch320">
  898. <Platform Name="iOSDevice32">
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="iOSDevice64">
  902. <Operation>1</Operation>
  903. </Platform>
  904. <Platform Name="iOSSimulator">
  905. <Operation>1</Operation>
  906. </Platform>
  907. </DeployClass>
  908. <DeployClass Name="iPhone_Launch640">
  909. <Platform Name="iOSDevice32">
  910. <Operation>1</Operation>
  911. </Platform>
  912. <Platform Name="iOSDevice64">
  913. <Operation>1</Operation>
  914. </Platform>
  915. <Platform Name="iOSSimulator">
  916. <Operation>1</Operation>
  917. </Platform>
  918. </DeployClass>
  919. <DeployClass Name="iPhone_Launch640x1136">
  920. <Platform Name="iOSDevice32">
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="iOSDevice64">
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSSimulator">
  927. <Operation>1</Operation>
  928. </Platform>
  929. </DeployClass>
  930. <DeployClass Name="iPhone_Launch750">
  931. <Platform Name="iOSDevice32">
  932. <Operation>1</Operation>
  933. </Platform>
  934. <Platform Name="iOSDevice64">
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="iOSSimulator">
  938. <Operation>1</Operation>
  939. </Platform>
  940. </DeployClass>
  941. <DeployClass Name="iPhone_Launch828">
  942. <Platform Name="iOSDevice32">
  943. <Operation>1</Operation>
  944. </Platform>
  945. <Platform Name="iOSDevice64">
  946. <Operation>1</Operation>
  947. </Platform>
  948. <Platform Name="iOSSimulator">
  949. <Operation>1</Operation>
  950. </Platform>
  951. </DeployClass>
  952. <DeployClass Name="ProjectAndroidManifest">
  953. <Platform Name="Android">
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="Android64">
  957. <Operation>1</Operation>
  958. </Platform>
  959. </DeployClass>
  960. <DeployClass Name="ProjectiOSDeviceDebug">
  961. <Platform Name="iOSDevice32">
  962. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  963. <Operation>1</Operation>
  964. </Platform>
  965. <Platform Name="iOSDevice64">
  966. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  967. <Operation>1</Operation>
  968. </Platform>
  969. </DeployClass>
  970. <DeployClass Name="ProjectiOSDeviceResourceRules">
  971. <Platform Name="iOSDevice32">
  972. <Operation>1</Operation>
  973. </Platform>
  974. <Platform Name="iOSDevice64">
  975. <Operation>1</Operation>
  976. </Platform>
  977. </DeployClass>
  978. <DeployClass Name="ProjectiOSEntitlements">
  979. <Platform Name="iOSDevice32">
  980. <RemoteDir>..\</RemoteDir>
  981. <Operation>1</Operation>
  982. </Platform>
  983. <Platform Name="iOSDevice64">
  984. <RemoteDir>..\</RemoteDir>
  985. <Operation>1</Operation>
  986. </Platform>
  987. </DeployClass>
  988. <DeployClass Name="ProjectiOSInfoPList">
  989. <Platform Name="iOSDevice32">
  990. <Operation>1</Operation>
  991. </Platform>
  992. <Platform Name="iOSDevice64">
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="iOSSimulator">
  996. <Operation>1</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="ProjectiOSResource">
  1000. <Platform Name="iOSDevice32">
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. <Platform Name="iOSDevice64">
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSSimulator">
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. </DeployClass>
  1010. <DeployClass Name="ProjectOSXDebug">
  1011. <Platform Name="OSX64">
  1012. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. </DeployClass>
  1016. <DeployClass Name="ProjectOSXEntitlements">
  1017. <Platform Name="OSX32">
  1018. <RemoteDir>..\</RemoteDir>
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. <Platform Name="OSX64">
  1022. <RemoteDir>..\</RemoteDir>
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. </DeployClass>
  1026. <DeployClass Name="ProjectOSXInfoPList">
  1027. <Platform Name="OSX32">
  1028. <RemoteDir>Contents</RemoteDir>
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. <Platform Name="OSX64">
  1032. <RemoteDir>Contents</RemoteDir>
  1033. <Operation>1</Operation>
  1034. </Platform>
  1035. </DeployClass>
  1036. <DeployClass Name="ProjectOSXResource">
  1037. <Platform Name="OSX32">
  1038. <RemoteDir>Contents\Resources</RemoteDir>
  1039. <Operation>1</Operation>
  1040. </Platform>
  1041. <Platform Name="OSX64">
  1042. <RemoteDir>Contents\Resources</RemoteDir>
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. </DeployClass>
  1046. <DeployClass Required="true" Name="ProjectOutput">
  1047. <Platform Name="Android">
  1048. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. <Platform Name="Android64">
  1052. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="iOSDevice32">
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. <Platform Name="iOSDevice64">
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. <Platform Name="iOSSimulator">
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="Linux64">
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="OSX32">
  1068. <RemoteDir>Contents\MacOS</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. <Platform Name="OSX64">
  1072. <RemoteDir>Contents\MacOS</RemoteDir>
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. <Platform Name="Win32">
  1076. <Operation>0</Operation>
  1077. </Platform>
  1078. </DeployClass>
  1079. <DeployClass Name="ProjectOutput_Android32">
  1080. <Platform Name="Android64">
  1081. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1082. <Operation>1</Operation>
  1083. </Platform>
  1084. </DeployClass>
  1085. <DeployClass Name="ProjectUWPManifest">
  1086. <Platform Name="Win32">
  1087. <Operation>1</Operation>
  1088. </Platform>
  1089. <Platform Name="Win64">
  1090. <Operation>1</Operation>
  1091. </Platform>
  1092. </DeployClass>
  1093. <DeployClass Name="UWP_DelphiLogo150">
  1094. <Platform Name="Win32">
  1095. <RemoteDir>Assets</RemoteDir>
  1096. <Operation>1</Operation>
  1097. </Platform>
  1098. <Platform Name="Win64">
  1099. <RemoteDir>Assets</RemoteDir>
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. </DeployClass>
  1103. <DeployClass Name="UWP_DelphiLogo44">
  1104. <Platform Name="Win32">
  1105. <RemoteDir>Assets</RemoteDir>
  1106. <Operation>1</Operation>
  1107. </Platform>
  1108. <Platform Name="Win64">
  1109. <RemoteDir>Assets</RemoteDir>
  1110. <Operation>1</Operation>
  1111. </Platform>
  1112. </DeployClass>
  1113. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1114. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1115. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1116. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1117. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1118. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1119. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1120. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1121. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1122. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1123. </Deployment>
  1124. <Platforms>
  1125. <Platform value="Android">False</Platform>
  1126. <Platform value="Android64">False</Platform>
  1127. <Platform value="iOSDevice32">False</Platform>
  1128. <Platform value="iOSDevice64">False</Platform>
  1129. <Platform value="iOSSimulator">False</Platform>
  1130. <Platform value="OSX32">True</Platform>
  1131. <Platform value="OSX64">True</Platform>
  1132. <Platform value="Win32">True</Platform>
  1133. <Platform value="Win64">False</Platform>
  1134. </Platforms>
  1135. </BorlandProject>
  1136. <ProjectFileVersion>12</ProjectFileVersion>
  1137. </ProjectExtensions>
  1138. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1139. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1140. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1141. </Project>