String_Example.dproj 59 KB

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