GLInfosD.dproj 61 KB

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