ShadersLabD.dproj 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{14E4CF37-5139-4404-8CF8-9FA7EC2ED48B}</ProjectGuid>
  4. <ProjectVersion>19.4</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <MainSource>ShadersLabD.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>3</TargetedPlatforms>
  11. <AppType>Application</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  62. <VerInfo_Locale>1036</VerInfo_Locale>
  63. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  64. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  65. <SanitizedProjectName>ShadersLabD</SanitizedProjectName>
  66. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  67. <DCC_E>false</DCC_E>
  68. <DCC_N>false</DCC_N>
  69. <DCC_S>false</DCC_S>
  70. <DCC_F>false</DCC_F>
  71. <DCC_K>false</DCC_K>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  74. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  75. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  76. <VerInfo_Locale>1033</VerInfo_Locale>
  77. <DCC_UsePackage>FireDACTDataDriver;FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;GR32_DSGN_RSXE5;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;appanalytics;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;JvCore;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;pkCindyPackDXE8;GLScene_RT;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;JclDeveloperTools;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;beanz_designtime;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;JclContainers;DBXOdbcDriver;vclFireDAC;JvSystem;xmlrtl;DataSnapNativeClient;svnui;JvControls;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindcompdbx;soaprtl;bindengine;vclactnband;bindcompvcl;JvStdCtrls;Jcl;vclie;FireDACADSDriver;vcltouch;emsclient;VclSmp;FireDAC;DBXInformixDriver;FireDACMSSQLDriver;VCLRESTComponents;GLScene_Cg_RT;DataSnapConnectors;DataSnapServerMidas;GR32_RSXE5;dsnapcon;DBXFirebirdDriver;inet;fmxobj;JclVcl;FireDACMySQLDriver;soapmidas;vclx;svn;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;VirtualTreesR;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
  78. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  79. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  80. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  83. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  84. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  85. <VerInfo_Locale>1033</VerInfo_Locale>
  86. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  87. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  88. <DCC_UsePackage>FireDACTDataDriver;FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;appanalytics;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;DBXOdbcDriver;vclFireDAC;xmlrtl;DataSnapNativeClient;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindcompdbx;soaprtl;bindengine;vclactnband;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VclSmp;FireDAC;DBXInformixDriver;FireDACMSSQLDriver;VCLRESTComponents;GLScene_Cg_RT;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;VirtualTreesR;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  91. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  92. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  93. <DCC_Optimize>false</DCC_Optimize>
  94. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  95. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  96. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  99. <BT_BuildType>Debug</BT_BuildType>
  100. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  101. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  102. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  103. <VerInfo_Locale>1033</VerInfo_Locale>
  104. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  107. <BT_BuildType>Debug</BT_BuildType>
  108. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  109. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  110. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  111. <VerInfo_Locale>1033</VerInfo_Locale>
  112. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  113. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  114. <DCC_UnitSearchPath>..\..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  117. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  118. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  119. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  120. <DCC_DebugInformation>0</DCC_DebugInformation>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  123. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  124. <VerInfo_Locale>1033</VerInfo_Locale>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  127. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  128. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  129. </PropertyGroup>
  130. <ItemGroup>
  131. <DelphiCompile Include="$(MainSource)">
  132. <MainSource>MainSource</MainSource>
  133. </DelphiCompile>
  134. <DCCReference Include="fShaderLabD.pas">
  135. <Form>FormShaderLab</Form>
  136. <FormType>dfm</FormType>
  137. </DCCReference>
  138. <BuildConfiguration Include="Base">
  139. <Key>Base</Key>
  140. </BuildConfiguration>
  141. <BuildConfiguration Include="Debug">
  142. <Key>Cfg_1</Key>
  143. <CfgParent>Base</CfgParent>
  144. </BuildConfiguration>
  145. <BuildConfiguration Include="Release">
  146. <Key>Cfg_2</Key>
  147. <CfgParent>Base</CfgParent>
  148. </BuildConfiguration>
  149. </ItemGroup>
  150. <ProjectExtensions>
  151. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  152. <Borland.ProjectType>Application</Borland.ProjectType>
  153. <BorlandProject>
  154. <Delphi.Personality>
  155. <Source>
  156. <Source Name="MainSource">ShadersLabD.dpr</Source>
  157. </Source>
  158. <Excluded_Packages>
  159. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  160. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  161. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  162. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  163. </Excluded_Packages>
  164. </Delphi.Personality>
  165. <Deployment Version="3">
  166. <DeployFile LocalName="Win32\Debug\ShadersLabD.exe" Configuration="Debug" Class="ProjectOutput">
  167. <Platform Name="Win32">
  168. <RemoteName>ShadersLabD.exe</RemoteName>
  169. <Overwrite>true</Overwrite>
  170. </Platform>
  171. </DeployFile>
  172. <DeployClass Name="AdditionalDebugSymbols">
  173. <Platform Name="iOSSimulator">
  174. <Operation>1</Operation>
  175. </Platform>
  176. <Platform Name="OSX32">
  177. <RemoteDir>Contents\MacOS</RemoteDir>
  178. <Operation>1</Operation>
  179. </Platform>
  180. <Platform Name="Win32">
  181. <Operation>0</Operation>
  182. </Platform>
  183. </DeployClass>
  184. <DeployClass Name="AndroidClasses">
  185. <Platform Name="Android">
  186. <RemoteDir>classes</RemoteDir>
  187. <Operation>64</Operation>
  188. </Platform>
  189. <Platform Name="Android64">
  190. <RemoteDir>classes</RemoteDir>
  191. <Operation>64</Operation>
  192. </Platform>
  193. </DeployClass>
  194. <DeployClass Name="AndroidClassesDexFile">
  195. <Platform Name="Android">
  196. <RemoteDir>classes</RemoteDir>
  197. <Operation>1</Operation>
  198. </Platform>
  199. </DeployClass>
  200. <DeployClass Name="AndroidFileProvider">
  201. <Platform Name="Android">
  202. <RemoteDir>res\xml</RemoteDir>
  203. <Operation>1</Operation>
  204. </Platform>
  205. <Platform Name="Android64">
  206. <RemoteDir>res\xml</RemoteDir>
  207. <Operation>1</Operation>
  208. </Platform>
  209. </DeployClass>
  210. <DeployClass Name="AndroidGDBServer">
  211. <Platform Name="Android">
  212. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  213. <Operation>1</Operation>
  214. </Platform>
  215. </DeployClass>
  216. <DeployClass Name="AndroidLibnativeArmeabiFile">
  217. <Platform Name="Android">
  218. <RemoteDir>library\lib\armeabi</RemoteDir>
  219. <Operation>1</Operation>
  220. </Platform>
  221. <Platform Name="Android64">
  222. <RemoteDir>library\lib\armeabi</RemoteDir>
  223. <Operation>1</Operation>
  224. </Platform>
  225. </DeployClass>
  226. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  227. <Platform Name="Android64">
  228. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  229. <Operation>1</Operation>
  230. </Platform>
  231. </DeployClass>
  232. <DeployClass Name="AndroidLibnativeMipsFile">
  233. <Platform Name="Android">
  234. <RemoteDir>library\lib\mips</RemoteDir>
  235. <Operation>1</Operation>
  236. </Platform>
  237. <Platform Name="Android64">
  238. <RemoteDir>library\lib\mips</RemoteDir>
  239. <Operation>1</Operation>
  240. </Platform>
  241. </DeployClass>
  242. <DeployClass Name="AndroidLibnativeX86File"/>
  243. <DeployClass Name="AndroidServiceOutput">
  244. <Platform Name="Android">
  245. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  246. <Operation>1</Operation>
  247. </Platform>
  248. <Platform Name="Android64">
  249. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  250. <Operation>1</Operation>
  251. </Platform>
  252. </DeployClass>
  253. <DeployClass Name="AndroidServiceOutput_Android32">
  254. <Platform Name="Android64">
  255. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  256. <Operation>1</Operation>
  257. </Platform>
  258. </DeployClass>
  259. <DeployClass Name="AndroidSplashImageDef">
  260. <Platform Name="Android">
  261. <RemoteDir>res\drawable</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. <Platform Name="Android64">
  265. <RemoteDir>res\drawable</RemoteDir>
  266. <Operation>1</Operation>
  267. </Platform>
  268. </DeployClass>
  269. <DeployClass Name="AndroidSplashStyles">
  270. <Platform Name="Android">
  271. <RemoteDir>res\values</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. <Platform Name="Android64">
  275. <RemoteDir>res\values</RemoteDir>
  276. <Operation>1</Operation>
  277. </Platform>
  278. </DeployClass>
  279. <DeployClass Name="AndroidSplashStylesV21">
  280. <Platform Name="Android">
  281. <RemoteDir>res\values-v21</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. <Platform Name="Android64">
  285. <RemoteDir>res\values-v21</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="Android_Colors">
  290. <Platform Name="Android">
  291. <RemoteDir>res\values</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. <Platform Name="Android64">
  295. <RemoteDir>res\values</RemoteDir>
  296. <Operation>1</Operation>
  297. </Platform>
  298. </DeployClass>
  299. <DeployClass Name="Android_DefaultAppIcon">
  300. <Platform Name="Android">
  301. <RemoteDir>res\drawable</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. <Platform Name="Android64">
  305. <RemoteDir>res\drawable</RemoteDir>
  306. <Operation>1</Operation>
  307. </Platform>
  308. </DeployClass>
  309. <DeployClass Name="Android_LauncherIcon144">
  310. <Platform Name="Android">
  311. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  312. <Operation>1</Operation>
  313. </Platform>
  314. <Platform Name="Android64">
  315. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_LauncherIcon192">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. <Platform Name="Android64">
  325. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="Android_LauncherIcon36">
  330. <Platform Name="Android">
  331. <RemoteDir>res\drawable-ldpi</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. <Platform Name="Android64">
  335. <RemoteDir>res\drawable-ldpi</RemoteDir>
  336. <Operation>1</Operation>
  337. </Platform>
  338. </DeployClass>
  339. <DeployClass Name="Android_LauncherIcon48">
  340. <Platform Name="Android">
  341. <RemoteDir>res\drawable-mdpi</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. <Platform Name="Android64">
  345. <RemoteDir>res\drawable-mdpi</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="Android_LauncherIcon72">
  350. <Platform Name="Android">
  351. <RemoteDir>res\drawable-hdpi</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. <Platform Name="Android64">
  355. <RemoteDir>res\drawable-hdpi</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. </DeployClass>
  359. <DeployClass Name="Android_LauncherIcon96">
  360. <Platform Name="Android">
  361. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  362. <Operation>1</Operation>
  363. </Platform>
  364. <Platform Name="Android64">
  365. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  366. <Operation>1</Operation>
  367. </Platform>
  368. </DeployClass>
  369. <DeployClass Name="Android_NotificationIcon24">
  370. <Platform Name="Android">
  371. <RemoteDir>res\drawable-mdpi</RemoteDir>
  372. <Operation>1</Operation>
  373. </Platform>
  374. <Platform Name="Android64">
  375. <RemoteDir>res\drawable-mdpi</RemoteDir>
  376. <Operation>1</Operation>
  377. </Platform>
  378. </DeployClass>
  379. <DeployClass Name="Android_NotificationIcon36">
  380. <Platform Name="Android">
  381. <RemoteDir>res\drawable-hdpi</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. <Platform Name="Android64">
  385. <RemoteDir>res\drawable-hdpi</RemoteDir>
  386. <Operation>1</Operation>
  387. </Platform>
  388. </DeployClass>
  389. <DeployClass Name="Android_NotificationIcon48">
  390. <Platform Name="Android">
  391. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  392. <Operation>1</Operation>
  393. </Platform>
  394. <Platform Name="Android64">
  395. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  396. <Operation>1</Operation>
  397. </Platform>
  398. </DeployClass>
  399. <DeployClass Name="Android_NotificationIcon72">
  400. <Platform Name="Android">
  401. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  402. <Operation>1</Operation>
  403. </Platform>
  404. <Platform Name="Android64">
  405. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. </DeployClass>
  409. <DeployClass Name="Android_NotificationIcon96">
  410. <Platform Name="Android">
  411. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. <Platform Name="Android64">
  415. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  416. <Operation>1</Operation>
  417. </Platform>
  418. </DeployClass>
  419. <DeployClass Name="Android_SplashImage426">
  420. <Platform Name="Android">
  421. <RemoteDir>res\drawable-small</RemoteDir>
  422. <Operation>1</Operation>
  423. </Platform>
  424. <Platform Name="Android64">
  425. <RemoteDir>res\drawable-small</RemoteDir>
  426. <Operation>1</Operation>
  427. </Platform>
  428. </DeployClass>
  429. <DeployClass Name="Android_SplashImage470">
  430. <Platform Name="Android">
  431. <RemoteDir>res\drawable-normal</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. <Platform Name="Android64">
  435. <RemoteDir>res\drawable-normal</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. </DeployClass>
  439. <DeployClass Name="Android_SplashImage640">
  440. <Platform Name="Android">
  441. <RemoteDir>res\drawable-large</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. <Platform Name="Android64">
  445. <RemoteDir>res\drawable-large</RemoteDir>
  446. <Operation>1</Operation>
  447. </Platform>
  448. </DeployClass>
  449. <DeployClass Name="Android_SplashImage960">
  450. <Platform Name="Android">
  451. <RemoteDir>res\drawable-xlarge</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. <Platform Name="Android64">
  455. <RemoteDir>res\drawable-xlarge</RemoteDir>
  456. <Operation>1</Operation>
  457. </Platform>
  458. </DeployClass>
  459. <DeployClass Name="Android_Strings">
  460. <Platform Name="Android">
  461. <RemoteDir>res\values</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. <Platform Name="Android64">
  465. <RemoteDir>res\values</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="DebugSymbols">
  470. <Platform Name="iOSSimulator">
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="OSX32">
  474. <RemoteDir>Contents\MacOS</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="Win32">
  478. <Operation>0</Operation>
  479. </Platform>
  480. </DeployClass>
  481. <DeployClass Name="DependencyFramework">
  482. <Platform Name="OSX32">
  483. <RemoteDir>Contents\MacOS</RemoteDir>
  484. <Operation>1</Operation>
  485. <Extensions>.framework</Extensions>
  486. </Platform>
  487. <Platform Name="OSX64">
  488. <RemoteDir>Contents\MacOS</RemoteDir>
  489. <Operation>1</Operation>
  490. <Extensions>.framework</Extensions>
  491. </Platform>
  492. <Platform Name="OSXARM64">
  493. <RemoteDir>Contents\MacOS</RemoteDir>
  494. <Operation>1</Operation>
  495. <Extensions>.framework</Extensions>
  496. </Platform>
  497. <Platform Name="Win32">
  498. <Operation>0</Operation>
  499. </Platform>
  500. </DeployClass>
  501. <DeployClass Name="DependencyModule">
  502. <Platform Name="iOSDevice32">
  503. <Operation>1</Operation>
  504. <Extensions>.dylib</Extensions>
  505. </Platform>
  506. <Platform Name="iOSDevice64">
  507. <Operation>1</Operation>
  508. <Extensions>.dylib</Extensions>
  509. </Platform>
  510. <Platform Name="iOSSimulator">
  511. <Operation>1</Operation>
  512. <Extensions>.dylib</Extensions>
  513. </Platform>
  514. <Platform Name="OSX32">
  515. <RemoteDir>Contents\MacOS</RemoteDir>
  516. <Operation>1</Operation>
  517. <Extensions>.dylib</Extensions>
  518. </Platform>
  519. <Platform Name="OSX64">
  520. <RemoteDir>Contents\MacOS</RemoteDir>
  521. <Operation>1</Operation>
  522. <Extensions>.dylib</Extensions>
  523. </Platform>
  524. <Platform Name="OSXARM64">
  525. <RemoteDir>Contents\MacOS</RemoteDir>
  526. <Operation>1</Operation>
  527. <Extensions>.dylib</Extensions>
  528. </Platform>
  529. <Platform Name="Win32">
  530. <Operation>0</Operation>
  531. <Extensions>.dll;.bpl</Extensions>
  532. </Platform>
  533. </DeployClass>
  534. <DeployClass Required="true" Name="DependencyPackage">
  535. <Platform Name="iOSDevice32">
  536. <Operation>1</Operation>
  537. <Extensions>.dylib</Extensions>
  538. </Platform>
  539. <Platform Name="iOSDevice64">
  540. <Operation>1</Operation>
  541. <Extensions>.dylib</Extensions>
  542. </Platform>
  543. <Platform Name="iOSSimulator">
  544. <Operation>1</Operation>
  545. <Extensions>.dylib</Extensions>
  546. </Platform>
  547. <Platform Name="OSX32">
  548. <RemoteDir>Contents\MacOS</RemoteDir>
  549. <Operation>1</Operation>
  550. <Extensions>.dylib</Extensions>
  551. </Platform>
  552. <Platform Name="OSX64">
  553. <RemoteDir>Contents\MacOS</RemoteDir>
  554. <Operation>1</Operation>
  555. <Extensions>.dylib</Extensions>
  556. </Platform>
  557. <Platform Name="OSXARM64">
  558. <RemoteDir>Contents\MacOS</RemoteDir>
  559. <Operation>1</Operation>
  560. <Extensions>.dylib</Extensions>
  561. </Platform>
  562. <Platform Name="Win32">
  563. <Operation>0</Operation>
  564. <Extensions>.bpl</Extensions>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="File">
  568. <Platform Name="Android">
  569. <Operation>0</Operation>
  570. </Platform>
  571. <Platform Name="Android64">
  572. <Operation>0</Operation>
  573. </Platform>
  574. <Platform Name="iOSDevice32">
  575. <Operation>0</Operation>
  576. </Platform>
  577. <Platform Name="iOSDevice64">
  578. <Operation>0</Operation>
  579. </Platform>
  580. <Platform Name="iOSSimulator">
  581. <Operation>0</Operation>
  582. </Platform>
  583. <Platform Name="OSX32">
  584. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  585. <Operation>0</Operation>
  586. </Platform>
  587. <Platform Name="OSX64">
  588. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  589. <Operation>0</Operation>
  590. </Platform>
  591. <Platform Name="OSXARM64">
  592. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  593. <Operation>0</Operation>
  594. </Platform>
  595. <Platform Name="Win32">
  596. <Operation>0</Operation>
  597. </Platform>
  598. </DeployClass>
  599. <DeployClass Name="iOS_AppStore1024">
  600. <Platform Name="iOSDevice64">
  601. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="iPad_AppIcon152">
  606. <Platform Name="iOSDevice64">
  607. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="iOSSimulator">
  611. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  612. <Operation>1</Operation>
  613. </Platform>
  614. </DeployClass>
  615. <DeployClass Name="iPad_AppIcon167">
  616. <Platform Name="iOSDevice64">
  617. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="iOSSimulator">
  621. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  622. <Operation>1</Operation>
  623. </Platform>
  624. </DeployClass>
  625. <DeployClass Name="iPad_Launch1024">
  626. <Platform Name="iOSDevice32">
  627. <Operation>1</Operation>
  628. </Platform>
  629. <Platform Name="iOSDevice64">
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="iOSSimulator">
  633. <Operation>1</Operation>
  634. </Platform>
  635. </DeployClass>
  636. <DeployClass Name="iPad_Launch1024x768">
  637. <Platform Name="iOSDevice32">
  638. <Operation>1</Operation>
  639. </Platform>
  640. <Platform Name="iOSDevice64">
  641. <Operation>1</Operation>
  642. </Platform>
  643. <Platform Name="iOSSimulator">
  644. <Operation>1</Operation>
  645. </Platform>
  646. </DeployClass>
  647. <DeployClass Name="iPad_Launch1536">
  648. <Platform Name="iOSDevice32">
  649. <Operation>1</Operation>
  650. </Platform>
  651. <Platform Name="iOSDevice64">
  652. <Operation>1</Operation>
  653. </Platform>
  654. <Platform Name="iOSSimulator">
  655. <Operation>1</Operation>
  656. </Platform>
  657. </DeployClass>
  658. <DeployClass Name="iPad_Launch1536x2048">
  659. <Platform Name="iOSDevice32">
  660. <Operation>1</Operation>
  661. </Platform>
  662. <Platform Name="iOSDevice64">
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="iOSSimulator">
  666. <Operation>1</Operation>
  667. </Platform>
  668. </DeployClass>
  669. <DeployClass Name="iPad_Launch1668">
  670. <Platform Name="iOSDevice32">
  671. <Operation>1</Operation>
  672. </Platform>
  673. <Platform Name="iOSDevice64">
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSSimulator">
  677. <Operation>1</Operation>
  678. </Platform>
  679. </DeployClass>
  680. <DeployClass Name="iPad_Launch1668x2388">
  681. <Platform Name="iOSDevice32">
  682. <Operation>1</Operation>
  683. </Platform>
  684. <Platform Name="iOSDevice64">
  685. <Operation>1</Operation>
  686. </Platform>
  687. <Platform Name="iOSSimulator">
  688. <Operation>1</Operation>
  689. </Platform>
  690. </DeployClass>
  691. <DeployClass Name="iPad_Launch2048">
  692. <Platform Name="iOSDevice32">
  693. <Operation>1</Operation>
  694. </Platform>
  695. <Platform Name="iOSDevice64">
  696. <Operation>1</Operation>
  697. </Platform>
  698. <Platform Name="iOSSimulator">
  699. <Operation>1</Operation>
  700. </Platform>
  701. </DeployClass>
  702. <DeployClass Name="iPad_Launch2048x1536">
  703. <Platform Name="iOSDevice32">
  704. <Operation>1</Operation>
  705. </Platform>
  706. <Platform Name="iOSDevice64">
  707. <Operation>1</Operation>
  708. </Platform>
  709. <Platform Name="iOSSimulator">
  710. <Operation>1</Operation>
  711. </Platform>
  712. </DeployClass>
  713. <DeployClass Name="iPad_Launch2048x2732">
  714. <Platform Name="iOSDevice32">
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="iOSDevice64">
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSSimulator">
  721. <Operation>1</Operation>
  722. </Platform>
  723. </DeployClass>
  724. <DeployClass Name="iPad_Launch2224">
  725. <Platform Name="iOSDevice32">
  726. <Operation>1</Operation>
  727. </Platform>
  728. <Platform Name="iOSDevice64">
  729. <Operation>1</Operation>
  730. </Platform>
  731. <Platform Name="iOSSimulator">
  732. <Operation>1</Operation>
  733. </Platform>
  734. </DeployClass>
  735. <DeployClass Name="iPad_Launch2388x1668">
  736. <Platform Name="iOSDevice32">
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="iOSDevice64">
  740. <Operation>1</Operation>
  741. </Platform>
  742. <Platform Name="iOSSimulator">
  743. <Operation>1</Operation>
  744. </Platform>
  745. </DeployClass>
  746. <DeployClass Name="iPad_Launch2732x2048">
  747. <Platform Name="iOSDevice32">
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="iOSDevice64">
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSSimulator">
  754. <Operation>1</Operation>
  755. </Platform>
  756. </DeployClass>
  757. <DeployClass Name="iPad_Launch2x">
  758. <Platform Name="iOSDevice64">
  759. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="iOSSimulator">
  763. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. </DeployClass>
  767. <DeployClass Name="iPad_Launch768">
  768. <Platform Name="iOSDevice32">
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="iOSDevice64">
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSSimulator">
  775. <Operation>1</Operation>
  776. </Platform>
  777. </DeployClass>
  778. <DeployClass Name="iPad_Launch768x1024">
  779. <Platform Name="iOSDevice32">
  780. <Operation>1</Operation>
  781. </Platform>
  782. <Platform Name="iOSDevice64">
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="iOSSimulator">
  786. <Operation>1</Operation>
  787. </Platform>
  788. </DeployClass>
  789. <DeployClass Name="iPad_LaunchDark2x">
  790. <Platform Name="iOSDevice64">
  791. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  792. <Operation>1</Operation>
  793. </Platform>
  794. <Platform Name="iOSSimulator">
  795. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  796. <Operation>1</Operation>
  797. </Platform>
  798. </DeployClass>
  799. <DeployClass Name="iPad_Notification40">
  800. <Platform Name="iOSDevice64">
  801. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="iOSSimulator">
  805. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  806. <Operation>1</Operation>
  807. </Platform>
  808. </DeployClass>
  809. <DeployClass Name="iPad_Setting58">
  810. <Platform Name="iOSDevice64">
  811. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="iOSSimulator">
  815. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. </DeployClass>
  819. <DeployClass Name="iPad_SpotLight80">
  820. <Platform Name="iOSDevice64">
  821. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="iOSSimulator">
  825. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  826. <Operation>1</Operation>
  827. </Platform>
  828. </DeployClass>
  829. <DeployClass Name="iPhone_AppIcon120">
  830. <Platform Name="iOSDevice64">
  831. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="iOSSimulator">
  835. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  836. <Operation>1</Operation>
  837. </Platform>
  838. </DeployClass>
  839. <DeployClass Name="iPhone_AppIcon180">
  840. <Platform Name="iOSDevice64">
  841. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="iOSSimulator">
  845. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  846. <Operation>1</Operation>
  847. </Platform>
  848. </DeployClass>
  849. <DeployClass Name="iPhone_Launch1125">
  850. <Platform Name="iOSDevice32">
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="iOSDevice64">
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSSimulator">
  857. <Operation>1</Operation>
  858. </Platform>
  859. </DeployClass>
  860. <DeployClass Name="iPhone_Launch1136x640">
  861. <Platform Name="iOSDevice32">
  862. <Operation>1</Operation>
  863. </Platform>
  864. <Platform Name="iOSDevice64">
  865. <Operation>1</Operation>
  866. </Platform>
  867. <Platform Name="iOSSimulator">
  868. <Operation>1</Operation>
  869. </Platform>
  870. </DeployClass>
  871. <DeployClass Name="iPhone_Launch1242">
  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. </DeployClass>
  882. <DeployClass Name="iPhone_Launch1242x2688">
  883. <Platform Name="iOSDevice32">
  884. <Operation>1</Operation>
  885. </Platform>
  886. <Platform Name="iOSDevice64">
  887. <Operation>1</Operation>
  888. </Platform>
  889. <Platform Name="iOSSimulator">
  890. <Operation>1</Operation>
  891. </Platform>
  892. </DeployClass>
  893. <DeployClass Name="iPhone_Launch1334">
  894. <Platform Name="iOSDevice32">
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="iOSDevice64">
  898. <Operation>1</Operation>
  899. </Platform>
  900. <Platform Name="iOSSimulator">
  901. <Operation>1</Operation>
  902. </Platform>
  903. </DeployClass>
  904. <DeployClass Name="iPhone_Launch1792">
  905. <Platform Name="iOSDevice32">
  906. <Operation>1</Operation>
  907. </Platform>
  908. <Platform Name="iOSDevice64">
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="iOSSimulator">
  912. <Operation>1</Operation>
  913. </Platform>
  914. </DeployClass>
  915. <DeployClass Name="iPhone_Launch2208">
  916. <Platform Name="iOSDevice32">
  917. <Operation>1</Operation>
  918. </Platform>
  919. <Platform Name="iOSDevice64">
  920. <Operation>1</Operation>
  921. </Platform>
  922. <Platform Name="iOSSimulator">
  923. <Operation>1</Operation>
  924. </Platform>
  925. </DeployClass>
  926. <DeployClass Name="iPhone_Launch2436">
  927. <Platform Name="iOSDevice32">
  928. <Operation>1</Operation>
  929. </Platform>
  930. <Platform Name="iOSDevice64">
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="iOSSimulator">
  934. <Operation>1</Operation>
  935. </Platform>
  936. </DeployClass>
  937. <DeployClass Name="iPhone_Launch2688x1242">
  938. <Platform Name="iOSDevice32">
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="iOSDevice64">
  942. <Operation>1</Operation>
  943. </Platform>
  944. <Platform Name="iOSSimulator">
  945. <Operation>1</Operation>
  946. </Platform>
  947. </DeployClass>
  948. <DeployClass Name="iPhone_Launch2x">
  949. <Platform Name="iOSDevice64">
  950. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  951. <Operation>1</Operation>
  952. </Platform>
  953. <Platform Name="iOSSimulator">
  954. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  955. <Operation>1</Operation>
  956. </Platform>
  957. </DeployClass>
  958. <DeployClass Name="iPhone_Launch320">
  959. <Platform Name="iOSDevice32">
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="iOSDevice64">
  963. <Operation>1</Operation>
  964. </Platform>
  965. <Platform Name="iOSSimulator">
  966. <Operation>1</Operation>
  967. </Platform>
  968. </DeployClass>
  969. <DeployClass Name="iPhone_Launch3x">
  970. <Platform Name="iOSDevice64">
  971. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  972. <Operation>1</Operation>
  973. </Platform>
  974. <Platform Name="iOSSimulator">
  975. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  976. <Operation>1</Operation>
  977. </Platform>
  978. </DeployClass>
  979. <DeployClass Name="iPhone_Launch640">
  980. <Platform Name="iOSDevice32">
  981. <Operation>1</Operation>
  982. </Platform>
  983. <Platform Name="iOSDevice64">
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="iOSSimulator">
  987. <Operation>1</Operation>
  988. </Platform>
  989. </DeployClass>
  990. <DeployClass Name="iPhone_Launch640x1136">
  991. <Platform Name="iOSDevice32">
  992. <Operation>1</Operation>
  993. </Platform>
  994. <Platform Name="iOSDevice64">
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="iOSSimulator">
  998. <Operation>1</Operation>
  999. </Platform>
  1000. </DeployClass>
  1001. <DeployClass Name="iPhone_Launch750">
  1002. <Platform Name="iOSDevice32">
  1003. <Operation>1</Operation>
  1004. </Platform>
  1005. <Platform Name="iOSDevice64">
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. <Platform Name="iOSSimulator">
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. </DeployClass>
  1012. <DeployClass Name="iPhone_Launch828">
  1013. <Platform Name="iOSDevice32">
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. <Platform Name="iOSDevice64">
  1017. <Operation>1</Operation>
  1018. </Platform>
  1019. <Platform Name="iOSSimulator">
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. </DeployClass>
  1023. <DeployClass Name="iPhone_LaunchDark2x">
  1024. <Platform Name="iOSDevice64">
  1025. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. <Platform Name="iOSSimulator">
  1029. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1030. <Operation>1</Operation>
  1031. </Platform>
  1032. </DeployClass>
  1033. <DeployClass Name="iPhone_LaunchDark3x">
  1034. <Platform Name="iOSDevice64">
  1035. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1036. <Operation>1</Operation>
  1037. </Platform>
  1038. <Platform Name="iOSSimulator">
  1039. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1040. <Operation>1</Operation>
  1041. </Platform>
  1042. </DeployClass>
  1043. <DeployClass Name="iPhone_Notification40">
  1044. <Platform Name="iOSDevice64">
  1045. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. <Platform Name="iOSSimulator">
  1049. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1050. <Operation>1</Operation>
  1051. </Platform>
  1052. </DeployClass>
  1053. <DeployClass Name="iPhone_Notification60">
  1054. <Platform Name="iOSDevice64">
  1055. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. <Platform Name="iOSSimulator">
  1059. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1060. <Operation>1</Operation>
  1061. </Platform>
  1062. </DeployClass>
  1063. <DeployClass Name="iPhone_Setting58">
  1064. <Platform Name="iOSDevice64">
  1065. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. <Platform Name="iOSSimulator">
  1069. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. </DeployClass>
  1073. <DeployClass Name="iPhone_Setting87">
  1074. <Platform Name="iOSDevice64">
  1075. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. <Platform Name="iOSSimulator">
  1079. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1080. <Operation>1</Operation>
  1081. </Platform>
  1082. </DeployClass>
  1083. <DeployClass Name="iPhone_Spotlight120">
  1084. <Platform Name="iOSDevice64">
  1085. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1086. <Operation>1</Operation>
  1087. </Platform>
  1088. <Platform Name="iOSSimulator">
  1089. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1090. <Operation>1</Operation>
  1091. </Platform>
  1092. </DeployClass>
  1093. <DeployClass Name="iPhone_Spotlight80">
  1094. <Platform Name="iOSDevice64">
  1095. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1096. <Operation>1</Operation>
  1097. </Platform>
  1098. <Platform Name="iOSSimulator">
  1099. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. </DeployClass>
  1103. <DeployClass Name="ProjectAndroidManifest">
  1104. <Platform Name="Android">
  1105. <Operation>1</Operation>
  1106. </Platform>
  1107. <Platform Name="Android64">
  1108. <Operation>1</Operation>
  1109. </Platform>
  1110. </DeployClass>
  1111. <DeployClass Name="ProjectiOSDeviceDebug">
  1112. <Platform Name="iOSDevice32">
  1113. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. <Platform Name="iOSDevice64">
  1117. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1118. <Operation>1</Operation>
  1119. </Platform>
  1120. </DeployClass>
  1121. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1122. <Platform Name="iOSDevice32">
  1123. <Operation>1</Operation>
  1124. </Platform>
  1125. <Platform Name="iOSDevice64">
  1126. <Operation>1</Operation>
  1127. </Platform>
  1128. </DeployClass>
  1129. <DeployClass Name="ProjectiOSEntitlements">
  1130. <Platform Name="iOSDevice32">
  1131. <RemoteDir>..\</RemoteDir>
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. <Platform Name="iOSDevice64">
  1135. <RemoteDir>..\</RemoteDir>
  1136. <Operation>1</Operation>
  1137. </Platform>
  1138. </DeployClass>
  1139. <DeployClass Name="ProjectiOSInfoPList">
  1140. <Platform Name="iOSDevice32">
  1141. <Operation>1</Operation>
  1142. </Platform>
  1143. <Platform Name="iOSDevice64">
  1144. <Operation>1</Operation>
  1145. </Platform>
  1146. <Platform Name="iOSSimulator">
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. </DeployClass>
  1150. <DeployClass Name="ProjectiOSLaunchScreen">
  1151. <Platform Name="iOSDevice64">
  1152. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1153. <Operation>64</Operation>
  1154. </Platform>
  1155. <Platform Name="iOSSimulator">
  1156. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1157. <Operation>64</Operation>
  1158. </Platform>
  1159. </DeployClass>
  1160. <DeployClass Name="ProjectiOSResource">
  1161. <Platform Name="iOSDevice32">
  1162. <Operation>1</Operation>
  1163. </Platform>
  1164. <Platform Name="iOSDevice64">
  1165. <Operation>1</Operation>
  1166. </Platform>
  1167. <Platform Name="iOSSimulator">
  1168. <Operation>1</Operation>
  1169. </Platform>
  1170. </DeployClass>
  1171. <DeployClass Name="ProjectOSXDebug">
  1172. <Platform Name="OSX64">
  1173. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1174. <Operation>1</Operation>
  1175. </Platform>
  1176. <Platform Name="OSXARM64">
  1177. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1178. <Operation>1</Operation>
  1179. </Platform>
  1180. </DeployClass>
  1181. <DeployClass Name="ProjectOSXEntitlements">
  1182. <Platform Name="OSX32">
  1183. <RemoteDir>..\</RemoteDir>
  1184. <Operation>1</Operation>
  1185. </Platform>
  1186. <Platform Name="OSX64">
  1187. <RemoteDir>..\</RemoteDir>
  1188. <Operation>1</Operation>
  1189. </Platform>
  1190. <Platform Name="OSXARM64">
  1191. <RemoteDir>..\</RemoteDir>
  1192. <Operation>1</Operation>
  1193. </Platform>
  1194. </DeployClass>
  1195. <DeployClass Name="ProjectOSXInfoPList">
  1196. <Platform Name="OSX32">
  1197. <RemoteDir>Contents</RemoteDir>
  1198. <Operation>1</Operation>
  1199. </Platform>
  1200. <Platform Name="OSX64">
  1201. <RemoteDir>Contents</RemoteDir>
  1202. <Operation>1</Operation>
  1203. </Platform>
  1204. <Platform Name="OSXARM64">
  1205. <RemoteDir>Contents</RemoteDir>
  1206. <Operation>1</Operation>
  1207. </Platform>
  1208. </DeployClass>
  1209. <DeployClass Name="ProjectOSXResource">
  1210. <Platform Name="OSX32">
  1211. <RemoteDir>Contents\Resources</RemoteDir>
  1212. <Operation>1</Operation>
  1213. </Platform>
  1214. <Platform Name="OSX64">
  1215. <RemoteDir>Contents\Resources</RemoteDir>
  1216. <Operation>1</Operation>
  1217. </Platform>
  1218. <Platform Name="OSXARM64">
  1219. <RemoteDir>Contents\Resources</RemoteDir>
  1220. <Operation>1</Operation>
  1221. </Platform>
  1222. </DeployClass>
  1223. <DeployClass Required="true" Name="ProjectOutput">
  1224. <Platform Name="Android">
  1225. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1226. <Operation>1</Operation>
  1227. </Platform>
  1228. <Platform Name="Android64">
  1229. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1230. <Operation>1</Operation>
  1231. </Platform>
  1232. <Platform Name="iOSDevice32">
  1233. <Operation>1</Operation>
  1234. </Platform>
  1235. <Platform Name="iOSDevice64">
  1236. <Operation>1</Operation>
  1237. </Platform>
  1238. <Platform Name="iOSSimulator">
  1239. <Operation>1</Operation>
  1240. </Platform>
  1241. <Platform Name="Linux64">
  1242. <Operation>1</Operation>
  1243. </Platform>
  1244. <Platform Name="OSX32">
  1245. <RemoteDir>Contents\MacOS</RemoteDir>
  1246. <Operation>1</Operation>
  1247. </Platform>
  1248. <Platform Name="OSX64">
  1249. <RemoteDir>Contents\MacOS</RemoteDir>
  1250. <Operation>1</Operation>
  1251. </Platform>
  1252. <Platform Name="OSXARM64">
  1253. <RemoteDir>Contents\MacOS</RemoteDir>
  1254. <Operation>1</Operation>
  1255. </Platform>
  1256. <Platform Name="Win32">
  1257. <Operation>0</Operation>
  1258. </Platform>
  1259. </DeployClass>
  1260. <DeployClass Name="ProjectOutput_Android32">
  1261. <Platform Name="Android64">
  1262. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1263. <Operation>1</Operation>
  1264. </Platform>
  1265. </DeployClass>
  1266. <DeployClass Name="ProjectUWPManifest">
  1267. <Platform Name="Win32">
  1268. <Operation>1</Operation>
  1269. </Platform>
  1270. <Platform Name="Win64">
  1271. <Operation>1</Operation>
  1272. </Platform>
  1273. </DeployClass>
  1274. <DeployClass Name="UWP_DelphiLogo150">
  1275. <Platform Name="Win32">
  1276. <RemoteDir>Assets</RemoteDir>
  1277. <Operation>1</Operation>
  1278. </Platform>
  1279. <Platform Name="Win64">
  1280. <RemoteDir>Assets</RemoteDir>
  1281. <Operation>1</Operation>
  1282. </Platform>
  1283. </DeployClass>
  1284. <DeployClass Name="UWP_DelphiLogo44">
  1285. <Platform Name="Win32">
  1286. <RemoteDir>Assets</RemoteDir>
  1287. <Operation>1</Operation>
  1288. </Platform>
  1289. <Platform Name="Win64">
  1290. <RemoteDir>Assets</RemoteDir>
  1291. <Operation>1</Operation>
  1292. </Platform>
  1293. </DeployClass>
  1294. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1295. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1296. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1297. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1298. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1299. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1300. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1301. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1302. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1303. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1304. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1305. </Deployment>
  1306. <Platforms>
  1307. <Platform value="Win32">True</Platform>
  1308. <Platform value="Win64">True</Platform>
  1309. </Platforms>
  1310. <ModelSupport>False</ModelSupport>
  1311. </BorlandProject>
  1312. <ProjectFileVersion>12</ProjectFileVersion>
  1313. </ProjectExtensions>
  1314. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1315. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1316. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1317. </Project>