ScriptBasics.dproj 57 KB

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