CompressionTest.dproj 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{9BB4DFEF-AC50-4DA0-A68E-098ACBA41764}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>CompressionTest.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>3</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>CompressionTest</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. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  97. <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>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  100. <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>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  103. <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>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  106. <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>
  107. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  110. <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>
  111. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  112. <BT_BuildType>Debug</BT_BuildType>
  113. <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>
  114. <VerInfo_Locale>1033</VerInfo_Locale>
  115. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  116. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  117. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  120. <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>
  121. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  122. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  123. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  124. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  125. <BT_BuildType>Debug</BT_BuildType>
  126. <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>
  127. <VerInfo_Locale>1033</VerInfo_Locale>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  130. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  131. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  132. <DCC_Optimize>false</DCC_Optimize>
  133. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  134. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  135. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  138. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  141. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  142. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  143. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  144. <DCC_DebugInformation>0</DCC_DebugInformation>
  145. </PropertyGroup>
  146. <ItemGroup>
  147. <DelphiCompile Include="$(MainSource)">
  148. <MainSource>MainSource</MainSource>
  149. </DelphiCompile>
  150. <BuildConfiguration Include="Release">
  151. <Key>Cfg_2</Key>
  152. <CfgParent>Base</CfgParent>
  153. </BuildConfiguration>
  154. <BuildConfiguration Include="Base">
  155. <Key>Base</Key>
  156. </BuildConfiguration>
  157. <BuildConfiguration Include="Debug">
  158. <Key>Cfg_1</Key>
  159. <CfgParent>Base</CfgParent>
  160. </BuildConfiguration>
  161. </ItemGroup>
  162. <ProjectExtensions>
  163. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  164. <Borland.ProjectType>Application</Borland.ProjectType>
  165. <BorlandProject>
  166. <Delphi.Personality>
  167. <Source>
  168. <Source Name="MainSource">CompressionTest.dpr</Source>
  169. </Source>
  170. </Delphi.Personality>
  171. <Deployment Version="3">
  172. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  173. <Platform Name="OSX32">
  174. <Overwrite>true</Overwrite>
  175. </Platform>
  176. </DeployFile>
  177. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  178. <Platform Name="iOSSimulator">
  179. <Overwrite>true</Overwrite>
  180. </Platform>
  181. </DeployFile>
  182. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  183. <Platform Name="iOSSimulator">
  184. <Overwrite>true</Overwrite>
  185. </Platform>
  186. </DeployFile>
  187. <DeployFile LocalName="Win32\Debug\CompressionTest.exe" Configuration="Debug" Class="ProjectOutput">
  188. <Platform Name="Win32">
  189. <RemoteName>CompressionTest.exe</RemoteName>
  190. <Overwrite>true</Overwrite>
  191. </Platform>
  192. </DeployFile>
  193. <DeployClass Name="AdditionalDebugSymbols">
  194. <Platform Name="iOSSimulator">
  195. <Operation>1</Operation>
  196. </Platform>
  197. <Platform Name="OSX32">
  198. <RemoteDir>Contents\MacOS</RemoteDir>
  199. <Operation>1</Operation>
  200. </Platform>
  201. <Platform Name="Win32">
  202. <Operation>0</Operation>
  203. </Platform>
  204. </DeployClass>
  205. <DeployClass Name="AndroidClassesDexFile">
  206. <Platform Name="Android">
  207. <RemoteDir>classes</RemoteDir>
  208. <Operation>1</Operation>
  209. </Platform>
  210. </DeployClass>
  211. <DeployClass Name="AndroidFileProvider">
  212. <Platform Name="Android">
  213. <RemoteDir>res\xml</RemoteDir>
  214. <Operation>1</Operation>
  215. </Platform>
  216. </DeployClass>
  217. <DeployClass Name="AndroidGDBServer">
  218. <Platform Name="Android">
  219. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  220. <Operation>1</Operation>
  221. </Platform>
  222. </DeployClass>
  223. <DeployClass Name="AndroidLibnativeArmeabiFile">
  224. <Platform Name="Android">
  225. <RemoteDir>library\lib\armeabi</RemoteDir>
  226. <Operation>1</Operation>
  227. </Platform>
  228. </DeployClass>
  229. <DeployClass Name="AndroidLibnativeMipsFile">
  230. <Platform Name="Android">
  231. <RemoteDir>library\lib\mips</RemoteDir>
  232. <Operation>1</Operation>
  233. </Platform>
  234. </DeployClass>
  235. <DeployClass Name="AndroidServiceOutput">
  236. <Platform Name="Android">
  237. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  238. <Operation>1</Operation>
  239. </Platform>
  240. </DeployClass>
  241. <DeployClass Name="AndroidSplashImageDef">
  242. <Platform Name="Android">
  243. <RemoteDir>res\drawable</RemoteDir>
  244. <Operation>1</Operation>
  245. </Platform>
  246. </DeployClass>
  247. <DeployClass Name="AndroidSplashStyles">
  248. <Platform Name="Android">
  249. <RemoteDir>res\values</RemoteDir>
  250. <Operation>1</Operation>
  251. </Platform>
  252. </DeployClass>
  253. <DeployClass Name="AndroidSplashStylesV21">
  254. <Platform Name="Android">
  255. <RemoteDir>res\values-v21</RemoteDir>
  256. <Operation>1</Operation>
  257. </Platform>
  258. </DeployClass>
  259. <DeployClass Name="Android_Colors">
  260. <Platform Name="Android">
  261. <RemoteDir>res\values</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="Android_DefaultAppIcon">
  266. <Platform Name="Android">
  267. <RemoteDir>res\drawable</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Name="Android_LauncherIcon144">
  272. <Platform Name="Android">
  273. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  274. <Operation>1</Operation>
  275. </Platform>
  276. </DeployClass>
  277. <DeployClass Name="Android_LauncherIcon36">
  278. <Platform Name="Android">
  279. <RemoteDir>res\drawable-ldpi</RemoteDir>
  280. <Operation>1</Operation>
  281. </Platform>
  282. </DeployClass>
  283. <DeployClass Name="Android_LauncherIcon48">
  284. <Platform Name="Android">
  285. <RemoteDir>res\drawable-mdpi</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="Android_LauncherIcon72">
  290. <Platform Name="Android">
  291. <RemoteDir>res\drawable-hdpi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="Android_LauncherIcon96">
  296. <Platform Name="Android">
  297. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="Android_NotificationIcon24">
  302. <Platform Name="Android">
  303. <RemoteDir>res\drawable-mdpi</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="Android_NotificationIcon36">
  308. <Platform Name="Android">
  309. <RemoteDir>res\drawable-hdpi</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="Android_NotificationIcon48">
  314. <Platform Name="Android">
  315. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_NotificationIcon72">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="Android_NotificationIcon96">
  326. <Platform Name="Android">
  327. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="Android_SplashImage426">
  332. <Platform Name="Android">
  333. <RemoteDir>res\drawable-small</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="Android_SplashImage470">
  338. <Platform Name="Android">
  339. <RemoteDir>res\drawable-normal</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="Android_SplashImage640">
  344. <Platform Name="Android">
  345. <RemoteDir>res\drawable-large</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="Android_SplashImage960">
  350. <Platform Name="Android">
  351. <RemoteDir>res\drawable-xlarge</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="Android_Strings">
  356. <Platform Name="Android">
  357. <RemoteDir>res\values</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="DebugSymbols">
  362. <Platform Name="iOSSimulator">
  363. <Operation>1</Operation>
  364. </Platform>
  365. <Platform Name="OSX32">
  366. <RemoteDir>Contents\MacOS</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. <Platform Name="Win32">
  370. <Operation>0</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="DependencyFramework">
  374. <Platform Name="OSX32">
  375. <RemoteDir>Contents\MacOS</RemoteDir>
  376. <Operation>1</Operation>
  377. <Extensions>.framework</Extensions>
  378. </Platform>
  379. <Platform Name="OSX64">
  380. <RemoteDir>Contents\MacOS</RemoteDir>
  381. <Operation>1</Operation>
  382. <Extensions>.framework</Extensions>
  383. </Platform>
  384. <Platform Name="Win32">
  385. <Operation>0</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="DependencyModule">
  389. <Platform Name="iOSDevice32">
  390. <Operation>1</Operation>
  391. <Extensions>.dylib</Extensions>
  392. </Platform>
  393. <Platform Name="iOSDevice64">
  394. <Operation>1</Operation>
  395. <Extensions>.dylib</Extensions>
  396. </Platform>
  397. <Platform Name="iOSSimulator">
  398. <Operation>1</Operation>
  399. <Extensions>.dylib</Extensions>
  400. </Platform>
  401. <Platform Name="OSX32">
  402. <RemoteDir>Contents\MacOS</RemoteDir>
  403. <Operation>1</Operation>
  404. <Extensions>.dylib</Extensions>
  405. </Platform>
  406. <Platform Name="OSX64">
  407. <RemoteDir>Contents\MacOS</RemoteDir>
  408. <Operation>1</Operation>
  409. <Extensions>.dylib</Extensions>
  410. </Platform>
  411. <Platform Name="Win32">
  412. <Operation>0</Operation>
  413. <Extensions>.dll;.bpl</Extensions>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Required="true" Name="DependencyPackage">
  417. <Platform Name="iOSDevice32">
  418. <Operation>1</Operation>
  419. <Extensions>.dylib</Extensions>
  420. </Platform>
  421. <Platform Name="iOSDevice64">
  422. <Operation>1</Operation>
  423. <Extensions>.dylib</Extensions>
  424. </Platform>
  425. <Platform Name="iOSSimulator">
  426. <Operation>1</Operation>
  427. <Extensions>.dylib</Extensions>
  428. </Platform>
  429. <Platform Name="OSX32">
  430. <RemoteDir>Contents\MacOS</RemoteDir>
  431. <Operation>1</Operation>
  432. <Extensions>.dylib</Extensions>
  433. </Platform>
  434. <Platform Name="OSX64">
  435. <RemoteDir>Contents\MacOS</RemoteDir>
  436. <Operation>1</Operation>
  437. <Extensions>.dylib</Extensions>
  438. </Platform>
  439. <Platform Name="Win32">
  440. <Operation>0</Operation>
  441. <Extensions>.bpl</Extensions>
  442. </Platform>
  443. </DeployClass>
  444. <DeployClass Name="File">
  445. <Platform Name="Android">
  446. <Operation>0</Operation>
  447. </Platform>
  448. <Platform Name="iOSDevice32">
  449. <Operation>0</Operation>
  450. </Platform>
  451. <Platform Name="iOSDevice64">
  452. <Operation>0</Operation>
  453. </Platform>
  454. <Platform Name="iOSSimulator">
  455. <Operation>0</Operation>
  456. </Platform>
  457. <Platform Name="OSX32">
  458. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  459. <Operation>0</Operation>
  460. </Platform>
  461. <Platform Name="OSX64">
  462. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  463. <Operation>0</Operation>
  464. </Platform>
  465. <Platform Name="Win32">
  466. <Operation>0</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="iPad_Launch1024x768">
  470. <Platform Name="iOSDevice32">
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="iOSDevice64">
  474. <Operation>1</Operation>
  475. </Platform>
  476. <Platform Name="iOSSimulator">
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="iPad_Launch1536x2048">
  481. <Platform Name="iOSDevice32">
  482. <Operation>1</Operation>
  483. </Platform>
  484. <Platform Name="iOSDevice64">
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="iOSSimulator">
  488. <Operation>1</Operation>
  489. </Platform>
  490. </DeployClass>
  491. <DeployClass Name="iPad_Launch1668">
  492. <Platform Name="iOSDevice32">
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="iOSDevice64">
  496. <Operation>1</Operation>
  497. </Platform>
  498. <Platform Name="iOSSimulator">
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="iPad_Launch1668x2388">
  503. <Platform Name="iOSDevice32">
  504. <Operation>1</Operation>
  505. </Platform>
  506. <Platform Name="iOSDevice64">
  507. <Operation>1</Operation>
  508. </Platform>
  509. <Platform Name="iOSSimulator">
  510. <Operation>1</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="iPad_Launch2048x1536">
  514. <Platform Name="iOSDevice32">
  515. <Operation>1</Operation>
  516. </Platform>
  517. <Platform Name="iOSDevice64">
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="iOSSimulator">
  521. <Operation>1</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="iPad_Launch2048x2732">
  525. <Platform Name="iOSDevice32">
  526. <Operation>1</Operation>
  527. </Platform>
  528. <Platform Name="iOSDevice64">
  529. <Operation>1</Operation>
  530. </Platform>
  531. <Platform Name="iOSSimulator">
  532. <Operation>1</Operation>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Name="iPad_Launch2224">
  536. <Platform Name="iOSDevice32">
  537. <Operation>1</Operation>
  538. </Platform>
  539. <Platform Name="iOSDevice64">
  540. <Operation>1</Operation>
  541. </Platform>
  542. <Platform Name="iOSSimulator">
  543. <Operation>1</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="iPad_Launch2388x1668">
  547. <Platform Name="iOSDevice32">
  548. <Operation>1</Operation>
  549. </Platform>
  550. <Platform Name="iOSDevice64">
  551. <Operation>1</Operation>
  552. </Platform>
  553. <Platform Name="iOSSimulator">
  554. <Operation>1</Operation>
  555. </Platform>
  556. </DeployClass>
  557. <DeployClass Name="iPad_Launch2732x2048">
  558. <Platform Name="iOSDevice32">
  559. <Operation>1</Operation>
  560. </Platform>
  561. <Platform Name="iOSDevice64">
  562. <Operation>1</Operation>
  563. </Platform>
  564. <Platform Name="iOSSimulator">
  565. <Operation>1</Operation>
  566. </Platform>
  567. </DeployClass>
  568. <DeployClass Name="iPad_Launch768x1024">
  569. <Platform Name="iOSDevice32">
  570. <Operation>1</Operation>
  571. </Platform>
  572. <Platform Name="iOSDevice64">
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="iOSSimulator">
  576. <Operation>1</Operation>
  577. </Platform>
  578. </DeployClass>
  579. <DeployClass Name="iPhone_Launch1125">
  580. <Platform Name="iOSDevice32">
  581. <Operation>1</Operation>
  582. </Platform>
  583. <Platform Name="iOSDevice64">
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="iOSSimulator">
  587. <Operation>1</Operation>
  588. </Platform>
  589. </DeployClass>
  590. <DeployClass Name="iPhone_Launch1136x640">
  591. <Platform Name="iOSDevice32">
  592. <Operation>1</Operation>
  593. </Platform>
  594. <Platform Name="iOSDevice64">
  595. <Operation>1</Operation>
  596. </Platform>
  597. <Platform Name="iOSSimulator">
  598. <Operation>1</Operation>
  599. </Platform>
  600. </DeployClass>
  601. <DeployClass Name="iPhone_Launch1242">
  602. <Platform Name="iOSDevice32">
  603. <Operation>1</Operation>
  604. </Platform>
  605. <Platform Name="iOSDevice64">
  606. <Operation>1</Operation>
  607. </Platform>
  608. <Platform Name="iOSSimulator">
  609. <Operation>1</Operation>
  610. </Platform>
  611. </DeployClass>
  612. <DeployClass Name="iPhone_Launch1242x2688">
  613. <Platform Name="iOSDevice32">
  614. <Operation>1</Operation>
  615. </Platform>
  616. <Platform Name="iOSDevice64">
  617. <Operation>1</Operation>
  618. </Platform>
  619. <Platform Name="iOSSimulator">
  620. <Operation>1</Operation>
  621. </Platform>
  622. </DeployClass>
  623. <DeployClass Name="iPhone_Launch1334">
  624. <Platform Name="iOSDevice32">
  625. <Operation>1</Operation>
  626. </Platform>
  627. <Platform Name="iOSDevice64">
  628. <Operation>1</Operation>
  629. </Platform>
  630. <Platform Name="iOSSimulator">
  631. <Operation>1</Operation>
  632. </Platform>
  633. </DeployClass>
  634. <DeployClass Name="iPhone_Launch1792">
  635. <Platform Name="iOSDevice32">
  636. <Operation>1</Operation>
  637. </Platform>
  638. <Platform Name="iOSDevice64">
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="iOSSimulator">
  642. <Operation>1</Operation>
  643. </Platform>
  644. </DeployClass>
  645. <DeployClass Name="iPhone_Launch2208">
  646. <Platform Name="iOSDevice32">
  647. <Operation>1</Operation>
  648. </Platform>
  649. <Platform Name="iOSDevice64">
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="iOSSimulator">
  653. <Operation>1</Operation>
  654. </Platform>
  655. </DeployClass>
  656. <DeployClass Name="iPhone_Launch2436">
  657. <Platform Name="iOSDevice32">
  658. <Operation>1</Operation>
  659. </Platform>
  660. <Platform Name="iOSDevice64">
  661. <Operation>1</Operation>
  662. </Platform>
  663. <Platform Name="iOSSimulator">
  664. <Operation>1</Operation>
  665. </Platform>
  666. </DeployClass>
  667. <DeployClass Name="iPhone_Launch2688x1242">
  668. <Platform Name="iOSDevice32">
  669. <Operation>1</Operation>
  670. </Platform>
  671. <Platform Name="iOSDevice64">
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="iOSSimulator">
  675. <Operation>1</Operation>
  676. </Platform>
  677. </DeployClass>
  678. <DeployClass Name="iPhone_Launch320">
  679. <Platform Name="iOSDevice32">
  680. <Operation>1</Operation>
  681. </Platform>
  682. <Platform Name="iOSDevice64">
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="iOSSimulator">
  686. <Operation>1</Operation>
  687. </Platform>
  688. </DeployClass>
  689. <DeployClass Name="iPhone_Launch640">
  690. <Platform Name="iOSDevice32">
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="iOSDevice64">
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSSimulator">
  697. <Operation>1</Operation>
  698. </Platform>
  699. </DeployClass>
  700. <DeployClass Name="iPhone_Launch640x1136">
  701. <Platform Name="iOSDevice32">
  702. <Operation>1</Operation>
  703. </Platform>
  704. <Platform Name="iOSDevice64">
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="iOSSimulator">
  708. <Operation>1</Operation>
  709. </Platform>
  710. </DeployClass>
  711. <DeployClass Name="iPhone_Launch750">
  712. <Platform Name="iOSDevice32">
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="iOSDevice64">
  716. <Operation>1</Operation>
  717. </Platform>
  718. <Platform Name="iOSSimulator">
  719. <Operation>1</Operation>
  720. </Platform>
  721. </DeployClass>
  722. <DeployClass Name="iPhone_Launch828">
  723. <Platform Name="iOSDevice32">
  724. <Operation>1</Operation>
  725. </Platform>
  726. <Platform Name="iOSDevice64">
  727. <Operation>1</Operation>
  728. </Platform>
  729. <Platform Name="iOSSimulator">
  730. <Operation>1</Operation>
  731. </Platform>
  732. </DeployClass>
  733. <DeployClass Name="ProjectAndroidManifest">
  734. <Platform Name="Android">
  735. <Operation>1</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="ProjectiOSDeviceDebug">
  739. <Platform Name="iOSDevice32">
  740. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="iOSDevice64">
  744. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="ProjectiOSDeviceResourceRules">
  749. <Platform Name="iOSDevice32">
  750. <Operation>1</Operation>
  751. </Platform>
  752. <Platform Name="iOSDevice64">
  753. <Operation>1</Operation>
  754. </Platform>
  755. </DeployClass>
  756. <DeployClass Name="ProjectiOSEntitlements">
  757. <Platform Name="iOSDevice32">
  758. <RemoteDir>..\</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. <Platform Name="iOSDevice64">
  762. <RemoteDir>..\</RemoteDir>
  763. <Operation>1</Operation>
  764. </Platform>
  765. </DeployClass>
  766. <DeployClass Name="ProjectiOSInfoPList">
  767. <Platform Name="iOSDevice32">
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="iOSDevice64">
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="iOSSimulator">
  774. <Operation>1</Operation>
  775. </Platform>
  776. </DeployClass>
  777. <DeployClass Name="ProjectiOSResource">
  778. <Platform Name="iOSDevice32">
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="iOSDevice64">
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="iOSSimulator">
  785. <Operation>1</Operation>
  786. </Platform>
  787. </DeployClass>
  788. <DeployClass Name="ProjectOSXDebug">
  789. <Platform Name="OSX64">
  790. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  791. <Operation>1</Operation>
  792. </Platform>
  793. </DeployClass>
  794. <DeployClass Name="ProjectOSXEntitlements">
  795. <Platform Name="OSX32">
  796. <RemoteDir>..\</RemoteDir>
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="OSX64">
  800. <RemoteDir>..\</RemoteDir>
  801. <Operation>1</Operation>
  802. </Platform>
  803. </DeployClass>
  804. <DeployClass Name="ProjectOSXInfoPList">
  805. <Platform Name="OSX32">
  806. <RemoteDir>Contents</RemoteDir>
  807. <Operation>1</Operation>
  808. </Platform>
  809. <Platform Name="OSX64">
  810. <RemoteDir>Contents</RemoteDir>
  811. <Operation>1</Operation>
  812. </Platform>
  813. </DeployClass>
  814. <DeployClass Name="ProjectOSXResource">
  815. <Platform Name="OSX32">
  816. <RemoteDir>Contents\Resources</RemoteDir>
  817. <Operation>1</Operation>
  818. </Platform>
  819. <Platform Name="OSX64">
  820. <RemoteDir>Contents\Resources</RemoteDir>
  821. <Operation>1</Operation>
  822. </Platform>
  823. </DeployClass>
  824. <DeployClass Required="true" Name="ProjectOutput">
  825. <Platform Name="Android">
  826. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  827. <Operation>1</Operation>
  828. </Platform>
  829. <Platform Name="iOSDevice32">
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSDevice64">
  833. <Operation>1</Operation>
  834. </Platform>
  835. <Platform Name="iOSSimulator">
  836. <Operation>1</Operation>
  837. </Platform>
  838. <Platform Name="Linux64">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="OSX32">
  842. <RemoteDir>Contents\MacOS</RemoteDir>
  843. <Operation>1</Operation>
  844. </Platform>
  845. <Platform Name="OSX64">
  846. <RemoteDir>Contents\MacOS</RemoteDir>
  847. <Operation>1</Operation>
  848. </Platform>
  849. <Platform Name="Win32">
  850. <Operation>0</Operation>
  851. </Platform>
  852. </DeployClass>
  853. <DeployClass Name="ProjectUWPManifest">
  854. <Platform Name="Win32">
  855. <Operation>1</Operation>
  856. </Platform>
  857. <Platform Name="Win64">
  858. <Operation>1</Operation>
  859. </Platform>
  860. </DeployClass>
  861. <DeployClass Name="UWP_DelphiLogo150">
  862. <Platform Name="Win32">
  863. <RemoteDir>Assets</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="Win64">
  867. <RemoteDir>Assets</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. </DeployClass>
  871. <DeployClass Name="UWP_DelphiLogo44">
  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. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  882. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  883. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  884. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  885. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  886. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  887. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  888. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  889. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  890. </Deployment>
  891. <Platforms>
  892. <Platform value="Android">False</Platform>
  893. <Platform value="iOSDevice32">False</Platform>
  894. <Platform value="iOSDevice64">False</Platform>
  895. <Platform value="iOSSimulator">False</Platform>
  896. <Platform value="OSX32">False</Platform>
  897. <Platform value="Win32">True</Platform>
  898. <Platform value="Win64">True</Platform>
  899. </Platforms>
  900. </BorlandProject>
  901. <ProjectFileVersion>12</ProjectFileVersion>
  902. </ProjectExtensions>
  903. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  904. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  905. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  906. </Project>