PostProcessingD.dproj 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{29B62F2B-239B-4342-B528-EF2D208E291C}</ProjectGuid>
  4. <ProjectVersion>19.3</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <TargetedPlatforms>1</TargetedPlatforms>
  10. <AppType>Application</AppType>
  11. <MainSource>PostProcessingD.dpr</MainSource>
  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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  43. <Cfg_2_Win32>true</Cfg_2_Win32>
  44. <CfgParent>Cfg_2</CfgParent>
  45. <Cfg_2>true</Cfg_2>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Base)'!=''">
  49. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  50. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  51. <DCC_E>false</DCC_E>
  52. <DCC_N>false</DCC_N>
  53. <DCC_S>false</DCC_S>
  54. <DCC_F>false</DCC_F>
  55. <DCC_K>false</DCC_K>
  56. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  57. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  58. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  59. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  60. <SanitizedProjectName>PostProcessingD</SanitizedProjectName>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  63. <DCC_UsePackage>GLScene_Cg_RT;vclwinx;DataSnapServer;bdertl;fmx;emshosting;vclie;DbxCommonDriver;bindengine;IndyIPCommon;VCLRESTComponents;DBXMSSQLDriver;FireDACCommonODBC;emsclient;FireDACCommonDriver;appanalytics;IndyProtocols;vclx;IndyIPClient;dbxcds;vcledge;bindcompvclwinx;FmxTeeUI;emsedge;bindcompfmx;DBXFirebirdDriver;inetdb;FireDACSqliteDriver;DbxClientDriver;FireDACASADriver;GR32_DT;Tee;soapmidas;vclactnband;TeeUI;fmxFireDAC;dbexpress;FireDACInfxDriver;DBXMySQLDriver;VclSmp;inet;DataSnapCommon;vcltouch;fmxase;DBXOdbcDriver;dbrtl;FireDACDBXDriver;FireDACOracleDriver;fmxdae;TeeDB;FireDACMSAccDriver;CustomIPTransport;FireDACMSSQLDriver;DataSnapIndy10ServerTransport;DataSnapConnectors;vcldsnap;DBXInterBaseDriver;FireDACMongoDBDriver;IndySystem;FireDACTDataDriver;vcldb;vclFireDAC;bindcomp;FireDACCommon;DataSnapServerMidas;FireDACODBCDriver;emsserverresource;GR32_RT;GLScene_Physics_RT;IndyCore;RESTBackendComponents;bindcompdbx;GLScene_Parallel_RT;rtl;FireDACMySQLDriver;FireDACADSDriver;RESTComponents;DBXSqliteDriver;vcl;IndyIPServer;dsnapxml;dsnapcon;DataSnapClient;DataSnapProviderClient;adortl;GBComps;DBXSybaseASEDriver;DBXDb2Driver;GLScene_Sounds_RT;vclimg;DataSnapFireDAC;emsclientfiredac;FireDACPgDriver;FireDAC;FireDACDSDriver;inetdbxpress;xmlrtl;tethering;bindcompvcl;dsnap;CloudService;DBXSybaseASADriver;DBXOracleDriver;FireDACDb2Driver;DBXInformixDriver;fmxobj;bindcompvclsmp;DataSnapNativeClient;FMXTee;DatasnapConnectorsFreePascal;soaprtl;vcldbx;GLScene_RT;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
  64. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  65. <BT_BuildType>Debug</BT_BuildType>
  66. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  67. <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>
  68. <VerInfo_Locale>1033</VerInfo_Locale>
  69. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  72. <DCC_UsePackage>GLScene_Cg_RT;vclwinx;DataSnapServer;fmx;emshosting;vclie;DbxCommonDriver;bindengine;IndyIPCommon;VCLRESTComponents;DBXMSSQLDriver;FireDACCommonODBC;emsclient;FireDACCommonDriver;appanalytics;IndyProtocols;vclx;IndyIPClient;dbxcds;vcledge;bindcompvclwinx;FmxTeeUI;emsedge;bindcompfmx;DBXFirebirdDriver;inetdb;FireDACSqliteDriver;DbxClientDriver;FireDACASADriver;Tee;soapmidas;vclactnband;TeeUI;fmxFireDAC;dbexpress;FireDACInfxDriver;DBXMySQLDriver;VclSmp;inet;DataSnapCommon;vcltouch;fmxase;DBXOdbcDriver;dbrtl;FireDACDBXDriver;FireDACOracleDriver;fmxdae;TeeDB;FireDACMSAccDriver;CustomIPTransport;FireDACMSSQLDriver;DataSnapIndy10ServerTransport;DataSnapConnectors;vcldsnap;DBXInterBaseDriver;FireDACMongoDBDriver;IndySystem;FireDACTDataDriver;vcldb;vclFireDAC;bindcomp;FireDACCommon;DataSnapServerMidas;FireDACODBCDriver;emsserverresource;GR32_RT;GLScene_Physics_RT;IndyCore;RESTBackendComponents;bindcompdbx;GLScene_Parallel_RT;rtl;FireDACMySQLDriver;FireDACADSDriver;RESTComponents;DBXSqliteDriver;vcl;IndyIPServer;dsnapxml;dsnapcon;DataSnapClient;DataSnapProviderClient;adortl;DBXSybaseASEDriver;DBXDb2Driver;GLScene_Sounds_RT;vclimg;DataSnapFireDAC;emsclientfiredac;FireDACPgDriver;FireDAC;FireDACDSDriver;inetdbxpress;xmlrtl;tethering;bindcompvcl;dsnap;CloudService;DBXSybaseASADriver;DBXOracleDriver;FireDACDb2Driver;DBXInformixDriver;fmxobj;bindcompvclsmp;DataSnapNativeClient;FMXTee;DatasnapConnectorsFreePascal;soaprtl;GLScene_RT;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  75. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  76. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  77. <DCC_Optimize>false</DCC_Optimize>
  78. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  79. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  80. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  81. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  82. <DCC_RangeChecking>true</DCC_RangeChecking>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  85. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  86. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  87. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  90. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  91. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  92. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  93. <DCC_DebugInformation>0</DCC_DebugInformation>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  96. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  97. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <DelphiCompile Include="$(MainSource)">
  101. <MainSource>MainSource</MainSource>
  102. </DelphiCompile>
  103. <DCCReference Include="fPostProcessingD.pas">
  104. <Form>FormPP</Form>
  105. <FormType>dfm</FormType>
  106. </DCCReference>
  107. <BuildConfiguration Include="Base">
  108. <Key>Base</Key>
  109. </BuildConfiguration>
  110. <BuildConfiguration Include="Debug">
  111. <Key>Cfg_1</Key>
  112. <CfgParent>Base</CfgParent>
  113. </BuildConfiguration>
  114. <BuildConfiguration Include="Release">
  115. <Key>Cfg_2</Key>
  116. <CfgParent>Base</CfgParent>
  117. </BuildConfiguration>
  118. </ItemGroup>
  119. <ProjectExtensions>
  120. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  121. <Borland.ProjectType>Application</Borland.ProjectType>
  122. <BorlandProject>
  123. <Delphi.Personality>
  124. <Source>
  125. <Source Name="MainSource">PostProcessingD.dpr</Source>
  126. </Source>
  127. </Delphi.Personality>
  128. <Deployment Version="3">
  129. <DeployFile LocalName="Win32\Debug\PostProcessingD.exe" Configuration="Debug" Class="ProjectOutput">
  130. <Platform Name="Win32">
  131. <RemoteName>PostProcessingD.exe</RemoteName>
  132. <Overwrite>true</Overwrite>
  133. </Platform>
  134. </DeployFile>
  135. <DeployClass Name="AdditionalDebugSymbols">
  136. <Platform Name="iOSSimulator">
  137. <Operation>1</Operation>
  138. </Platform>
  139. <Platform Name="OSX32">
  140. <RemoteDir>Contents\MacOS</RemoteDir>
  141. <Operation>1</Operation>
  142. </Platform>
  143. <Platform Name="Win32">
  144. <Operation>0</Operation>
  145. </Platform>
  146. </DeployClass>
  147. <DeployClass Name="AndroidClasses">
  148. <Platform Name="Android">
  149. <RemoteDir>classes</RemoteDir>
  150. <Operation>64</Operation>
  151. </Platform>
  152. <Platform Name="Android64">
  153. <RemoteDir>classes</RemoteDir>
  154. <Operation>64</Operation>
  155. </Platform>
  156. </DeployClass>
  157. <DeployClass Name="AndroidFileProvider">
  158. <Platform Name="Android">
  159. <RemoteDir>res\xml</RemoteDir>
  160. <Operation>1</Operation>
  161. </Platform>
  162. <Platform Name="Android64">
  163. <RemoteDir>res\xml</RemoteDir>
  164. <Operation>1</Operation>
  165. </Platform>
  166. </DeployClass>
  167. <DeployClass Name="AndroidGDBServer">
  168. <Platform Name="Android">
  169. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  170. <Operation>1</Operation>
  171. </Platform>
  172. </DeployClass>
  173. <DeployClass Name="AndroidLibnativeArmeabiFile">
  174. <Platform Name="Android">
  175. <RemoteDir>library\lib\armeabi</RemoteDir>
  176. <Operation>1</Operation>
  177. </Platform>
  178. <Platform Name="Android64">
  179. <RemoteDir>library\lib\armeabi</RemoteDir>
  180. <Operation>1</Operation>
  181. </Platform>
  182. </DeployClass>
  183. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  184. <Platform Name="Android64">
  185. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  186. <Operation>1</Operation>
  187. </Platform>
  188. </DeployClass>
  189. <DeployClass Name="AndroidLibnativeMipsFile">
  190. <Platform Name="Android">
  191. <RemoteDir>library\lib\mips</RemoteDir>
  192. <Operation>1</Operation>
  193. </Platform>
  194. <Platform Name="Android64">
  195. <RemoteDir>library\lib\mips</RemoteDir>
  196. <Operation>1</Operation>
  197. </Platform>
  198. </DeployClass>
  199. <DeployClass Name="AndroidServiceOutput">
  200. <Platform Name="Android">
  201. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  202. <Operation>1</Operation>
  203. </Platform>
  204. <Platform Name="Android64">
  205. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  206. <Operation>1</Operation>
  207. </Platform>
  208. </DeployClass>
  209. <DeployClass Name="AndroidServiceOutput_Android32">
  210. <Platform Name="Android64">
  211. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  212. <Operation>1</Operation>
  213. </Platform>
  214. </DeployClass>
  215. <DeployClass Name="AndroidSplashImageDef">
  216. <Platform Name="Android">
  217. <RemoteDir>res\drawable</RemoteDir>
  218. <Operation>1</Operation>
  219. </Platform>
  220. <Platform Name="Android64">
  221. <RemoteDir>res\drawable</RemoteDir>
  222. <Operation>1</Operation>
  223. </Platform>
  224. </DeployClass>
  225. <DeployClass Name="AndroidSplashStyles">
  226. <Platform Name="Android">
  227. <RemoteDir>res\values</RemoteDir>
  228. <Operation>1</Operation>
  229. </Platform>
  230. <Platform Name="Android64">
  231. <RemoteDir>res\values</RemoteDir>
  232. <Operation>1</Operation>
  233. </Platform>
  234. </DeployClass>
  235. <DeployClass Name="AndroidSplashStylesV21">
  236. <Platform Name="Android">
  237. <RemoteDir>res\values-v21</RemoteDir>
  238. <Operation>1</Operation>
  239. </Platform>
  240. <Platform Name="Android64">
  241. <RemoteDir>res\values-v21</RemoteDir>
  242. <Operation>1</Operation>
  243. </Platform>
  244. </DeployClass>
  245. <DeployClass Name="Android_Colors">
  246. <Platform Name="Android">
  247. <RemoteDir>res\values</RemoteDir>
  248. <Operation>1</Operation>
  249. </Platform>
  250. <Platform Name="Android64">
  251. <RemoteDir>res\values</RemoteDir>
  252. <Operation>1</Operation>
  253. </Platform>
  254. </DeployClass>
  255. <DeployClass Name="Android_DefaultAppIcon">
  256. <Platform Name="Android">
  257. <RemoteDir>res\drawable</RemoteDir>
  258. <Operation>1</Operation>
  259. </Platform>
  260. <Platform Name="Android64">
  261. <RemoteDir>res\drawable</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="Android_LauncherIcon144">
  266. <Platform Name="Android">
  267. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. <Platform Name="Android64">
  271. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="Android_LauncherIcon192">
  276. <Platform Name="Android">
  277. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. <Platform Name="Android64">
  281. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="Android_LauncherIcon36">
  286. <Platform Name="Android">
  287. <RemoteDir>res\drawable-ldpi</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. <Platform Name="Android64">
  291. <RemoteDir>res\drawable-ldpi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="Android_LauncherIcon48">
  296. <Platform Name="Android">
  297. <RemoteDir>res\drawable-mdpi</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. <Platform Name="Android64">
  301. <RemoteDir>res\drawable-mdpi</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. </DeployClass>
  305. <DeployClass Name="Android_LauncherIcon72">
  306. <Platform Name="Android">
  307. <RemoteDir>res\drawable-hdpi</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. <Platform Name="Android64">
  311. <RemoteDir>res\drawable-hdpi</RemoteDir>
  312. <Operation>1</Operation>
  313. </Platform>
  314. </DeployClass>
  315. <DeployClass Name="Android_LauncherIcon96">
  316. <Platform Name="Android">
  317. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  318. <Operation>1</Operation>
  319. </Platform>
  320. <Platform Name="Android64">
  321. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="Android_NotificationIcon24">
  326. <Platform Name="Android">
  327. <RemoteDir>res\drawable-mdpi</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. <Platform Name="Android64">
  331. <RemoteDir>res\drawable-mdpi</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. </DeployClass>
  335. <DeployClass Name="Android_NotificationIcon36">
  336. <Platform Name="Android">
  337. <RemoteDir>res\drawable-hdpi</RemoteDir>
  338. <Operation>1</Operation>
  339. </Platform>
  340. <Platform Name="Android64">
  341. <RemoteDir>res\drawable-hdpi</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. </DeployClass>
  345. <DeployClass Name="Android_NotificationIcon48">
  346. <Platform Name="Android">
  347. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  348. <Operation>1</Operation>
  349. </Platform>
  350. <Platform Name="Android64">
  351. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="Android_NotificationIcon72">
  356. <Platform Name="Android">
  357. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. <Platform Name="Android64">
  361. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  362. <Operation>1</Operation>
  363. </Platform>
  364. </DeployClass>
  365. <DeployClass Name="Android_NotificationIcon96">
  366. <Platform Name="Android">
  367. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. <Platform Name="Android64">
  371. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  372. <Operation>1</Operation>
  373. </Platform>
  374. </DeployClass>
  375. <DeployClass Name="Android_SplashImage426">
  376. <Platform Name="Android">
  377. <RemoteDir>res\drawable-small</RemoteDir>
  378. <Operation>1</Operation>
  379. </Platform>
  380. <Platform Name="Android64">
  381. <RemoteDir>res\drawable-small</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. </DeployClass>
  385. <DeployClass Name="Android_SplashImage470">
  386. <Platform Name="Android">
  387. <RemoteDir>res\drawable-normal</RemoteDir>
  388. <Operation>1</Operation>
  389. </Platform>
  390. <Platform Name="Android64">
  391. <RemoteDir>res\drawable-normal</RemoteDir>
  392. <Operation>1</Operation>
  393. </Platform>
  394. </DeployClass>
  395. <DeployClass Name="Android_SplashImage640">
  396. <Platform Name="Android">
  397. <RemoteDir>res\drawable-large</RemoteDir>
  398. <Operation>1</Operation>
  399. </Platform>
  400. <Platform Name="Android64">
  401. <RemoteDir>res\drawable-large</RemoteDir>
  402. <Operation>1</Operation>
  403. </Platform>
  404. </DeployClass>
  405. <DeployClass Name="Android_SplashImage960">
  406. <Platform Name="Android">
  407. <RemoteDir>res\drawable-xlarge</RemoteDir>
  408. <Operation>1</Operation>
  409. </Platform>
  410. <Platform Name="Android64">
  411. <RemoteDir>res\drawable-xlarge</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="Android_Strings">
  416. <Platform Name="Android">
  417. <RemoteDir>res\values</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. <Platform Name="Android64">
  421. <RemoteDir>res\values</RemoteDir>
  422. <Operation>1</Operation>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="DebugSymbols">
  426. <Platform Name="iOSSimulator">
  427. <Operation>1</Operation>
  428. </Platform>
  429. <Platform Name="OSX32">
  430. <RemoteDir>Contents\MacOS</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. <Platform Name="Win32">
  434. <Operation>0</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="DependencyFramework">
  438. <Platform Name="OSX32">
  439. <RemoteDir>Contents\MacOS</RemoteDir>
  440. <Operation>1</Operation>
  441. <Extensions>.framework</Extensions>
  442. </Platform>
  443. <Platform Name="OSX64">
  444. <RemoteDir>Contents\MacOS</RemoteDir>
  445. <Operation>1</Operation>
  446. <Extensions>.framework</Extensions>
  447. </Platform>
  448. <Platform Name="OSXARM64">
  449. <RemoteDir>Contents\MacOS</RemoteDir>
  450. <Operation>1</Operation>
  451. <Extensions>.framework</Extensions>
  452. </Platform>
  453. <Platform Name="Win32">
  454. <Operation>0</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="DependencyModule">
  458. <Platform Name="iOSDevice32">
  459. <Operation>1</Operation>
  460. <Extensions>.dylib</Extensions>
  461. </Platform>
  462. <Platform Name="iOSDevice64">
  463. <Operation>1</Operation>
  464. <Extensions>.dylib</Extensions>
  465. </Platform>
  466. <Platform Name="iOSSimulator">
  467. <Operation>1</Operation>
  468. <Extensions>.dylib</Extensions>
  469. </Platform>
  470. <Platform Name="OSX32">
  471. <RemoteDir>Contents\MacOS</RemoteDir>
  472. <Operation>1</Operation>
  473. <Extensions>.dylib</Extensions>
  474. </Platform>
  475. <Platform Name="OSX64">
  476. <RemoteDir>Contents\MacOS</RemoteDir>
  477. <Operation>1</Operation>
  478. <Extensions>.dylib</Extensions>
  479. </Platform>
  480. <Platform Name="OSXARM64">
  481. <RemoteDir>Contents\MacOS</RemoteDir>
  482. <Operation>1</Operation>
  483. <Extensions>.dylib</Extensions>
  484. </Platform>
  485. <Platform Name="Win32">
  486. <Operation>0</Operation>
  487. <Extensions>.dll;.bpl</Extensions>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Required="true" Name="DependencyPackage">
  491. <Platform Name="iOSDevice32">
  492. <Operation>1</Operation>
  493. <Extensions>.dylib</Extensions>
  494. </Platform>
  495. <Platform Name="iOSDevice64">
  496. <Operation>1</Operation>
  497. <Extensions>.dylib</Extensions>
  498. </Platform>
  499. <Platform Name="iOSSimulator">
  500. <Operation>1</Operation>
  501. <Extensions>.dylib</Extensions>
  502. </Platform>
  503. <Platform Name="OSX32">
  504. <RemoteDir>Contents\MacOS</RemoteDir>
  505. <Operation>1</Operation>
  506. <Extensions>.dylib</Extensions>
  507. </Platform>
  508. <Platform Name="OSX64">
  509. <RemoteDir>Contents\MacOS</RemoteDir>
  510. <Operation>1</Operation>
  511. <Extensions>.dylib</Extensions>
  512. </Platform>
  513. <Platform Name="OSXARM64">
  514. <RemoteDir>Contents\MacOS</RemoteDir>
  515. <Operation>1</Operation>
  516. <Extensions>.dylib</Extensions>
  517. </Platform>
  518. <Platform Name="Win32">
  519. <Operation>0</Operation>
  520. <Extensions>.bpl</Extensions>
  521. </Platform>
  522. </DeployClass>
  523. <DeployClass Name="File">
  524. <Platform Name="Android">
  525. <Operation>0</Operation>
  526. </Platform>
  527. <Platform Name="Android64">
  528. <Operation>0</Operation>
  529. </Platform>
  530. <Platform Name="iOSDevice32">
  531. <Operation>0</Operation>
  532. </Platform>
  533. <Platform Name="iOSDevice64">
  534. <Operation>0</Operation>
  535. </Platform>
  536. <Platform Name="iOSSimulator">
  537. <Operation>0</Operation>
  538. </Platform>
  539. <Platform Name="OSX32">
  540. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  541. <Operation>0</Operation>
  542. </Platform>
  543. <Platform Name="OSX64">
  544. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  545. <Operation>0</Operation>
  546. </Platform>
  547. <Platform Name="OSXARM64">
  548. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  549. <Operation>0</Operation>
  550. </Platform>
  551. <Platform Name="Win32">
  552. <Operation>0</Operation>
  553. </Platform>
  554. </DeployClass>
  555. <DeployClass Name="iOS_AppStore1024">
  556. <Platform Name="iOSDevice64">
  557. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  558. <Operation>1</Operation>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="iPad_AppIcon152">
  562. <Platform Name="iOSDevice64">
  563. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="iOSSimulator">
  567. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  568. <Operation>1</Operation>
  569. </Platform>
  570. </DeployClass>
  571. <DeployClass Name="iPad_AppIcon167">
  572. <Platform Name="iOSDevice64">
  573. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  574. <Operation>1</Operation>
  575. </Platform>
  576. <Platform Name="iOSSimulator">
  577. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  578. <Operation>1</Operation>
  579. </Platform>
  580. </DeployClass>
  581. <DeployClass Name="iPad_Launch2x">
  582. <Platform Name="iOSDevice64">
  583. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="iOSSimulator">
  587. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  588. <Operation>1</Operation>
  589. </Platform>
  590. </DeployClass>
  591. <DeployClass Name="iPad_LaunchDark2x">
  592. <Platform Name="iOSDevice64">
  593. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  594. <Operation>1</Operation>
  595. </Platform>
  596. <Platform Name="iOSSimulator">
  597. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  598. <Operation>1</Operation>
  599. </Platform>
  600. </DeployClass>
  601. <DeployClass Name="iPad_Notification40">
  602. <Platform Name="iOSDevice64">
  603. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. <Platform Name="iOSSimulator">
  607. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. </DeployClass>
  611. <DeployClass Name="iPad_Setting58">
  612. <Platform Name="iOSDevice64">
  613. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  614. <Operation>1</Operation>
  615. </Platform>
  616. <Platform Name="iOSSimulator">
  617. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  618. <Operation>1</Operation>
  619. </Platform>
  620. </DeployClass>
  621. <DeployClass Name="iPad_SpotLight80">
  622. <Platform Name="iOSDevice64">
  623. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="iOSSimulator">
  627. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  628. <Operation>1</Operation>
  629. </Platform>
  630. </DeployClass>
  631. <DeployClass Name="iPhone_AppIcon120">
  632. <Platform Name="iOSDevice64">
  633. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. <Platform Name="iOSSimulator">
  637. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  638. <Operation>1</Operation>
  639. </Platform>
  640. </DeployClass>
  641. <DeployClass Name="iPhone_AppIcon180">
  642. <Platform Name="iOSDevice64">
  643. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. </DeployClass>
  651. <DeployClass Name="iPhone_Launch2x">
  652. <Platform Name="iOSDevice64">
  653. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSSimulator">
  657. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPhone_Launch3x">
  662. <Platform Name="iOSDevice64">
  663. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="iOSSimulator">
  667. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Name="iPhone_LaunchDark2x">
  672. <Platform Name="iOSDevice64">
  673. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSSimulator">
  677. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  678. <Operation>1</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="iPhone_LaunchDark3x">
  682. <Platform Name="iOSDevice64">
  683. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  684. <Operation>1</Operation>
  685. </Platform>
  686. <Platform Name="iOSSimulator">
  687. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  688. <Operation>1</Operation>
  689. </Platform>
  690. </DeployClass>
  691. <DeployClass Name="iPhone_Notification40">
  692. <Platform Name="iOSDevice64">
  693. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSSimulator">
  697. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  698. <Operation>1</Operation>
  699. </Platform>
  700. </DeployClass>
  701. <DeployClass Name="iPhone_Notification60">
  702. <Platform Name="iOSDevice64">
  703. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  704. <Operation>1</Operation>
  705. </Platform>
  706. <Platform Name="iOSSimulator">
  707. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  708. <Operation>1</Operation>
  709. </Platform>
  710. </DeployClass>
  711. <DeployClass Name="iPhone_Setting58">
  712. <Platform Name="iOSDevice64">
  713. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  714. <Operation>1</Operation>
  715. </Platform>
  716. <Platform Name="iOSSimulator">
  717. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  718. <Operation>1</Operation>
  719. </Platform>
  720. </DeployClass>
  721. <DeployClass Name="iPhone_Setting87">
  722. <Platform Name="iOSDevice64">
  723. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  724. <Operation>1</Operation>
  725. </Platform>
  726. <Platform Name="iOSSimulator">
  727. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  728. <Operation>1</Operation>
  729. </Platform>
  730. </DeployClass>
  731. <DeployClass Name="iPhone_Spotlight120">
  732. <Platform Name="iOSDevice64">
  733. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  734. <Operation>1</Operation>
  735. </Platform>
  736. <Platform Name="iOSSimulator">
  737. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  738. <Operation>1</Operation>
  739. </Platform>
  740. </DeployClass>
  741. <DeployClass Name="iPhone_Spotlight80">
  742. <Platform Name="iOSDevice64">
  743. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  744. <Operation>1</Operation>
  745. </Platform>
  746. <Platform Name="iOSSimulator">
  747. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  748. <Operation>1</Operation>
  749. </Platform>
  750. </DeployClass>
  751. <DeployClass Name="ProjectAndroidManifest">
  752. <Platform Name="Android">
  753. <Operation>1</Operation>
  754. </Platform>
  755. <Platform Name="Android64">
  756. <Operation>1</Operation>
  757. </Platform>
  758. </DeployClass>
  759. <DeployClass Name="ProjectiOSDeviceDebug">
  760. <Platform Name="iOSDevice32">
  761. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  762. <Operation>1</Operation>
  763. </Platform>
  764. <Platform Name="iOSDevice64">
  765. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  766. <Operation>1</Operation>
  767. </Platform>
  768. </DeployClass>
  769. <DeployClass Name="ProjectiOSEntitlements">
  770. <Platform Name="iOSDevice32">
  771. <RemoteDir>..\</RemoteDir>
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSDevice64">
  775. <RemoteDir>..\</RemoteDir>
  776. <Operation>1</Operation>
  777. </Platform>
  778. </DeployClass>
  779. <DeployClass Name="ProjectiOSInfoPList">
  780. <Platform Name="iOSDevice32">
  781. <Operation>1</Operation>
  782. </Platform>
  783. <Platform Name="iOSDevice64">
  784. <Operation>1</Operation>
  785. </Platform>
  786. <Platform Name="iOSSimulator">
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="ProjectiOSLaunchScreen">
  791. <Platform Name="iOSDevice64">
  792. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  793. <Operation>64</Operation>
  794. </Platform>
  795. <Platform Name="iOSSimulator">
  796. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  797. <Operation>64</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="ProjectiOSResource">
  801. <Platform Name="iOSDevice32">
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="iOSDevice64">
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="ProjectOSXDebug">
  812. <Platform Name="OSX64">
  813. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  814. <Operation>1</Operation>
  815. </Platform>
  816. <Platform Name="OSXARM64">
  817. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="ProjectOSXEntitlements">
  822. <Platform Name="OSX32">
  823. <RemoteDir>..\</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="OSX64">
  827. <RemoteDir>..\</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="OSXARM64">
  831. <RemoteDir>..\</RemoteDir>
  832. <Operation>1</Operation>
  833. </Platform>
  834. </DeployClass>
  835. <DeployClass Name="ProjectOSXInfoPList">
  836. <Platform Name="OSX32">
  837. <RemoteDir>Contents</RemoteDir>
  838. <Operation>1</Operation>
  839. </Platform>
  840. <Platform Name="OSX64">
  841. <RemoteDir>Contents</RemoteDir>
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="OSXARM64">
  845. <RemoteDir>Contents</RemoteDir>
  846. <Operation>1</Operation>
  847. </Platform>
  848. </DeployClass>
  849. <DeployClass Name="ProjectOSXResource">
  850. <Platform Name="OSX32">
  851. <RemoteDir>Contents\Resources</RemoteDir>
  852. <Operation>1</Operation>
  853. </Platform>
  854. <Platform Name="OSX64">
  855. <RemoteDir>Contents\Resources</RemoteDir>
  856. <Operation>1</Operation>
  857. </Platform>
  858. <Platform Name="OSXARM64">
  859. <RemoteDir>Contents\Resources</RemoteDir>
  860. <Operation>1</Operation>
  861. </Platform>
  862. </DeployClass>
  863. <DeployClass Required="true" Name="ProjectOutput">
  864. <Platform Name="Android">
  865. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  866. <Operation>1</Operation>
  867. </Platform>
  868. <Platform Name="Android64">
  869. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  870. <Operation>1</Operation>
  871. </Platform>
  872. <Platform Name="iOSDevice32">
  873. <Operation>1</Operation>
  874. </Platform>
  875. <Platform Name="iOSDevice64">
  876. <Operation>1</Operation>
  877. </Platform>
  878. <Platform Name="iOSSimulator">
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="Linux64">
  882. <Operation>1</Operation>
  883. </Platform>
  884. <Platform Name="OSX32">
  885. <RemoteDir>Contents\MacOS</RemoteDir>
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="OSX64">
  889. <RemoteDir>Contents\MacOS</RemoteDir>
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="OSXARM64">
  893. <RemoteDir>Contents\MacOS</RemoteDir>
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="Win32">
  897. <Operation>0</Operation>
  898. </Platform>
  899. </DeployClass>
  900. <DeployClass Name="ProjectOutput_Android32">
  901. <Platform Name="Android64">
  902. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  903. <Operation>1</Operation>
  904. </Platform>
  905. </DeployClass>
  906. <DeployClass Name="ProjectUWPManifest">
  907. <Platform Name="Win32">
  908. <Operation>1</Operation>
  909. </Platform>
  910. <Platform Name="Win64">
  911. <Operation>1</Operation>
  912. </Platform>
  913. </DeployClass>
  914. <DeployClass Name="UWP_DelphiLogo150">
  915. <Platform Name="Win32">
  916. <RemoteDir>Assets</RemoteDir>
  917. <Operation>1</Operation>
  918. </Platform>
  919. <Platform Name="Win64">
  920. <RemoteDir>Assets</RemoteDir>
  921. <Operation>1</Operation>
  922. </Platform>
  923. </DeployClass>
  924. <DeployClass Name="UWP_DelphiLogo44">
  925. <Platform Name="Win32">
  926. <RemoteDir>Assets</RemoteDir>
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="Win64">
  930. <RemoteDir>Assets</RemoteDir>
  931. <Operation>1</Operation>
  932. </Platform>
  933. </DeployClass>
  934. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  935. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  936. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  937. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  938. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  939. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  940. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  941. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  942. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  943. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  944. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  945. </Deployment>
  946. <Platforms>
  947. <Platform value="Win32">True</Platform>
  948. <Platform value="Win64">False</Platform>
  949. </Platforms>
  950. </BorlandProject>
  951. <ProjectFileVersion>12</ProjectFileVersion>
  952. </ProjectExtensions>
  953. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  954. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  955. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  956. </Project>