HTTPCookie_Example.dproj 61 KB

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