2
0

MemCacheTest.dproj 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{764CAF4F-133A-42F7-AE8D-93D32C5D60D9}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>MemCacheTest.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  10. <TargetedPlatforms>7</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)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''">
  22. <Base_iOSDevice32>true</Base_iOSDevice32>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  27. <Base_iOSDevice64>true</Base_iOSDevice64>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  32. <Base_iOSSimulator>true</Base_iOSSimulator>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
  37. <Base_OSX32>true</Base_OSX32>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  42. <Base_Win32>true</Base_Win32>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  47. <Base_Win64>true</Base_Win64>
  48. <CfgParent>Base</CfgParent>
  49. <Base>true</Base>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  52. <Cfg_1>true</Cfg_1>
  53. <CfgParent>Base</CfgParent>
  54. <Base>true</Base>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  57. <Cfg_1_Win32>true</Cfg_1_Win32>
  58. <CfgParent>Cfg_1</CfgParent>
  59. <Cfg_1>true</Cfg_1>
  60. <Base>true</Base>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  63. <Cfg_2>true</Cfg_2>
  64. <CfgParent>Base</CfgParent>
  65. <Base>true</Base>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Base)'!=''">
  68. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  69. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  70. <DCC_E>false</DCC_E>
  71. <DCC_N>false</DCC_N>
  72. <DCC_S>false</DCC_S>
  73. <DCC_F>false</DCC_F>
  74. <DCC_K>false</DCC_K>
  75. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  76. <SanitizedProjectName>MemCacheTest</SanitizedProjectName>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Android)'!=''">
  79. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;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;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;$(DCC_UsePackage)</DCC_UsePackage>
  80. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  81. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  82. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  83. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  84. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  85. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  86. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  87. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  88. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  89. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  90. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  91. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  92. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  93. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  94. <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars>
  95. <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>
  96. <BT_BuildType>Debug</BT_BuildType>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  99. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;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;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  102. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;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;TMSFMXPackPkgDXE12;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  105. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;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;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  108. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;FireDACMSSQLDriver;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;FireDACIBDriver;fmx;fmxdae;RadiantShapesFmx;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;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  109. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  110. <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>
  111. <BT_BuildType>Debug</BT_BuildType>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  114. <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;RadiantShapesFmx;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;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;JvControls;JvPrintPreview;Analog_XE7;JclContainers;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  115. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  116. <BT_BuildType>Debug</BT_BuildType>
  117. <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>
  118. <VerInfo_Locale>1033</VerInfo_Locale>
  119. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  120. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  121. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  124. <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;RadiantShapesFmx;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;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  125. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  126. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  127. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  128. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  129. <BT_BuildType>Debug</BT_BuildType>
  130. <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>
  131. <VerInfo_Locale>1033</VerInfo_Locale>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  134. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  135. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  136. <DCC_Optimize>false</DCC_Optimize>
  137. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  138. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  139. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  142. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  145. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  146. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  147. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  148. <DCC_DebugInformation>0</DCC_DebugInformation>
  149. </PropertyGroup>
  150. <ItemGroup>
  151. <DelphiCompile Include="$(MainSource)">
  152. <MainSource>MainSource</MainSource>
  153. </DelphiCompile>
  154. <BuildConfiguration Include="Release">
  155. <Key>Cfg_2</Key>
  156. <CfgParent>Base</CfgParent>
  157. </BuildConfiguration>
  158. <BuildConfiguration Include="Base">
  159. <Key>Base</Key>
  160. </BuildConfiguration>
  161. <BuildConfiguration Include="Debug">
  162. <Key>Cfg_1</Key>
  163. <CfgParent>Base</CfgParent>
  164. </BuildConfiguration>
  165. </ItemGroup>
  166. <ProjectExtensions>
  167. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  168. <Borland.ProjectType>Application</Borland.ProjectType>
  169. <BorlandProject>
  170. <Delphi.Personality>
  171. <Source>
  172. <Source Name="MainSource">MemCacheTest.dpr</Source>
  173. </Source>
  174. </Delphi.Personality>
  175. <Deployment Version="3">
  176. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  177. <Platform Name="OSX32">
  178. <Overwrite>true</Overwrite>
  179. </Platform>
  180. </DeployFile>
  181. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  182. <Platform Name="iOSSimulator">
  183. <Overwrite>true</Overwrite>
  184. </Platform>
  185. </DeployFile>
  186. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  187. <Platform Name="iOSSimulator">
  188. <Overwrite>true</Overwrite>
  189. </Platform>
  190. </DeployFile>
  191. <DeployFile LocalName="Win64\Debug\MemCacheTest.exe" Configuration="Debug" Class="ProjectOutput">
  192. <Platform Name="Win64">
  193. <RemoteName>MemCacheTest.exe</RemoteName>
  194. <Overwrite>true</Overwrite>
  195. </Platform>
  196. </DeployFile>
  197. <DeployFile LocalName="Win32\Debug\MemCacheTest.exe" Configuration="Debug" Class="ProjectOutput">
  198. <Platform Name="Win32">
  199. <RemoteName>MemCacheTest.exe</RemoteName>
  200. <Overwrite>true</Overwrite>
  201. </Platform>
  202. </DeployFile>
  203. <DeployClass Name="AdditionalDebugSymbols">
  204. <Platform Name="iOSSimulator">
  205. <Operation>1</Operation>
  206. </Platform>
  207. <Platform Name="OSX32">
  208. <RemoteDir>Contents\MacOS</RemoteDir>
  209. <Operation>1</Operation>
  210. </Platform>
  211. <Platform Name="Win32">
  212. <Operation>0</Operation>
  213. </Platform>
  214. </DeployClass>
  215. <DeployClass Name="AndroidClassesDexFile">
  216. <Platform Name="Android">
  217. <RemoteDir>classes</RemoteDir>
  218. <Operation>1</Operation>
  219. </Platform>
  220. </DeployClass>
  221. <DeployClass Name="AndroidFileProvider">
  222. <Platform Name="Android">
  223. <RemoteDir>res\xml</RemoteDir>
  224. <Operation>1</Operation>
  225. </Platform>
  226. </DeployClass>
  227. <DeployClass Name="AndroidGDBServer">
  228. <Platform Name="Android">
  229. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  230. <Operation>1</Operation>
  231. </Platform>
  232. </DeployClass>
  233. <DeployClass Name="AndroidLibnativeArmeabiFile">
  234. <Platform Name="Android">
  235. <RemoteDir>library\lib\armeabi</RemoteDir>
  236. <Operation>1</Operation>
  237. </Platform>
  238. </DeployClass>
  239. <DeployClass Name="AndroidLibnativeMipsFile">
  240. <Platform Name="Android">
  241. <RemoteDir>library\lib\mips</RemoteDir>
  242. <Operation>1</Operation>
  243. </Platform>
  244. </DeployClass>
  245. <DeployClass Name="AndroidServiceOutput">
  246. <Platform Name="Android">
  247. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  248. <Operation>1</Operation>
  249. </Platform>
  250. </DeployClass>
  251. <DeployClass Name="AndroidSplashImageDef">
  252. <Platform Name="Android">
  253. <RemoteDir>res\drawable</RemoteDir>
  254. <Operation>1</Operation>
  255. </Platform>
  256. </DeployClass>
  257. <DeployClass Name="AndroidSplashStyles">
  258. <Platform Name="Android">
  259. <RemoteDir>res\values</RemoteDir>
  260. <Operation>1</Operation>
  261. </Platform>
  262. </DeployClass>
  263. <DeployClass Name="AndroidSplashStylesV21">
  264. <Platform Name="Android">
  265. <RemoteDir>res\values-v21</RemoteDir>
  266. <Operation>1</Operation>
  267. </Platform>
  268. </DeployClass>
  269. <DeployClass Name="Android_Colors">
  270. <Platform Name="Android">
  271. <RemoteDir>res\values</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="Android_DefaultAppIcon">
  276. <Platform Name="Android">
  277. <RemoteDir>res\drawable</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="Android_LauncherIcon144">
  282. <Platform Name="Android">
  283. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. </DeployClass>
  287. <DeployClass Name="Android_LauncherIcon36">
  288. <Platform Name="Android">
  289. <RemoteDir>res\drawable-ldpi</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. </DeployClass>
  293. <DeployClass Name="Android_LauncherIcon48">
  294. <Platform Name="Android">
  295. <RemoteDir>res\drawable-mdpi</RemoteDir>
  296. <Operation>1</Operation>
  297. </Platform>
  298. </DeployClass>
  299. <DeployClass Name="Android_LauncherIcon72">
  300. <Platform Name="Android">
  301. <RemoteDir>res\drawable-hdpi</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. </DeployClass>
  305. <DeployClass Name="Android_LauncherIcon96">
  306. <Platform Name="Android">
  307. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. </DeployClass>
  311. <DeployClass Name="Android_NotificationIcon24">
  312. <Platform Name="Android">
  313. <RemoteDir>res\drawable-mdpi</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="Android_NotificationIcon36">
  318. <Platform Name="Android">
  319. <RemoteDir>res\drawable-hdpi</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. </DeployClass>
  323. <DeployClass Name="Android_NotificationIcon48">
  324. <Platform Name="Android">
  325. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="Android_NotificationIcon72">
  330. <Platform Name="Android">
  331. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. </DeployClass>
  335. <DeployClass Name="Android_NotificationIcon96">
  336. <Platform Name="Android">
  337. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  338. <Operation>1</Operation>
  339. </Platform>
  340. </DeployClass>
  341. <DeployClass Name="Android_SplashImage426">
  342. <Platform Name="Android">
  343. <RemoteDir>res\drawable-small</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="Android_SplashImage470">
  348. <Platform Name="Android">
  349. <RemoteDir>res\drawable-normal</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="Android_SplashImage640">
  354. <Platform Name="Android">
  355. <RemoteDir>res\drawable-large</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. </DeployClass>
  359. <DeployClass Name="Android_SplashImage960">
  360. <Platform Name="Android">
  361. <RemoteDir>res\drawable-xlarge</RemoteDir>
  362. <Operation>1</Operation>
  363. </Platform>
  364. </DeployClass>
  365. <DeployClass Name="Android_Strings">
  366. <Platform Name="Android">
  367. <RemoteDir>res\values</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. </DeployClass>
  371. <DeployClass Name="DebugSymbols">
  372. <Platform Name="iOSSimulator">
  373. <Operation>1</Operation>
  374. </Platform>
  375. <Platform Name="OSX32">
  376. <RemoteDir>Contents\MacOS</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. <Platform Name="Win32">
  380. <Operation>0</Operation>
  381. </Platform>
  382. </DeployClass>
  383. <DeployClass Name="DependencyFramework">
  384. <Platform Name="OSX32">
  385. <RemoteDir>Contents\MacOS</RemoteDir>
  386. <Operation>1</Operation>
  387. <Extensions>.framework</Extensions>
  388. </Platform>
  389. <Platform Name="OSX64">
  390. <RemoteDir>Contents\MacOS</RemoteDir>
  391. <Operation>1</Operation>
  392. <Extensions>.framework</Extensions>
  393. </Platform>
  394. <Platform Name="Win32">
  395. <Operation>0</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="DependencyModule">
  399. <Platform Name="iOSDevice32">
  400. <Operation>1</Operation>
  401. <Extensions>.dylib</Extensions>
  402. </Platform>
  403. <Platform Name="iOSDevice64">
  404. <Operation>1</Operation>
  405. <Extensions>.dylib</Extensions>
  406. </Platform>
  407. <Platform Name="iOSSimulator">
  408. <Operation>1</Operation>
  409. <Extensions>.dylib</Extensions>
  410. </Platform>
  411. <Platform Name="OSX32">
  412. <RemoteDir>Contents\MacOS</RemoteDir>
  413. <Operation>1</Operation>
  414. <Extensions>.dylib</Extensions>
  415. </Platform>
  416. <Platform Name="OSX64">
  417. <RemoteDir>Contents\MacOS</RemoteDir>
  418. <Operation>1</Operation>
  419. <Extensions>.dylib</Extensions>
  420. </Platform>
  421. <Platform Name="Win32">
  422. <Operation>0</Operation>
  423. <Extensions>.dll;.bpl</Extensions>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Required="true" Name="DependencyPackage">
  427. <Platform Name="iOSDevice32">
  428. <Operation>1</Operation>
  429. <Extensions>.dylib</Extensions>
  430. </Platform>
  431. <Platform Name="iOSDevice64">
  432. <Operation>1</Operation>
  433. <Extensions>.dylib</Extensions>
  434. </Platform>
  435. <Platform Name="iOSSimulator">
  436. <Operation>1</Operation>
  437. <Extensions>.dylib</Extensions>
  438. </Platform>
  439. <Platform Name="OSX32">
  440. <RemoteDir>Contents\MacOS</RemoteDir>
  441. <Operation>1</Operation>
  442. <Extensions>.dylib</Extensions>
  443. </Platform>
  444. <Platform Name="OSX64">
  445. <RemoteDir>Contents\MacOS</RemoteDir>
  446. <Operation>1</Operation>
  447. <Extensions>.dylib</Extensions>
  448. </Platform>
  449. <Platform Name="Win32">
  450. <Operation>0</Operation>
  451. <Extensions>.bpl</Extensions>
  452. </Platform>
  453. </DeployClass>
  454. <DeployClass Name="File">
  455. <Platform Name="Android">
  456. <Operation>0</Operation>
  457. </Platform>
  458. <Platform Name="iOSDevice32">
  459. <Operation>0</Operation>
  460. </Platform>
  461. <Platform Name="iOSDevice64">
  462. <Operation>0</Operation>
  463. </Platform>
  464. <Platform Name="iOSSimulator">
  465. <Operation>0</Operation>
  466. </Platform>
  467. <Platform Name="OSX32">
  468. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  469. <Operation>0</Operation>
  470. </Platform>
  471. <Platform Name="OSX64">
  472. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  473. <Operation>0</Operation>
  474. </Platform>
  475. <Platform Name="Win32">
  476. <Operation>0</Operation>
  477. </Platform>
  478. </DeployClass>
  479. <DeployClass Name="iPad_Launch1024x768">
  480. <Platform Name="iOSDevice32">
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="iOSDevice64">
  484. <Operation>1</Operation>
  485. </Platform>
  486. <Platform Name="iOSSimulator">
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="iPad_Launch1536x2048">
  491. <Platform Name="iOSDevice32">
  492. <Operation>1</Operation>
  493. </Platform>
  494. <Platform Name="iOSDevice64">
  495. <Operation>1</Operation>
  496. </Platform>
  497. <Platform Name="iOSSimulator">
  498. <Operation>1</Operation>
  499. </Platform>
  500. </DeployClass>
  501. <DeployClass Name="iPad_Launch1668">
  502. <Platform Name="iOSDevice32">
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="iOSDevice64">
  506. <Operation>1</Operation>
  507. </Platform>
  508. <Platform Name="iOSSimulator">
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="iPad_Launch1668x2388">
  513. <Platform Name="iOSDevice32">
  514. <Operation>1</Operation>
  515. </Platform>
  516. <Platform Name="iOSDevice64">
  517. <Operation>1</Operation>
  518. </Platform>
  519. <Platform Name="iOSSimulator">
  520. <Operation>1</Operation>
  521. </Platform>
  522. </DeployClass>
  523. <DeployClass Name="iPad_Launch2048x1536">
  524. <Platform Name="iOSDevice32">
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="iOSDevice64">
  528. <Operation>1</Operation>
  529. </Platform>
  530. <Platform Name="iOSSimulator">
  531. <Operation>1</Operation>
  532. </Platform>
  533. </DeployClass>
  534. <DeployClass Name="iPad_Launch2048x2732">
  535. <Platform Name="iOSDevice32">
  536. <Operation>1</Operation>
  537. </Platform>
  538. <Platform Name="iOSDevice64">
  539. <Operation>1</Operation>
  540. </Platform>
  541. <Platform Name="iOSSimulator">
  542. <Operation>1</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="iPad_Launch2224">
  546. <Platform Name="iOSDevice32">
  547. <Operation>1</Operation>
  548. </Platform>
  549. <Platform Name="iOSDevice64">
  550. <Operation>1</Operation>
  551. </Platform>
  552. <Platform Name="iOSSimulator">
  553. <Operation>1</Operation>
  554. </Platform>
  555. </DeployClass>
  556. <DeployClass Name="iPad_Launch2388x1668">
  557. <Platform Name="iOSDevice32">
  558. <Operation>1</Operation>
  559. </Platform>
  560. <Platform Name="iOSDevice64">
  561. <Operation>1</Operation>
  562. </Platform>
  563. <Platform Name="iOSSimulator">
  564. <Operation>1</Operation>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="iPad_Launch2732x2048">
  568. <Platform Name="iOSDevice32">
  569. <Operation>1</Operation>
  570. </Platform>
  571. <Platform Name="iOSDevice64">
  572. <Operation>1</Operation>
  573. </Platform>
  574. <Platform Name="iOSSimulator">
  575. <Operation>1</Operation>
  576. </Platform>
  577. </DeployClass>
  578. <DeployClass Name="iPad_Launch768x1024">
  579. <Platform Name="iOSDevice32">
  580. <Operation>1</Operation>
  581. </Platform>
  582. <Platform Name="iOSDevice64">
  583. <Operation>1</Operation>
  584. </Platform>
  585. <Platform Name="iOSSimulator">
  586. <Operation>1</Operation>
  587. </Platform>
  588. </DeployClass>
  589. <DeployClass Name="iPhone_Launch1125">
  590. <Platform Name="iOSDevice32">
  591. <Operation>1</Operation>
  592. </Platform>
  593. <Platform Name="iOSDevice64">
  594. <Operation>1</Operation>
  595. </Platform>
  596. <Platform Name="iOSSimulator">
  597. <Operation>1</Operation>
  598. </Platform>
  599. </DeployClass>
  600. <DeployClass Name="iPhone_Launch1136x640">
  601. <Platform Name="iOSDevice32">
  602. <Operation>1</Operation>
  603. </Platform>
  604. <Platform Name="iOSDevice64">
  605. <Operation>1</Operation>
  606. </Platform>
  607. <Platform Name="iOSSimulator">
  608. <Operation>1</Operation>
  609. </Platform>
  610. </DeployClass>
  611. <DeployClass Name="iPhone_Launch1242">
  612. <Platform Name="iOSDevice32">
  613. <Operation>1</Operation>
  614. </Platform>
  615. <Platform Name="iOSDevice64">
  616. <Operation>1</Operation>
  617. </Platform>
  618. <Platform Name="iOSSimulator">
  619. <Operation>1</Operation>
  620. </Platform>
  621. </DeployClass>
  622. <DeployClass Name="iPhone_Launch1242x2688">
  623. <Platform Name="iOSDevice32">
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="iOSDevice64">
  627. <Operation>1</Operation>
  628. </Platform>
  629. <Platform Name="iOSSimulator">
  630. <Operation>1</Operation>
  631. </Platform>
  632. </DeployClass>
  633. <DeployClass Name="iPhone_Launch1334">
  634. <Platform Name="iOSDevice32">
  635. <Operation>1</Operation>
  636. </Platform>
  637. <Platform Name="iOSDevice64">
  638. <Operation>1</Operation>
  639. </Platform>
  640. <Platform Name="iOSSimulator">
  641. <Operation>1</Operation>
  642. </Platform>
  643. </DeployClass>
  644. <DeployClass Name="iPhone_Launch1792">
  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="iPhone_Launch2208">
  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="iPhone_Launch2436">
  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="iPhone_Launch2688x1242">
  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="iPhone_Launch320">
  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="iPhone_Launch640">
  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="iPhone_Launch640x1136">
  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="iPhone_Launch750">
  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="iPhone_Launch828">
  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="ProjectAndroidManifest">
  744. <Platform Name="Android">
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="ProjectiOSDeviceDebug">
  749. <Platform Name="iOSDevice32">
  750. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSDevice64">
  754. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. </DeployClass>
  758. <DeployClass Name="ProjectiOSDeviceResourceRules">
  759. <Platform Name="iOSDevice32">
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="iOSDevice64">
  763. <Operation>1</Operation>
  764. </Platform>
  765. </DeployClass>
  766. <DeployClass Name="ProjectiOSEntitlements">
  767. <Platform Name="iOSDevice32">
  768. <RemoteDir>..\</RemoteDir>
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="iOSDevice64">
  772. <RemoteDir>..\</RemoteDir>
  773. <Operation>1</Operation>
  774. </Platform>
  775. </DeployClass>
  776. <DeployClass Name="ProjectiOSInfoPList">
  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="ProjectiOSResource">
  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="ProjectOSXDebug">
  799. <Platform Name="OSX64">
  800. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  801. <Operation>1</Operation>
  802. </Platform>
  803. </DeployClass>
  804. <DeployClass Name="ProjectOSXEntitlements">
  805. <Platform Name="OSX32">
  806. <RemoteDir>..\</RemoteDir>
  807. <Operation>1</Operation>
  808. </Platform>
  809. <Platform Name="OSX64">
  810. <RemoteDir>..\</RemoteDir>
  811. <Operation>1</Operation>
  812. </Platform>
  813. </DeployClass>
  814. <DeployClass Name="ProjectOSXInfoPList">
  815. <Platform Name="OSX32">
  816. <RemoteDir>Contents</RemoteDir>
  817. <Operation>1</Operation>
  818. </Platform>
  819. <Platform Name="OSX64">
  820. <RemoteDir>Contents</RemoteDir>
  821. <Operation>1</Operation>
  822. </Platform>
  823. </DeployClass>
  824. <DeployClass Name="ProjectOSXResource">
  825. <Platform Name="OSX32">
  826. <RemoteDir>Contents\Resources</RemoteDir>
  827. <Operation>1</Operation>
  828. </Platform>
  829. <Platform Name="OSX64">
  830. <RemoteDir>Contents\Resources</RemoteDir>
  831. <Operation>1</Operation>
  832. </Platform>
  833. </DeployClass>
  834. <DeployClass Required="true" Name="ProjectOutput">
  835. <Platform Name="Android">
  836. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  837. <Operation>1</Operation>
  838. </Platform>
  839. <Platform Name="iOSDevice32">
  840. <Operation>1</Operation>
  841. </Platform>
  842. <Platform Name="iOSDevice64">
  843. <Operation>1</Operation>
  844. </Platform>
  845. <Platform Name="iOSSimulator">
  846. <Operation>1</Operation>
  847. </Platform>
  848. <Platform Name="Linux64">
  849. <Operation>1</Operation>
  850. </Platform>
  851. <Platform Name="OSX32">
  852. <RemoteDir>Contents\MacOS</RemoteDir>
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="OSX64">
  856. <RemoteDir>Contents\MacOS</RemoteDir>
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="Win32">
  860. <Operation>0</Operation>
  861. </Platform>
  862. </DeployClass>
  863. <DeployClass Name="ProjectUWPManifest">
  864. <Platform Name="Win32">
  865. <Operation>1</Operation>
  866. </Platform>
  867. <Platform Name="Win64">
  868. <Operation>1</Operation>
  869. </Platform>
  870. </DeployClass>
  871. <DeployClass Name="UWP_DelphiLogo150">
  872. <Platform Name="Win32">
  873. <RemoteDir>Assets</RemoteDir>
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="Win64">
  877. <RemoteDir>Assets</RemoteDir>
  878. <Operation>1</Operation>
  879. </Platform>
  880. </DeployClass>
  881. <DeployClass Name="UWP_DelphiLogo44">
  882. <Platform Name="Win32">
  883. <RemoteDir>Assets</RemoteDir>
  884. <Operation>1</Operation>
  885. </Platform>
  886. <Platform Name="Win64">
  887. <RemoteDir>Assets</RemoteDir>
  888. <Operation>1</Operation>
  889. </Platform>
  890. </DeployClass>
  891. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  892. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  893. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  894. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  895. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  896. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  897. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  898. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  899. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  900. </Deployment>
  901. <Platforms>
  902. <Platform value="Android">False</Platform>
  903. <Platform value="iOSDevice32">False</Platform>
  904. <Platform value="iOSDevice64">False</Platform>
  905. <Platform value="iOSSimulator">False</Platform>
  906. <Platform value="OSX32">True</Platform>
  907. <Platform value="Win32">True</Platform>
  908. <Platform value="Win64">True</Platform>
  909. </Platforms>
  910. </BorlandProject>
  911. <ProjectFileVersion>12</ProjectFileVersion>
  912. </ProjectExtensions>
  913. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  914. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  915. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  916. </Project>