MaterialsD.dproj 60 KB

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