BrookTardigrade.dproj 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{FFDE5DEF-EDF4-44C7-8D99-3AE18BD227A5}</ProjectGuid>
  4. <MainSource>BrookTardigrade.dpk</MainSource>
  5. <ProjectVersion>19.2</ProjectVersion>
  6. <FrameworkType>None</FrameworkType>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</TargetedPlatforms>
  11. <AppType>Package</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Linux64' and '$(Base)'=='true') or '$(Base_Linux64)'!=''">
  17. <Base_Linux64>true</Base_Linux64>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  22. <Base_Win32>true</Base_Win32>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  27. <Base_Win64>true</Base_Win64>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  32. <Cfg_1>true</Cfg_1>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  37. <Cfg_1_Win32>true</Cfg_1_Win32>
  38. <CfgParent>Cfg_1</CfgParent>
  39. <Cfg_1>true</Cfg_1>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  43. <Cfg_2>true</Cfg_2>
  44. <CfgParent>Base</CfgParent>
  45. <Base>true</Base>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Base)'!=''">
  48. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  49. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  50. <DCC_E>false</DCC_E>
  51. <DCC_N>false</DCC_N>
  52. <DCC_S>false</DCC_S>
  53. <DCC_F>false</DCC_F>
  54. <DCC_K>false</DCC_K>
  55. <GenDll>true</GenDll>
  56. <GenPackage>true</GenPackage>
  57. <DCC_Namespace>System;Data;Vcl;$(DCC_Namespace)</DCC_Namespace>
  58. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  59. <SanitizedProjectName>BrookTardigrade</SanitizedProjectName>
  60. <VerInfo_Locale>1033</VerInfo_Locale>
  61. <DCC_UnitSearchPath>..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  62. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.6.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.6.1.0;Comments=</VerInfo_Keys>
  63. <VerInfo_MajorVer>5</VerInfo_MajorVer>
  64. <DCC_Description>Brook is microframework which helps to develop web Pascal applications.</DCC_Description>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Base_Linux64)'!=''">
  67. <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  70. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  71. <BT_BuildType>Debug</BT_BuildType>
  72. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  73. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.6.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.6.1.0;Comments=</VerInfo_Keys>
  74. <VerInfo_Locale>1033</VerInfo_Locale>
  75. <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  78. <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  81. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  82. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  83. <DCC_Optimize>false</DCC_Optimize>
  84. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  85. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  86. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  89. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  90. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  91. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.6.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.6.1.0;Comments=</VerInfo_Keys>
  92. <VerInfo_MinorVer>5</VerInfo_MinorVer>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  95. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  96. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  97. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  98. <DCC_DebugInformation>0</DCC_DebugInformation>
  99. </PropertyGroup>
  100. <ItemGroup>
  101. <DelphiCompile Include="$(MainSource)">
  102. <MainSource>MainSource</MainSource>
  103. </DelphiCompile>
  104. <DCCReference Include="rtl.dcp"/>
  105. <DCCReference Include="designide.dcp"/>
  106. <DCCReference Include="..\Source\BrookExtra.pas"/>
  107. <DCCReference Include="..\Source\BrookHandledClasses.pas"/>
  108. <DCCReference Include="..\Source\BrookHTTPAuthentication.pas"/>
  109. <DCCReference Include="..\Source\BrookHTTPCookies.pas"/>
  110. <DCCReference Include="..\Source\BrookHTTPRequest.pas"/>
  111. <DCCReference Include="..\Source\BrookHTTPResponse.pas"/>
  112. <DCCReference Include="..\Source\BrookHTTPServer.pas"/>
  113. <DCCReference Include="..\Source\BrookHTTPUploads.pas"/>
  114. <DCCReference Include="BrookIDEIntegration.pas"/>
  115. <DCCReference Include="..\Source\BrookLibraryLoader.pas"/>
  116. <DCCReference Include="..\Source\BrookLogger.pas"/>
  117. <DCCReference Include="..\Source\BrookMathExpression.pas"/>
  118. <DCCReference Include="..\Source\BrookMediaTypes.pas"/>
  119. <DCCReference Include="..\Source\BrookReader.pas"/>
  120. <DCCReference Include="..\Source\BrookString.pas"/>
  121. <DCCReference Include="..\Source\BrookStringMap.pas"/>
  122. <DCCReference Include="..\Source\BrookURLEntryPoints.pas"/>
  123. <DCCReference Include="..\Source\BrookURLRouter.pas"/>
  124. <DCCReference Include="..\Source\BrookUtility.pas"/>
  125. <DCCReference Include="..\Source\libsagui.pas"/>
  126. <DCCReference Include="..\Source\Marshalling.pas"/>
  127. <DCCReference Include="..\Source\Platform.pas"/>
  128. <BuildConfiguration Include="Release">
  129. <Key>Cfg_2</Key>
  130. <CfgParent>Base</CfgParent>
  131. </BuildConfiguration>
  132. <BuildConfiguration Include="Base">
  133. <Key>Base</Key>
  134. </BuildConfiguration>
  135. <BuildConfiguration Include="Debug">
  136. <Key>Cfg_1</Key>
  137. <CfgParent>Base</CfgParent>
  138. </BuildConfiguration>
  139. </ItemGroup>
  140. <ProjectExtensions>
  141. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  142. <Borland.ProjectType>Package</Borland.ProjectType>
  143. <BorlandProject>
  144. <Delphi.Personality>
  145. <Source>
  146. <Source Name="MainSource">BrookTardigrade.dpk</Source>
  147. </Source>
  148. <Excluded_Packages>
  149. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  150. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  151. </Excluded_Packages>
  152. </Delphi.Personality>
  153. <Deployment Version="3">
  154. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  155. <Platform Name="OSX32">
  156. <Overwrite>true</Overwrite>
  157. </Platform>
  158. </DeployFile>
  159. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  160. <Platform Name="iOSSimulator">
  161. <Overwrite>true</Overwrite>
  162. </Platform>
  163. </DeployFile>
  164. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  165. <Platform Name="iOSSimulator">
  166. <Overwrite>true</Overwrite>
  167. </Platform>
  168. </DeployFile>
  169. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  170. <Platform Name="OSX32">
  171. <Overwrite>true</Overwrite>
  172. </Platform>
  173. </DeployFile>
  174. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  175. <Platform Name="iOSSimulator">
  176. <Overwrite>true</Overwrite>
  177. </Platform>
  178. </DeployFile>
  179. <DeployClass Name="AdditionalDebugSymbols">
  180. <Platform Name="OSX32">
  181. <Operation>1</Operation>
  182. </Platform>
  183. <Platform Name="Win32">
  184. <Operation>0</Operation>
  185. </Platform>
  186. </DeployClass>
  187. <DeployClass Name="AndroidClassesDexFile">
  188. <Platform Name="Android">
  189. <RemoteDir>classes</RemoteDir>
  190. <Operation>1</Operation>
  191. </Platform>
  192. <Platform Name="Android64">
  193. <RemoteDir>classes</RemoteDir>
  194. <Operation>1</Operation>
  195. </Platform>
  196. </DeployClass>
  197. <DeployClass Name="AndroidFileProvider">
  198. <Platform Name="Android">
  199. <RemoteDir>res\xml</RemoteDir>
  200. <Operation>1</Operation>
  201. </Platform>
  202. <Platform Name="Android64">
  203. <RemoteDir>res\xml</RemoteDir>
  204. <Operation>1</Operation>
  205. </Platform>
  206. </DeployClass>
  207. <DeployClass Name="AndroidGDBServer">
  208. <Platform Name="Android">
  209. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  210. <Operation>1</Operation>
  211. </Platform>
  212. </DeployClass>
  213. <DeployClass Name="AndroidLibnativeArmeabiFile">
  214. <Platform Name="Android">
  215. <RemoteDir>library\lib\armeabi</RemoteDir>
  216. <Operation>1</Operation>
  217. </Platform>
  218. <Platform Name="Android64">
  219. <RemoteDir>library\lib\armeabi</RemoteDir>
  220. <Operation>1</Operation>
  221. </Platform>
  222. </DeployClass>
  223. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  224. <Platform Name="Android64">
  225. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  226. <Operation>1</Operation>
  227. </Platform>
  228. </DeployClass>
  229. <DeployClass Name="AndroidLibnativeMipsFile">
  230. <Platform Name="Android">
  231. <RemoteDir>library\lib\mips</RemoteDir>
  232. <Operation>1</Operation>
  233. </Platform>
  234. <Platform Name="Android64">
  235. <RemoteDir>library\lib\mips</RemoteDir>
  236. <Operation>1</Operation>
  237. </Platform>
  238. </DeployClass>
  239. <DeployClass Name="AndroidServiceOutput">
  240. <Platform Name="Android">
  241. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  242. <Operation>1</Operation>
  243. </Platform>
  244. <Platform Name="Android64">
  245. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  246. <Operation>1</Operation>
  247. </Platform>
  248. </DeployClass>
  249. <DeployClass Name="AndroidServiceOutput_Android32">
  250. <Platform Name="Android64">
  251. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  252. <Operation>1</Operation>
  253. </Platform>
  254. </DeployClass>
  255. <DeployClass Name="AndroidSplashImageDef">
  256. <Platform Name="Android">
  257. <RemoteDir>res\drawable</RemoteDir>
  258. <Operation>1</Operation>
  259. </Platform>
  260. <Platform Name="Android64">
  261. <RemoteDir>res\drawable</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="AndroidSplashStyles">
  266. <Platform Name="Android">
  267. <RemoteDir>res\values</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. <Platform Name="Android64">
  271. <RemoteDir>res\values</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="AndroidSplashStylesV21">
  276. <Platform Name="Android">
  277. <RemoteDir>res\values-v21</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. <Platform Name="Android64">
  281. <RemoteDir>res\values-v21</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="Android_Colors">
  286. <Platform Name="Android">
  287. <RemoteDir>res\values</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. <Platform Name="Android64">
  291. <RemoteDir>res\values</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="Android_DefaultAppIcon">
  296. <Platform Name="Android">
  297. <RemoteDir>res\drawable</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. <Platform Name="Android64">
  301. <RemoteDir>res\drawable</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. </DeployClass>
  305. <DeployClass Name="Android_LauncherIcon144">
  306. <Platform Name="Android">
  307. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. <Platform Name="Android64">
  311. <RemoteDir>res\drawable-xxhdpi</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. <Operation>1</Operation>
  461. </Platform>
  462. <Platform Name="Win32">
  463. <Operation>0</Operation>
  464. </Platform>
  465. </DeployClass>
  466. <DeployClass Name="DependencyFramework">
  467. <Platform Name="OSX32">
  468. <Operation>1</Operation>
  469. <Extensions>.framework</Extensions>
  470. </Platform>
  471. <Platform Name="OSX64">
  472. <Operation>1</Operation>
  473. <Extensions>.framework</Extensions>
  474. </Platform>
  475. <Platform Name="Win32">
  476. <Operation>0</Operation>
  477. </Platform>
  478. </DeployClass>
  479. <DeployClass Name="DependencyModule">
  480. <Platform Name="OSX32">
  481. <Operation>1</Operation>
  482. <Extensions>.dylib</Extensions>
  483. </Platform>
  484. <Platform Name="OSX64">
  485. <Operation>1</Operation>
  486. <Extensions>.dylib</Extensions>
  487. </Platform>
  488. <Platform Name="Win32">
  489. <Operation>0</Operation>
  490. <Extensions>.dll;.bpl</Extensions>
  491. </Platform>
  492. </DeployClass>
  493. <DeployClass Required="true" Name="DependencyPackage">
  494. <Platform Name="iOSDevice32">
  495. <Operation>1</Operation>
  496. <Extensions>.dylib</Extensions>
  497. </Platform>
  498. <Platform Name="iOSDevice64">
  499. <Operation>1</Operation>
  500. <Extensions>.dylib</Extensions>
  501. </Platform>
  502. <Platform Name="iOSSimulator">
  503. <Operation>1</Operation>
  504. <Extensions>.dylib</Extensions>
  505. </Platform>
  506. <Platform Name="OSX32">
  507. <Operation>1</Operation>
  508. <Extensions>.dylib</Extensions>
  509. </Platform>
  510. <Platform Name="OSX64">
  511. <Operation>1</Operation>
  512. <Extensions>.dylib</Extensions>
  513. </Platform>
  514. <Platform Name="Win32">
  515. <Operation>0</Operation>
  516. <Extensions>.bpl</Extensions>
  517. </Platform>
  518. </DeployClass>
  519. <DeployClass Name="File">
  520. <Platform Name="Android">
  521. <Operation>0</Operation>
  522. </Platform>
  523. <Platform Name="Android64">
  524. <Operation>0</Operation>
  525. </Platform>
  526. <Platform Name="iOSDevice32">
  527. <Operation>0</Operation>
  528. </Platform>
  529. <Platform Name="iOSDevice64">
  530. <Operation>0</Operation>
  531. </Platform>
  532. <Platform Name="iOSSimulator">
  533. <Operation>0</Operation>
  534. </Platform>
  535. <Platform Name="OSX32">
  536. <Operation>0</Operation>
  537. </Platform>
  538. <Platform Name="OSX64">
  539. <Operation>0</Operation>
  540. </Platform>
  541. <Platform Name="Win32">
  542. <Operation>0</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="iOS_AppStore1024">
  546. <Platform Name="iOSDevice64">
  547. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  548. <Operation>1</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="iPad_AppIcon152">
  552. <Platform Name="iOSDevice64">
  553. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. <Platform Name="iOSSimulator">
  557. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  558. <Operation>1</Operation>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="iPad_AppIcon167">
  562. <Platform Name="iOSDevice64">
  563. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="iOSSimulator">
  567. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  568. <Operation>1</Operation>
  569. </Platform>
  570. </DeployClass>
  571. <DeployClass Name="iPad_Launch1024">
  572. <Platform Name="iOSDevice32">
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="iOSDevice64">
  576. <Operation>1</Operation>
  577. </Platform>
  578. <Platform Name="iOSSimulator">
  579. <Operation>1</Operation>
  580. </Platform>
  581. </DeployClass>
  582. <DeployClass Name="iPad_Launch1024x768">
  583. <Platform Name="iOSDevice32">
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="iOSDevice64">
  587. <Operation>1</Operation>
  588. </Platform>
  589. <Platform Name="iOSSimulator">
  590. <Operation>1</Operation>
  591. </Platform>
  592. </DeployClass>
  593. <DeployClass Name="iPad_Launch1536">
  594. <Platform Name="iOSDevice32">
  595. <Operation>1</Operation>
  596. </Platform>
  597. <Platform Name="iOSDevice64">
  598. <Operation>1</Operation>
  599. </Platform>
  600. <Platform Name="iOSSimulator">
  601. <Operation>1</Operation>
  602. </Platform>
  603. </DeployClass>
  604. <DeployClass Name="iPad_Launch1536x2048">
  605. <Platform Name="iOSDevice32">
  606. <Operation>1</Operation>
  607. </Platform>
  608. <Platform Name="iOSDevice64">
  609. <Operation>1</Operation>
  610. </Platform>
  611. <Platform Name="iOSSimulator">
  612. <Operation>1</Operation>
  613. </Platform>
  614. </DeployClass>
  615. <DeployClass Name="iPad_Launch1668">
  616. <Platform Name="iOSDevice32">
  617. <Operation>1</Operation>
  618. </Platform>
  619. <Platform Name="iOSDevice64">
  620. <Operation>1</Operation>
  621. </Platform>
  622. <Platform Name="iOSSimulator">
  623. <Operation>1</Operation>
  624. </Platform>
  625. </DeployClass>
  626. <DeployClass Name="iPad_Launch1668x2388">
  627. <Platform Name="iOSDevice32">
  628. <Operation>1</Operation>
  629. </Platform>
  630. <Platform Name="iOSDevice64">
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="iOSSimulator">
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="iPad_Launch2048">
  638. <Platform Name="iOSDevice32">
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="iOSDevice64">
  642. <Operation>1</Operation>
  643. </Platform>
  644. <Platform Name="iOSSimulator">
  645. <Operation>1</Operation>
  646. </Platform>
  647. </DeployClass>
  648. <DeployClass Name="iPad_Launch2048x1536">
  649. <Platform Name="iOSDevice32">
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="iOSDevice64">
  653. <Operation>1</Operation>
  654. </Platform>
  655. <Platform Name="iOSSimulator">
  656. <Operation>1</Operation>
  657. </Platform>
  658. </DeployClass>
  659. <DeployClass Name="iPad_Launch2048x2732">
  660. <Platform Name="iOSDevice32">
  661. <Operation>1</Operation>
  662. </Platform>
  663. <Platform Name="iOSDevice64">
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="iOSSimulator">
  667. <Operation>1</Operation>
  668. </Platform>
  669. </DeployClass>
  670. <DeployClass Name="iPad_Launch2224">
  671. <Platform Name="iOSDevice32">
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="iOSDevice64">
  675. <Operation>1</Operation>
  676. </Platform>
  677. <Platform Name="iOSSimulator">
  678. <Operation>1</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="iPad_Launch2388x1668">
  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_Launch2732x2048">
  693. <Platform Name="iOSDevice32">
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSDevice64">
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="iOSSimulator">
  700. <Operation>1</Operation>
  701. </Platform>
  702. </DeployClass>
  703. <DeployClass Name="iPad_Launch2x">
  704. <Platform Name="iOSDevice64">
  705. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  706. <Operation>1</Operation>
  707. </Platform>
  708. <Platform Name="iOSSimulator">
  709. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  710. <Operation>1</Operation>
  711. </Platform>
  712. </DeployClass>
  713. <DeployClass Name="iPad_Launch768">
  714. <Platform Name="iOSDevice32">
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="iOSDevice64">
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSSimulator">
  721. <Operation>1</Operation>
  722. </Platform>
  723. </DeployClass>
  724. <DeployClass Name="iPad_Launch768x1024">
  725. <Platform Name="iOSDevice32">
  726. <Operation>1</Operation>
  727. </Platform>
  728. <Platform Name="iOSDevice64">
  729. <Operation>1</Operation>
  730. </Platform>
  731. <Platform Name="iOSSimulator">
  732. <Operation>1</Operation>
  733. </Platform>
  734. </DeployClass>
  735. <DeployClass Name="iPad_LaunchDark2x">
  736. <Platform Name="iOSDevice64">
  737. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  738. <Operation>1</Operation>
  739. </Platform>
  740. <Platform Name="iOSSimulator">
  741. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  742. <Operation>1</Operation>
  743. </Platform>
  744. </DeployClass>
  745. <DeployClass Name="iPad_Notification40">
  746. <Platform Name="iOSDevice64">
  747. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="iOSSimulator">
  751. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  752. <Operation>1</Operation>
  753. </Platform>
  754. </DeployClass>
  755. <DeployClass Name="iPad_Setting58">
  756. <Platform Name="iOSDevice64">
  757. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  758. <Operation>1</Operation>
  759. </Platform>
  760. <Platform Name="iOSSimulator">
  761. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  762. <Operation>1</Operation>
  763. </Platform>
  764. </DeployClass>
  765. <DeployClass Name="iPad_SpotLight80">
  766. <Platform Name="iOSDevice64">
  767. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="iOSSimulator">
  771. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  772. <Operation>1</Operation>
  773. </Platform>
  774. </DeployClass>
  775. <DeployClass Name="iPhone_AppIcon120">
  776. <Platform Name="iOSDevice64">
  777. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSSimulator">
  781. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  782. <Operation>1</Operation>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Name="iPhone_AppIcon180">
  786. <Platform Name="iOSDevice64">
  787. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  788. <Operation>1</Operation>
  789. </Platform>
  790. <Platform Name="iOSSimulator">
  791. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  792. <Operation>1</Operation>
  793. </Platform>
  794. </DeployClass>
  795. <DeployClass Name="iPhone_Launch1125">
  796. <Platform Name="iOSDevice32">
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="iOSDevice64">
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSSimulator">
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Name="iPhone_Launch1136x640">
  807. <Platform Name="iOSDevice32">
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="iOSDevice64">
  811. <Operation>1</Operation>
  812. </Platform>
  813. <Platform Name="iOSSimulator">
  814. <Operation>1</Operation>
  815. </Platform>
  816. </DeployClass>
  817. <DeployClass Name="iPhone_Launch1242">
  818. <Platform Name="iOSDevice32">
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="iOSDevice64">
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="iOSSimulator">
  825. <Operation>1</Operation>
  826. </Platform>
  827. </DeployClass>
  828. <DeployClass Name="iPhone_Launch1242x2688">
  829. <Platform Name="iOSDevice32">
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSDevice64">
  833. <Operation>1</Operation>
  834. </Platform>
  835. <Platform Name="iOSSimulator">
  836. <Operation>1</Operation>
  837. </Platform>
  838. </DeployClass>
  839. <DeployClass Name="iPhone_Launch1334">
  840. <Platform Name="iOSDevice32">
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="iOSDevice64">
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSSimulator">
  847. <Operation>1</Operation>
  848. </Platform>
  849. </DeployClass>
  850. <DeployClass Name="iPhone_Launch1792">
  851. <Platform Name="iOSDevice32">
  852. <Operation>1</Operation>
  853. </Platform>
  854. <Platform Name="iOSDevice64">
  855. <Operation>1</Operation>
  856. </Platform>
  857. <Platform Name="iOSSimulator">
  858. <Operation>1</Operation>
  859. </Platform>
  860. </DeployClass>
  861. <DeployClass Name="iPhone_Launch2208">
  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_Launch2436">
  873. <Platform Name="iOSDevice32">
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSDevice64">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSSimulator">
  880. <Operation>1</Operation>
  881. </Platform>
  882. </DeployClass>
  883. <DeployClass Name="iPhone_Launch2688x1242">
  884. <Platform Name="iOSDevice32">
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="iOSDevice64">
  888. <Operation>1</Operation>
  889. </Platform>
  890. <Platform Name="iOSSimulator">
  891. <Operation>1</Operation>
  892. </Platform>
  893. </DeployClass>
  894. <DeployClass Name="iPhone_Launch2x">
  895. <Platform Name="iOSDevice64">
  896. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="iOSSimulator">
  900. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  901. <Operation>1</Operation>
  902. </Platform>
  903. </DeployClass>
  904. <DeployClass Name="iPhone_Launch320">
  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_Launch3x">
  916. <Platform Name="iOSDevice64">
  917. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. <Platform Name="iOSSimulator">
  921. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  922. <Operation>1</Operation>
  923. </Platform>
  924. </DeployClass>
  925. <DeployClass Name="iPhone_Launch640">
  926. <Platform Name="iOSDevice32">
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="iOSDevice64">
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="iOSSimulator">
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="iPhone_Launch640x1136">
  937. <Platform Name="iOSDevice32">
  938. <Operation>1</Operation>
  939. </Platform>
  940. <Platform Name="iOSDevice64">
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="iOSSimulator">
  944. <Operation>1</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <DeployClass Name="iPhone_Launch750">
  948. <Platform Name="iOSDevice32">
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="iOSDevice64">
  952. <Operation>1</Operation>
  953. </Platform>
  954. <Platform Name="iOSSimulator">
  955. <Operation>1</Operation>
  956. </Platform>
  957. </DeployClass>
  958. <DeployClass Name="iPhone_Launch828">
  959. <Platform Name="iOSDevice32">
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="iOSDevice64">
  963. <Operation>1</Operation>
  964. </Platform>
  965. <Platform Name="iOSSimulator">
  966. <Operation>1</Operation>
  967. </Platform>
  968. </DeployClass>
  969. <DeployClass Name="iPhone_LaunchDark2x">
  970. <Platform Name="iOSDevice64">
  971. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  972. <Operation>1</Operation>
  973. </Platform>
  974. <Platform Name="iOSSimulator">
  975. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  976. <Operation>1</Operation>
  977. </Platform>
  978. </DeployClass>
  979. <DeployClass Name="iPhone_LaunchDark3x">
  980. <Platform Name="iOSDevice64">
  981. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  982. <Operation>1</Operation>
  983. </Platform>
  984. <Platform Name="iOSSimulator">
  985. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  986. <Operation>1</Operation>
  987. </Platform>
  988. </DeployClass>
  989. <DeployClass Name="iPhone_Notification40">
  990. <Platform Name="iOSDevice64">
  991. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  992. <Operation>1</Operation>
  993. </Platform>
  994. <Platform Name="iOSSimulator">
  995. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  996. <Operation>1</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="iPhone_Notification60">
  1000. <Platform Name="iOSDevice64">
  1001. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="iOSSimulator">
  1005. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. </DeployClass>
  1009. <DeployClass Name="iPhone_Setting58">
  1010. <Platform Name="iOSDevice64">
  1011. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="iOSSimulator">
  1015. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. </DeployClass>
  1019. <DeployClass Name="iPhone_Setting87">
  1020. <Platform Name="iOSDevice64">
  1021. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1022. <Operation>1</Operation>
  1023. </Platform>
  1024. <Platform Name="iOSSimulator">
  1025. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. </DeployClass>
  1029. <DeployClass Name="iPhone_Spotlight120">
  1030. <Platform Name="iOSDevice64">
  1031. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSSimulator">
  1035. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1036. <Operation>1</Operation>
  1037. </Platform>
  1038. </DeployClass>
  1039. <DeployClass Name="iPhone_Spotlight80">
  1040. <Platform Name="iOSDevice64">
  1041. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1042. <Operation>1</Operation>
  1043. </Platform>
  1044. <Platform Name="iOSSimulator">
  1045. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. </DeployClass>
  1049. <DeployClass Name="ProjectAndroidManifest">
  1050. <Platform Name="Android">
  1051. <Operation>1</Operation>
  1052. </Platform>
  1053. <Platform Name="Android64">
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. </DeployClass>
  1057. <DeployClass Name="ProjectiOSDeviceDebug">
  1058. <Platform Name="iOSDevice32">
  1059. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1060. <Operation>1</Operation>
  1061. </Platform>
  1062. <Platform Name="iOSDevice64">
  1063. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1064. <Operation>1</Operation>
  1065. </Platform>
  1066. </DeployClass>
  1067. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  1068. <DeployClass Name="ProjectiOSEntitlements"/>
  1069. <DeployClass Name="ProjectiOSInfoPList"/>
  1070. <DeployClass Name="ProjectiOSLaunchScreen"/>
  1071. <DeployClass Name="ProjectiOSResource">
  1072. <Platform Name="iOSDevice32">
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. <Platform Name="iOSDevice64">
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. <Platform Name="iOSSimulator">
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <DeployClass Name="ProjectOSXDebug"/>
  1083. <DeployClass Name="ProjectOSXEntitlements"/>
  1084. <DeployClass Name="ProjectOSXInfoPList"/>
  1085. <DeployClass Name="ProjectOSXResource">
  1086. <Platform Name="OSX32">
  1087. <RemoteDir>Contents\Resources</RemoteDir>
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. <Platform Name="OSX64">
  1091. <RemoteDir>Contents\Resources</RemoteDir>
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. </DeployClass>
  1095. <DeployClass Required="true" Name="ProjectOutput">
  1096. <Platform Name="Android">
  1097. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. <Platform Name="Android64">
  1101. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1102. <Operation>1</Operation>
  1103. </Platform>
  1104. <Platform Name="iOSDevice32">
  1105. <Operation>1</Operation>
  1106. </Platform>
  1107. <Platform Name="iOSDevice64">
  1108. <Operation>1</Operation>
  1109. </Platform>
  1110. <Platform Name="iOSSimulator">
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. <Platform Name="Linux64">
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. <Platform Name="OSX32">
  1117. <Operation>1</Operation>
  1118. </Platform>
  1119. <Platform Name="OSX64">
  1120. <Operation>1</Operation>
  1121. </Platform>
  1122. <Platform Name="Win32">
  1123. <Operation>0</Operation>
  1124. </Platform>
  1125. </DeployClass>
  1126. <DeployClass Name="ProjectOutput_Android32">
  1127. <Platform Name="Android64">
  1128. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1129. <Operation>1</Operation>
  1130. </Platform>
  1131. </DeployClass>
  1132. <DeployClass Name="ProjectUWPManifest">
  1133. <Platform Name="Win32">
  1134. <Operation>1</Operation>
  1135. </Platform>
  1136. <Platform Name="Win64">
  1137. <Operation>1</Operation>
  1138. </Platform>
  1139. </DeployClass>
  1140. <DeployClass Name="UWP_DelphiLogo150">
  1141. <Platform Name="Win32">
  1142. <RemoteDir>Assets</RemoteDir>
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. <Platform Name="Win64">
  1146. <RemoteDir>Assets</RemoteDir>
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. </DeployClass>
  1150. <DeployClass Name="UWP_DelphiLogo44">
  1151. <Platform Name="Win32">
  1152. <RemoteDir>Assets</RemoteDir>
  1153. <Operation>1</Operation>
  1154. </Platform>
  1155. <Platform Name="Win64">
  1156. <RemoteDir>Assets</RemoteDir>
  1157. <Operation>1</Operation>
  1158. </Platform>
  1159. </DeployClass>
  1160. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1161. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1162. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1163. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1164. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1165. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  1166. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1167. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  1168. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1169. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1170. </Deployment>
  1171. <Platforms>
  1172. <Platform value="Linux64">False</Platform>
  1173. <Platform value="Win32">True</Platform>
  1174. <Platform value="Win64">False</Platform>
  1175. </Platforms>
  1176. </BorlandProject>
  1177. <ProjectFileVersion>12</ProjectFileVersion>
  1178. </ProjectExtensions>
  1179. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1180. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1181. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1182. </Project>