MatScript.dproj 60 KB

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