HTTPAuth_Example.dproj 60 KB

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