HTTPUpload_Example.dproj 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{99D831C9-621C-4B72-8C74-D5B1E04C01DA}</ProjectGuid>
  4. <ProjectVersion>19.0</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <MainSource>HTTPUpload_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>HTTPUpload_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=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  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=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  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="HTTPUpload_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">HTTPUpload_Example.dpr</Source>
  260. </Source>
  261. <Excluded_Packages>
  262. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  263. <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  264. </Excluded_Packages>
  265. </Delphi.Personality>
  266. <Deployment Version="3">
  267. <DeployFile LocalName="Android\Debug\libHTTPUpload_Example.so" Configuration="Debug" Class="ProjectOutput">
  268. <Platform Name="Android">
  269. <RemoteName>libHTTPUpload_Example.so</RemoteName>
  270. <Overwrite>true</Overwrite>
  271. </Platform>
  272. </DeployFile>
  273. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
  274. <Platform Name="Android">
  275. <RemoteName>ic_launcher.png</RemoteName>
  276. <Overwrite>true</Overwrite>
  277. </Platform>
  278. </DeployFile>
  279. <DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
  280. <Platform Name="Android">
  281. <Overwrite>true</Overwrite>
  282. </Platform>
  283. </DeployFile>
  284. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  285. <Platform Name="Android">
  286. <RemoteName>libHTTPUpload_Example.so</RemoteName>
  287. <Overwrite>true</Overwrite>
  288. </Platform>
  289. </DeployFile>
  290. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
  291. <Platform Name="Android">
  292. <RemoteName>ic_launcher.png</RemoteName>
  293. <Overwrite>true</Overwrite>
  294. </Platform>
  295. </DeployFile>
  296. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
  297. <Platform Name="Android">
  298. <RemoteName>splash_image.png</RemoteName>
  299. <Overwrite>true</Overwrite>
  300. </Platform>
  301. </DeployFile>
  302. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  303. <Platform Name="iOSSimulator">
  304. <Overwrite>true</Overwrite>
  305. </Platform>
  306. </DeployFile>
  307. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
  308. <Platform Name="Android">
  309. <RemoteName>ic_launcher.png</RemoteName>
  310. <Overwrite>true</Overwrite>
  311. </Platform>
  312. </DeployFile>
  313. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
  314. <Platform Name="Android">
  315. <RemoteName>splash_image.png</RemoteName>
  316. <Overwrite>true</Overwrite>
  317. </Platform>
  318. </DeployFile>
  319. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  320. <Platform Name="OSX32">
  321. <Overwrite>true</Overwrite>
  322. </Platform>
  323. </DeployFile>
  324. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
  325. <Platform Name="Android">
  326. <RemoteName>splash_image.png</RemoteName>
  327. <Overwrite>true</Overwrite>
  328. </Platform>
  329. </DeployFile>
  330. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
  331. <Platform Name="Android">
  332. <RemoteName>splash_image.png</RemoteName>
  333. <Overwrite>true</Overwrite>
  334. </Platform>
  335. </DeployFile>
  336. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  337. <Platform Name="OSX32">
  338. <Overwrite>true</Overwrite>
  339. </Platform>
  340. </DeployFile>
  341. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
  342. <Platform Name="Android">
  343. <RemoteName>ic_launcher.png</RemoteName>
  344. <Overwrite>true</Overwrite>
  345. </Platform>
  346. </DeployFile>
  347. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  348. <Platform Name="iOSSimulator">
  349. <Overwrite>true</Overwrite>
  350. </Platform>
  351. </DeployFile>
  352. <DeployFile LocalName="lib\armeabi-v7a\libbrook.so" Configuration="Debug" Class="File">
  353. <Platform Name="Android">
  354. <RemoteDir>library\lib\armeabi-v7a\</RemoteDir>
  355. <RemoteName>libbrook.so</RemoteName>
  356. <Overwrite>true</Overwrite>
  357. </Platform>
  358. </DeployFile>
  359. <DeployFile LocalName="Win32\Debug\HTTPUpload_Example.exe" Configuration="Debug" Class="ProjectOutput">
  360. <Platform Name="Win32">
  361. <RemoteName>HTTPUpload_Example.exe</RemoteName>
  362. <Overwrite>true</Overwrite>
  363. </Platform>
  364. </DeployFile>
  365. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
  366. <Platform Name="Android">
  367. <RemoteName>ic_launcher.png</RemoteName>
  368. <Overwrite>true</Overwrite>
  369. </Platform>
  370. </DeployFile>
  371. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  372. <Platform Name="iOSSimulator">
  373. <Overwrite>true</Overwrite>
  374. </Platform>
  375. </DeployFile>
  376. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  377. <Platform Name="Android">
  378. <RemoteName>libHTTPUpload_Example.so</RemoteName>
  379. <Overwrite>true</Overwrite>
  380. </Platform>
  381. </DeployFile>
  382. <DeployFile LocalName="$(NDKBasePath)\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
  383. <Platform Name="Android">
  384. <Overwrite>true</Overwrite>
  385. </Platform>
  386. </DeployFile>
  387. <DeployFile LocalName="Android\Debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
  388. <Platform Name="Android">
  389. <RemoteName>classes.dex</RemoteName>
  390. <Overwrite>true</Overwrite>
  391. </Platform>
  392. </DeployFile>
  393. <DeployClass Name="AdditionalDebugSymbols">
  394. <Platform Name="iOSSimulator">
  395. <Operation>1</Operation>
  396. </Platform>
  397. <Platform Name="OSX32">
  398. <RemoteDir>Contents\MacOS</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. <Platform Name="Win32">
  402. <Operation>0</Operation>
  403. </Platform>
  404. </DeployClass>
  405. <DeployClass Name="AndroidClassesDexFile">
  406. <Platform Name="Android">
  407. <RemoteDir>classes</RemoteDir>
  408. <Operation>1</Operation>
  409. </Platform>
  410. <Platform Name="Android64">
  411. <RemoteDir>classes</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="AndroidFileProvider">
  416. <Platform Name="Android">
  417. <RemoteDir>res\xml</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. <Platform Name="Android64">
  421. <RemoteDir>res\xml</RemoteDir>
  422. <Operation>1</Operation>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="AndroidGDBServer">
  426. <Platform Name="Android">
  427. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="AndroidLibnativeArmeabiFile">
  432. <Platform Name="Android">
  433. <RemoteDir>library\lib\armeabi</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. <Platform Name="Android64">
  437. <RemoteDir>library\lib\armeabi</RemoteDir>
  438. <Operation>1</Operation>
  439. </Platform>
  440. </DeployClass>
  441. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  442. <Platform Name="Android64">
  443. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="AndroidLibnativeMipsFile">
  448. <Platform Name="Android">
  449. <RemoteDir>library\lib\mips</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. <Platform Name="Android64">
  453. <RemoteDir>library\lib\mips</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="AndroidServiceOutput">
  458. <Platform Name="Android">
  459. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. <Platform Name="Android64">
  463. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  464. <Operation>1</Operation>
  465. </Platform>
  466. </DeployClass>
  467. <DeployClass Name="AndroidServiceOutput_Android32">
  468. <Platform Name="Android64">
  469. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. </DeployClass>
  473. <DeployClass Name="AndroidSplashImageDef">
  474. <Platform Name="Android">
  475. <RemoteDir>res\drawable</RemoteDir>
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="Android64">
  479. <RemoteDir>res\drawable</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. </DeployClass>
  483. <DeployClass Name="AndroidSplashStyles">
  484. <Platform Name="Android">
  485. <RemoteDir>res\values</RemoteDir>
  486. <Operation>1</Operation>
  487. </Platform>
  488. <Platform Name="Android64">
  489. <RemoteDir>res\values</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. </DeployClass>
  493. <DeployClass Name="AndroidSplashStylesV21">
  494. <Platform Name="Android">
  495. <RemoteDir>res\values-v21</RemoteDir>
  496. <Operation>1</Operation>
  497. </Platform>
  498. <Platform Name="Android64">
  499. <RemoteDir>res\values-v21</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. </DeployClass>
  503. <DeployClass Name="Android_Colors">
  504. <Platform Name="Android">
  505. <RemoteDir>res\values</RemoteDir>
  506. <Operation>1</Operation>
  507. </Platform>
  508. <Platform Name="Android64">
  509. <RemoteDir>res\values</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="Android_DefaultAppIcon">
  514. <Platform Name="Android">
  515. <RemoteDir>res\drawable</RemoteDir>
  516. <Operation>1</Operation>
  517. </Platform>
  518. <Platform Name="Android64">
  519. <RemoteDir>res\drawable</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. </DeployClass>
  523. <DeployClass Name="Android_LauncherIcon144">
  524. <Platform Name="Android">
  525. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  526. <Operation>1</Operation>
  527. </Platform>
  528. <Platform Name="Android64">
  529. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. </DeployClass>
  533. <DeployClass Name="Android_LauncherIcon36">
  534. <Platform Name="Android">
  535. <RemoteDir>res\drawable-ldpi</RemoteDir>
  536. <Operation>1</Operation>
  537. </Platform>
  538. <Platform Name="Android64">
  539. <RemoteDir>res\drawable-ldpi</RemoteDir>
  540. <Operation>1</Operation>
  541. </Platform>
  542. </DeployClass>
  543. <DeployClass Name="Android_LauncherIcon48">
  544. <Platform Name="Android">
  545. <RemoteDir>res\drawable-mdpi</RemoteDir>
  546. <Operation>1</Operation>
  547. </Platform>
  548. <Platform Name="Android64">
  549. <RemoteDir>res\drawable-mdpi</RemoteDir>
  550. <Operation>1</Operation>
  551. </Platform>
  552. </DeployClass>
  553. <DeployClass Name="Android_LauncherIcon72">
  554. <Platform Name="Android">
  555. <RemoteDir>res\drawable-hdpi</RemoteDir>
  556. <Operation>1</Operation>
  557. </Platform>
  558. <Platform Name="Android64">
  559. <RemoteDir>res\drawable-hdpi</RemoteDir>
  560. <Operation>1</Operation>
  561. </Platform>
  562. </DeployClass>
  563. <DeployClass Name="Android_LauncherIcon96">
  564. <Platform Name="Android">
  565. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  566. <Operation>1</Operation>
  567. </Platform>
  568. <Platform Name="Android64">
  569. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  570. <Operation>1</Operation>
  571. </Platform>
  572. </DeployClass>
  573. <DeployClass Name="Android_NotificationIcon24">
  574. <Platform Name="Android">
  575. <RemoteDir>res\drawable-mdpi</RemoteDir>
  576. <Operation>1</Operation>
  577. </Platform>
  578. <Platform Name="Android64">
  579. <RemoteDir>res\drawable-mdpi</RemoteDir>
  580. <Operation>1</Operation>
  581. </Platform>
  582. </DeployClass>
  583. <DeployClass Name="Android_NotificationIcon36">
  584. <Platform Name="Android">
  585. <RemoteDir>res\drawable-hdpi</RemoteDir>
  586. <Operation>1</Operation>
  587. </Platform>
  588. <Platform Name="Android64">
  589. <RemoteDir>res\drawable-hdpi</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. </DeployClass>
  593. <DeployClass Name="Android_NotificationIcon48">
  594. <Platform Name="Android">
  595. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  596. <Operation>1</Operation>
  597. </Platform>
  598. <Platform Name="Android64">
  599. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  600. <Operation>1</Operation>
  601. </Platform>
  602. </DeployClass>
  603. <DeployClass Name="Android_NotificationIcon72">
  604. <Platform Name="Android">
  605. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  606. <Operation>1</Operation>
  607. </Platform>
  608. <Platform Name="Android64">
  609. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  610. <Operation>1</Operation>
  611. </Platform>
  612. </DeployClass>
  613. <DeployClass Name="Android_NotificationIcon96">
  614. <Platform Name="Android">
  615. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  616. <Operation>1</Operation>
  617. </Platform>
  618. <Platform Name="Android64">
  619. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. </DeployClass>
  623. <DeployClass Name="Android_SplashImage426">
  624. <Platform Name="Android">
  625. <RemoteDir>res\drawable-small</RemoteDir>
  626. <Operation>1</Operation>
  627. </Platform>
  628. <Platform Name="Android64">
  629. <RemoteDir>res\drawable-small</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. </DeployClass>
  633. <DeployClass Name="Android_SplashImage470">
  634. <Platform Name="Android">
  635. <RemoteDir>res\drawable-normal</RemoteDir>
  636. <Operation>1</Operation>
  637. </Platform>
  638. <Platform Name="Android64">
  639. <RemoteDir>res\drawable-normal</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. </DeployClass>
  643. <DeployClass Name="Android_SplashImage640">
  644. <Platform Name="Android">
  645. <RemoteDir>res\drawable-large</RemoteDir>
  646. <Operation>1</Operation>
  647. </Platform>
  648. <Platform Name="Android64">
  649. <RemoteDir>res\drawable-large</RemoteDir>
  650. <Operation>1</Operation>
  651. </Platform>
  652. </DeployClass>
  653. <DeployClass Name="Android_SplashImage960">
  654. <Platform Name="Android">
  655. <RemoteDir>res\drawable-xlarge</RemoteDir>
  656. <Operation>1</Operation>
  657. </Platform>
  658. <Platform Name="Android64">
  659. <RemoteDir>res\drawable-xlarge</RemoteDir>
  660. <Operation>1</Operation>
  661. </Platform>
  662. </DeployClass>
  663. <DeployClass Name="Android_Strings">
  664. <Platform Name="Android">
  665. <RemoteDir>res\values</RemoteDir>
  666. <Operation>1</Operation>
  667. </Platform>
  668. <Platform Name="Android64">
  669. <RemoteDir>res\values</RemoteDir>
  670. <Operation>1</Operation>
  671. </Platform>
  672. </DeployClass>
  673. <DeployClass Name="DebugSymbols">
  674. <Platform Name="iOSSimulator">
  675. <Operation>1</Operation>
  676. </Platform>
  677. <Platform Name="OSX32">
  678. <RemoteDir>Contents\MacOS</RemoteDir>
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="Win32">
  682. <Operation>0</Operation>
  683. </Platform>
  684. </DeployClass>
  685. <DeployClass Name="DependencyFramework">
  686. <Platform Name="OSX32">
  687. <RemoteDir>Contents\MacOS</RemoteDir>
  688. <Operation>1</Operation>
  689. <Extensions>.framework</Extensions>
  690. </Platform>
  691. <Platform Name="OSX64">
  692. <RemoteDir>Contents\MacOS</RemoteDir>
  693. <Operation>1</Operation>
  694. <Extensions>.framework</Extensions>
  695. </Platform>
  696. <Platform Name="Win32">
  697. <Operation>0</Operation>
  698. </Platform>
  699. </DeployClass>
  700. <DeployClass Name="DependencyModule">
  701. <Platform Name="iOSDevice32">
  702. <Operation>1</Operation>
  703. <Extensions>.dylib</Extensions>
  704. </Platform>
  705. <Platform Name="iOSDevice64">
  706. <Operation>1</Operation>
  707. <Extensions>.dylib</Extensions>
  708. </Platform>
  709. <Platform Name="iOSSimulator">
  710. <Operation>1</Operation>
  711. <Extensions>.dylib</Extensions>
  712. </Platform>
  713. <Platform Name="OSX32">
  714. <RemoteDir>Contents\MacOS</RemoteDir>
  715. <Operation>1</Operation>
  716. <Extensions>.dylib</Extensions>
  717. </Platform>
  718. <Platform Name="OSX64">
  719. <RemoteDir>Contents\MacOS</RemoteDir>
  720. <Operation>1</Operation>
  721. <Extensions>.dylib</Extensions>
  722. </Platform>
  723. <Platform Name="Win32">
  724. <Operation>0</Operation>
  725. <Extensions>.dll;.bpl</Extensions>
  726. </Platform>
  727. </DeployClass>
  728. <DeployClass Required="true" Name="DependencyPackage">
  729. <Platform Name="iOSDevice32">
  730. <Operation>1</Operation>
  731. <Extensions>.dylib</Extensions>
  732. </Platform>
  733. <Platform Name="iOSDevice64">
  734. <Operation>1</Operation>
  735. <Extensions>.dylib</Extensions>
  736. </Platform>
  737. <Platform Name="iOSSimulator">
  738. <Operation>1</Operation>
  739. <Extensions>.dylib</Extensions>
  740. </Platform>
  741. <Platform Name="OSX32">
  742. <RemoteDir>Contents\MacOS</RemoteDir>
  743. <Operation>1</Operation>
  744. <Extensions>.dylib</Extensions>
  745. </Platform>
  746. <Platform Name="OSX64">
  747. <RemoteDir>Contents\MacOS</RemoteDir>
  748. <Operation>1</Operation>
  749. <Extensions>.dylib</Extensions>
  750. </Platform>
  751. <Platform Name="Win32">
  752. <Operation>0</Operation>
  753. <Extensions>.bpl</Extensions>
  754. </Platform>
  755. </DeployClass>
  756. <DeployClass Name="File">
  757. <Platform Name="Android">
  758. <Operation>0</Operation>
  759. </Platform>
  760. <Platform Name="Android64">
  761. <Operation>0</Operation>
  762. </Platform>
  763. <Platform Name="iOSDevice32">
  764. <Operation>0</Operation>
  765. </Platform>
  766. <Platform Name="iOSDevice64">
  767. <Operation>0</Operation>
  768. </Platform>
  769. <Platform Name="iOSSimulator">
  770. <Operation>0</Operation>
  771. </Platform>
  772. <Platform Name="OSX32">
  773. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  774. <Operation>0</Operation>
  775. </Platform>
  776. <Platform Name="OSX64">
  777. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  778. <Operation>0</Operation>
  779. </Platform>
  780. <Platform Name="Win32">
  781. <Operation>0</Operation>
  782. </Platform>
  783. </DeployClass>
  784. <DeployClass Name="iPad_Launch1024">
  785. <Platform Name="iOSDevice32">
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="iOSDevice64">
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="iOSSimulator">
  792. <Operation>1</Operation>
  793. </Platform>
  794. </DeployClass>
  795. <DeployClass Name="iPad_Launch1536">
  796. <Platform Name="iOSDevice32">
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="iOSDevice64">
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSSimulator">
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Name="iPad_Launch2048">
  807. <Platform Name="iOSDevice32">
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="iOSDevice64">
  811. <Operation>1</Operation>
  812. </Platform>
  813. <Platform Name="iOSSimulator">
  814. <Operation>1</Operation>
  815. </Platform>
  816. </DeployClass>
  817. <DeployClass Name="iPad_Launch2x">
  818. <Platform Name="iOSDevice64">
  819. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  820. <Operation>1</Operation>
  821. </Platform>
  822. <Platform Name="iOSSimulator">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="iPad_Launch768">
  828. <Platform Name="iOSDevice32">
  829. <Operation>1</Operation>
  830. </Platform>
  831. <Platform Name="iOSDevice64">
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="iOSSimulator">
  835. <Operation>1</Operation>
  836. </Platform>
  837. </DeployClass>
  838. <DeployClass Name="iPad_LaunchDark2x">
  839. <Platform Name="iOSDevice64">
  840. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="iOSSimulator">
  844. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="iPhone_Launch2x">
  849. <Platform Name="iOSDevice64">
  850. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="iOSSimulator">
  854. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. </DeployClass>
  858. <DeployClass Name="iPhone_Launch320">
  859. <Platform Name="iOSDevice32">
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="iOSDevice64">
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="iOSSimulator">
  866. <Operation>1</Operation>
  867. </Platform>
  868. </DeployClass>
  869. <DeployClass Name="iPhone_Launch3x">
  870. <Platform Name="iOSDevice64">
  871. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  872. <Operation>1</Operation>
  873. </Platform>
  874. <Platform Name="iOSSimulator">
  875. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  876. <Operation>1</Operation>
  877. </Platform>
  878. </DeployClass>
  879. <DeployClass Name="iPhone_Launch640">
  880. <Platform Name="iOSDevice32">
  881. <Operation>1</Operation>
  882. </Platform>
  883. <Platform Name="iOSDevice64">
  884. <Operation>1</Operation>
  885. </Platform>
  886. <Platform Name="iOSSimulator">
  887. <Operation>1</Operation>
  888. </Platform>
  889. </DeployClass>
  890. <DeployClass Name="iPhone_Launch640x1136">
  891. <Platform Name="iOSDevice32">
  892. <Operation>1</Operation>
  893. </Platform>
  894. <Platform Name="iOSDevice64">
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="iOSSimulator">
  898. <Operation>1</Operation>
  899. </Platform>
  900. </DeployClass>
  901. <DeployClass Name="iPhone_LaunchDark2x">
  902. <Platform Name="iOSDevice64">
  903. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSSimulator">
  907. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  908. <Operation>1</Operation>
  909. </Platform>
  910. </DeployClass>
  911. <DeployClass Name="iPhone_LaunchDark3x">
  912. <Platform Name="iOSDevice64">
  913. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="iOSSimulator">
  917. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. </DeployClass>
  921. <DeployClass Name="ProjectAndroidManifest">
  922. <Platform Name="Android">
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="Android64">
  926. <Operation>1</Operation>
  927. </Platform>
  928. </DeployClass>
  929. <DeployClass Name="ProjectiOSDeviceDebug">
  930. <Platform Name="iOSDevice32">
  931. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  932. <Operation>1</Operation>
  933. </Platform>
  934. <Platform Name="iOSDevice64">
  935. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  936. <Operation>1</Operation>
  937. </Platform>
  938. </DeployClass>
  939. <DeployClass Name="ProjectiOSDeviceResourceRules">
  940. <Platform Name="iOSDevice32">
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="iOSDevice64">
  944. <Operation>1</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <DeployClass Name="ProjectiOSEntitlements">
  948. <Platform Name="iOSDevice32">
  949. <RemoteDir>..\</RemoteDir>
  950. <Operation>1</Operation>
  951. </Platform>
  952. <Platform Name="iOSDevice64">
  953. <RemoteDir>..\</RemoteDir>
  954. <Operation>1</Operation>
  955. </Platform>
  956. </DeployClass>
  957. <DeployClass Name="ProjectiOSInfoPList">
  958. <Platform Name="iOSDevice32">
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="iOSDevice64">
  962. <Operation>1</Operation>
  963. </Platform>
  964. <Platform Name="iOSSimulator">
  965. <Operation>1</Operation>
  966. </Platform>
  967. </DeployClass>
  968. <DeployClass Name="ProjectiOSLaunchScreen">
  969. <Platform Name="iOSDevice64">
  970. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  971. <Operation>64</Operation>
  972. </Platform>
  973. <Platform Name="iOSSimulator">
  974. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  975. <Operation>64</Operation>
  976. </Platform>
  977. </DeployClass>
  978. <DeployClass Name="ProjectiOSResource">
  979. <Platform Name="iOSDevice32">
  980. <Operation>1</Operation>
  981. </Platform>
  982. <Platform Name="iOSDevice64">
  983. <Operation>1</Operation>
  984. </Platform>
  985. <Platform Name="iOSSimulator">
  986. <Operation>1</Operation>
  987. </Platform>
  988. </DeployClass>
  989. <DeployClass Name="ProjectOSXDebug">
  990. <Platform Name="OSX64">
  991. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  992. <Operation>1</Operation>
  993. </Platform>
  994. </DeployClass>
  995. <DeployClass Name="ProjectOSXEntitlements">
  996. <Platform Name="OSX32">
  997. <RemoteDir>..\</RemoteDir>
  998. <Operation>1</Operation>
  999. </Platform>
  1000. <Platform Name="OSX64">
  1001. <RemoteDir>..\</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. </DeployClass>
  1005. <DeployClass Name="ProjectOSXInfoPList">
  1006. <Platform Name="OSX32">
  1007. <RemoteDir>Contents</RemoteDir>
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. <Platform Name="OSX64">
  1011. <RemoteDir>Contents</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. </DeployClass>
  1015. <DeployClass Name="ProjectOSXResource">
  1016. <Platform Name="OSX32">
  1017. <RemoteDir>Contents\Resources</RemoteDir>
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. <Platform Name="OSX64">
  1021. <RemoteDir>Contents\Resources</RemoteDir>
  1022. <Operation>1</Operation>
  1023. </Platform>
  1024. </DeployClass>
  1025. <DeployClass Required="true" Name="ProjectOutput">
  1026. <Platform Name="Android">
  1027. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. <Platform Name="Android64">
  1031. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSDevice32">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSDevice64">
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. <Platform Name="iOSSimulator">
  1041. <Operation>1</Operation>
  1042. </Platform>
  1043. <Platform Name="Linux64">
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. <Platform Name="OSX32">
  1047. <RemoteDir>Contents\MacOS</RemoteDir>
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. <Platform Name="OSX64">
  1051. <RemoteDir>Contents\MacOS</RemoteDir>
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. <Platform Name="Win32">
  1055. <Operation>0</Operation>
  1056. </Platform>
  1057. </DeployClass>
  1058. <DeployClass Name="ProjectOutput_Android32">
  1059. <Platform Name="Android64">
  1060. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1061. <Operation>1</Operation>
  1062. </Platform>
  1063. </DeployClass>
  1064. <DeployClass Name="ProjectUWPManifest">
  1065. <Platform Name="Win32">
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. <Platform Name="Win64">
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. </DeployClass>
  1072. <DeployClass Name="UWP_DelphiLogo150">
  1073. <Platform Name="Win32">
  1074. <RemoteDir>Assets</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="Win64">
  1078. <RemoteDir>Assets</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <DeployClass Name="UWP_DelphiLogo44">
  1083. <Platform Name="Win32">
  1084. <RemoteDir>Assets</RemoteDir>
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. <Platform Name="Win64">
  1088. <RemoteDir>Assets</RemoteDir>
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. </DeployClass>
  1092. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1093. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1094. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1095. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1096. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1097. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1098. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1099. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1100. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1101. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1102. </Deployment>
  1103. <Platforms>
  1104. <Platform value="Android">True</Platform>
  1105. <Platform value="Android64">True</Platform>
  1106. <Platform value="Win32">True</Platform>
  1107. <Platform value="Win64">True</Platform>
  1108. </Platforms>
  1109. </BorlandProject>
  1110. <ProjectFileVersion>12</ProjectFileVersion>
  1111. </ProjectExtensions>
  1112. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1113. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1114. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1115. </Project>