HTTPAuth_Example.dproj 61 KB

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