GuiPaintD.dproj 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{B3C0B42F-0856-4591-AADB-4663E23E9D86}</ProjectGuid>
  4. <MainSource>GuiPaintD.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>19.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="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  32. <Cfg_1_Win64>true</Cfg_1_Win64>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  43. <Cfg_2_Win32>true</Cfg_2_Win32>
  44. <CfgParent>Cfg_2</CfgParent>
  45. <Cfg_2>true</Cfg_2>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  49. <Cfg_2_Win64>true</Cfg_2_Win64>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Base)'!=''">
  55. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  56. <DCC_K>false</DCC_K>
  57. <DCC_ImageBase>00400000</DCC_ImageBase>
  58. <DCC_F>false</DCC_F>
  59. <VerInfo_Locale>1049</VerInfo_Locale>
  60. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  61. <DCC_S>false</DCC_S>
  62. <SanitizedProjectName>GuiPaintD</SanitizedProjectName>
  63. <DCC_E>false</DCC_E>
  64. <DCC_N>false</DCC_N>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  67. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  68. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  69. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  70. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  71. <VerInfo_Locale>1033</VerInfo_Locale>
  72. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  73. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  74. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  77. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  78. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  79. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  80. <VerInfo_Locale>1033</VerInfo_Locale>
  81. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  82. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  83. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  86. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  87. <DCC_DebugInformation>0</DCC_DebugInformation>
  88. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  89. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  92. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  93. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  96. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  97. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  98. <DCC_Optimize>false</DCC_Optimize>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  101. <BT_BuildType>Debug</BT_BuildType>
  102. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  103. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  104. <VerInfo_Locale>1033</VerInfo_Locale>
  105. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  106. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  107. <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>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  110. <BT_BuildType>Debug</BT_BuildType>
  111. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  112. <VerInfo_Locale>1033</VerInfo_Locale>
  113. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  114. <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>
  115. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  116. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  117. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  118. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  119. <DCC_UnitSearchPath>..\..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  120. </PropertyGroup>
  121. <ItemGroup>
  122. <DelphiCompile Include="$(MainSource)">
  123. <MainSource>MainSource</MainSource>
  124. </DelphiCompile>
  125. <DCCReference Include="fGuiPaintD.pas">
  126. <Form>FormGuiPaint</Form>
  127. </DCCReference>
  128. <BuildConfiguration Include="Base">
  129. <Key>Base</Key>
  130. </BuildConfiguration>
  131. <BuildConfiguration Include="Release">
  132. <Key>Cfg_1</Key>
  133. <CfgParent>Base</CfgParent>
  134. </BuildConfiguration>
  135. <BuildConfiguration Include="Debug">
  136. <Key>Cfg_2</Key>
  137. <CfgParent>Base</CfgParent>
  138. </BuildConfiguration>
  139. </ItemGroup>
  140. <ProjectExtensions>
  141. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  142. <Borland.ProjectType/>
  143. <BorlandProject>
  144. <Delphi.Personality>
  145. <Source>
  146. <Source Name="MainSource">GuiPaintD.dpr</Source>
  147. </Source>
  148. <Excluded_Packages>
  149. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  150. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  151. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  152. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  153. </Excluded_Packages>
  154. </Delphi.Personality>
  155. <Platforms>
  156. <Platform value="Win32">True</Platform>
  157. <Platform value="Win64">True</Platform>
  158. </Platforms>
  159. <Deployment Version="3">
  160. <DeployFile LocalName="GuiPaintD.exe" Configuration="Debug" Class="ProjectOutput">
  161. <Platform Name="Win32">
  162. <RemoteName>GuiPaintD.exe</RemoteName>
  163. <Overwrite>true</Overwrite>
  164. </Platform>
  165. </DeployFile>
  166. <DeployClass Name="AdditionalDebugSymbols">
  167. <Platform Name="iOSSimulator">
  168. <Operation>1</Operation>
  169. </Platform>
  170. <Platform Name="OSX32">
  171. <RemoteDir>Contents\MacOS</RemoteDir>
  172. <Operation>1</Operation>
  173. </Platform>
  174. <Platform Name="Win32">
  175. <Operation>0</Operation>
  176. </Platform>
  177. </DeployClass>
  178. <DeployClass Name="AndroidClasses">
  179. <Platform Name="Android">
  180. <RemoteDir>classes</RemoteDir>
  181. <Operation>64</Operation>
  182. </Platform>
  183. <Platform Name="Android64">
  184. <RemoteDir>classes</RemoteDir>
  185. <Operation>64</Operation>
  186. </Platform>
  187. </DeployClass>
  188. <DeployClass Name="AndroidFileProvider">
  189. <Platform Name="Android">
  190. <RemoteDir>res\xml</RemoteDir>
  191. <Operation>1</Operation>
  192. </Platform>
  193. <Platform Name="Android64">
  194. <RemoteDir>res\xml</RemoteDir>
  195. <Operation>1</Operation>
  196. </Platform>
  197. </DeployClass>
  198. <DeployClass Name="AndroidGDBServer">
  199. <Platform Name="Android">
  200. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  201. <Operation>1</Operation>
  202. </Platform>
  203. </DeployClass>
  204. <DeployClass Name="AndroidLibnativeArmeabiFile">
  205. <Platform Name="Android">
  206. <RemoteDir>library\lib\armeabi</RemoteDir>
  207. <Operation>1</Operation>
  208. </Platform>
  209. <Platform Name="Android64">
  210. <RemoteDir>library\lib\armeabi</RemoteDir>
  211. <Operation>1</Operation>
  212. </Platform>
  213. </DeployClass>
  214. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  215. <Platform Name="Android64">
  216. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  217. <Operation>1</Operation>
  218. </Platform>
  219. </DeployClass>
  220. <DeployClass Name="AndroidLibnativeMipsFile">
  221. <Platform Name="Android">
  222. <RemoteDir>library\lib\mips</RemoteDir>
  223. <Operation>1</Operation>
  224. </Platform>
  225. <Platform Name="Android64">
  226. <RemoteDir>library\lib\mips</RemoteDir>
  227. <Operation>1</Operation>
  228. </Platform>
  229. </DeployClass>
  230. <DeployClass Name="AndroidServiceOutput">
  231. <Platform Name="Android">
  232. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  233. <Operation>1</Operation>
  234. </Platform>
  235. <Platform Name="Android64">
  236. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="AndroidServiceOutput_Android32">
  241. <Platform Name="Android64">
  242. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. </DeployClass>
  246. <DeployClass Name="AndroidSplashImageDef">
  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="AndroidSplashStyles">
  257. <Platform Name="Android">
  258. <RemoteDir>res\values</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. <Platform Name="Android64">
  262. <RemoteDir>res\values</RemoteDir>
  263. <Operation>1</Operation>
  264. </Platform>
  265. </DeployClass>
  266. <DeployClass Name="AndroidSplashStylesV21">
  267. <Platform Name="Android">
  268. <RemoteDir>res\values-v21</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. <Platform Name="Android64">
  272. <RemoteDir>res\values-v21</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. </DeployClass>
  276. <DeployClass Name="Android_Colors">
  277. <Platform Name="Android">
  278. <RemoteDir>res\values</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. <Platform Name="Android64">
  282. <RemoteDir>res\values</RemoteDir>
  283. <Operation>1</Operation>
  284. </Platform>
  285. </DeployClass>
  286. <DeployClass Name="Android_DefaultAppIcon">
  287. <Platform Name="Android">
  288. <RemoteDir>res\drawable</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. <Platform Name="Android64">
  292. <RemoteDir>res\drawable</RemoteDir>
  293. <Operation>1</Operation>
  294. </Platform>
  295. </DeployClass>
  296. <DeployClass Name="Android_LauncherIcon144">
  297. <Platform Name="Android">
  298. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  299. <Operation>1</Operation>
  300. </Platform>
  301. <Platform Name="Android64">
  302. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. </DeployClass>
  306. <DeployClass Name="Android_LauncherIcon192">
  307. <Platform Name="Android">
  308. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. <Platform Name="Android64">
  312. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="Android_LauncherIcon36">
  317. <Platform Name="Android">
  318. <RemoteDir>res\drawable-ldpi</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. <Platform Name="Android64">
  322. <RemoteDir>res\drawable-ldpi</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. </DeployClass>
  326. <DeployClass Name="Android_LauncherIcon48">
  327. <Platform Name="Android">
  328. <RemoteDir>res\drawable-mdpi</RemoteDir>
  329. <Operation>1</Operation>
  330. </Platform>
  331. <Platform Name="Android64">
  332. <RemoteDir>res\drawable-mdpi</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="Android_LauncherIcon72">
  337. <Platform Name="Android">
  338. <RemoteDir>res\drawable-hdpi</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. <Platform Name="Android64">
  342. <RemoteDir>res\drawable-hdpi</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="Android_LauncherIcon96">
  347. <Platform Name="Android">
  348. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. <Platform Name="Android64">
  352. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="Android_NotificationIcon24">
  357. <Platform Name="Android">
  358. <RemoteDir>res\drawable-mdpi</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Android64">
  362. <RemoteDir>res\drawable-mdpi</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="Android_NotificationIcon36">
  367. <Platform Name="Android">
  368. <RemoteDir>res\drawable-hdpi</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. <Platform Name="Android64">
  372. <RemoteDir>res\drawable-hdpi</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="Android_NotificationIcon48">
  377. <Platform Name="Android">
  378. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. <Platform Name="Android64">
  382. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="Android_NotificationIcon72">
  387. <Platform Name="Android">
  388. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. <Platform Name="Android64">
  392. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="Android_NotificationIcon96">
  397. <Platform Name="Android">
  398. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. <Platform Name="Android64">
  402. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. </DeployClass>
  406. <DeployClass Name="Android_SplashImage426">
  407. <Platform Name="Android">
  408. <RemoteDir>res\drawable-small</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. <Platform Name="Android64">
  412. <RemoteDir>res\drawable-small</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="Android_SplashImage470">
  417. <Platform Name="Android">
  418. <RemoteDir>res\drawable-normal</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. <Platform Name="Android64">
  422. <RemoteDir>res\drawable-normal</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="Android_SplashImage640">
  427. <Platform Name="Android">
  428. <RemoteDir>res\drawable-large</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. <Platform Name="Android64">
  432. <RemoteDir>res\drawable-large</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. </DeployClass>
  436. <DeployClass Name="Android_SplashImage960">
  437. <Platform Name="Android">
  438. <RemoteDir>res\drawable-xlarge</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. <Platform Name="Android64">
  442. <RemoteDir>res\drawable-xlarge</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_Strings">
  447. <Platform Name="Android">
  448. <RemoteDir>res\values</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. <Platform Name="Android64">
  452. <RemoteDir>res\values</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. </DeployClass>
  456. <DeployClass Name="DebugSymbols">
  457. <Platform Name="iOSSimulator">
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="OSX32">
  461. <RemoteDir>Contents\MacOS</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. <Platform Name="Win32">
  465. <Operation>0</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="DependencyFramework">
  469. <Platform Name="OSX32">
  470. <RemoteDir>Contents\MacOS</RemoteDir>
  471. <Operation>1</Operation>
  472. <Extensions>.framework</Extensions>
  473. </Platform>
  474. <Platform Name="OSX64">
  475. <RemoteDir>Contents\MacOS</RemoteDir>
  476. <Operation>1</Operation>
  477. <Extensions>.framework</Extensions>
  478. </Platform>
  479. <Platform Name="OSXARM64">
  480. <RemoteDir>Contents\MacOS</RemoteDir>
  481. <Operation>1</Operation>
  482. <Extensions>.framework</Extensions>
  483. </Platform>
  484. <Platform Name="Win32">
  485. <Operation>0</Operation>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Name="DependencyModule">
  489. <Platform Name="iOSDevice32">
  490. <Operation>1</Operation>
  491. <Extensions>.dylib</Extensions>
  492. </Platform>
  493. <Platform Name="iOSDevice64">
  494. <Operation>1</Operation>
  495. <Extensions>.dylib</Extensions>
  496. </Platform>
  497. <Platform Name="iOSSimulator">
  498. <Operation>1</Operation>
  499. <Extensions>.dylib</Extensions>
  500. </Platform>
  501. <Platform Name="OSX32">
  502. <RemoteDir>Contents\MacOS</RemoteDir>
  503. <Operation>1</Operation>
  504. <Extensions>.dylib</Extensions>
  505. </Platform>
  506. <Platform Name="OSX64">
  507. <RemoteDir>Contents\MacOS</RemoteDir>
  508. <Operation>1</Operation>
  509. <Extensions>.dylib</Extensions>
  510. </Platform>
  511. <Platform Name="OSXARM64">
  512. <RemoteDir>Contents\MacOS</RemoteDir>
  513. <Operation>1</Operation>
  514. <Extensions>.dylib</Extensions>
  515. </Platform>
  516. <Platform Name="Win32">
  517. <Operation>0</Operation>
  518. <Extensions>.dll;.bpl</Extensions>
  519. </Platform>
  520. </DeployClass>
  521. <DeployClass Required="true" Name="DependencyPackage">
  522. <Platform Name="iOSDevice32">
  523. <Operation>1</Operation>
  524. <Extensions>.dylib</Extensions>
  525. </Platform>
  526. <Platform Name="iOSDevice64">
  527. <Operation>1</Operation>
  528. <Extensions>.dylib</Extensions>
  529. </Platform>
  530. <Platform Name="iOSSimulator">
  531. <Operation>1</Operation>
  532. <Extensions>.dylib</Extensions>
  533. </Platform>
  534. <Platform Name="OSX32">
  535. <RemoteDir>Contents\MacOS</RemoteDir>
  536. <Operation>1</Operation>
  537. <Extensions>.dylib</Extensions>
  538. </Platform>
  539. <Platform Name="OSX64">
  540. <RemoteDir>Contents\MacOS</RemoteDir>
  541. <Operation>1</Operation>
  542. <Extensions>.dylib</Extensions>
  543. </Platform>
  544. <Platform Name="OSXARM64">
  545. <RemoteDir>Contents\MacOS</RemoteDir>
  546. <Operation>1</Operation>
  547. <Extensions>.dylib</Extensions>
  548. </Platform>
  549. <Platform Name="Win32">
  550. <Operation>0</Operation>
  551. <Extensions>.bpl</Extensions>
  552. </Platform>
  553. </DeployClass>
  554. <DeployClass Name="File">
  555. <Platform Name="Android">
  556. <Operation>0</Operation>
  557. </Platform>
  558. <Platform Name="Android64">
  559. <Operation>0</Operation>
  560. </Platform>
  561. <Platform Name="iOSDevice32">
  562. <Operation>0</Operation>
  563. </Platform>
  564. <Platform Name="iOSDevice64">
  565. <Operation>0</Operation>
  566. </Platform>
  567. <Platform Name="iOSSimulator">
  568. <Operation>0</Operation>
  569. </Platform>
  570. <Platform Name="OSX32">
  571. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  572. <Operation>0</Operation>
  573. </Platform>
  574. <Platform Name="OSX64">
  575. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  576. <Operation>0</Operation>
  577. </Platform>
  578. <Platform Name="OSXARM64">
  579. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  580. <Operation>0</Operation>
  581. </Platform>
  582. <Platform Name="Win32">
  583. <Operation>0</Operation>
  584. </Platform>
  585. </DeployClass>
  586. <DeployClass Name="iOS_AppStore1024">
  587. <Platform Name="iOSDevice64">
  588. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. </DeployClass>
  592. <DeployClass Name="iPad_AppIcon152">
  593. <Platform Name="iOSDevice64">
  594. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  595. <Operation>1</Operation>
  596. </Platform>
  597. <Platform Name="iOSSimulator">
  598. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  599. <Operation>1</Operation>
  600. </Platform>
  601. </DeployClass>
  602. <DeployClass Name="iPad_AppIcon167">
  603. <Platform Name="iOSDevice64">
  604. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  605. <Operation>1</Operation>
  606. </Platform>
  607. <Platform Name="iOSSimulator">
  608. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  609. <Operation>1</Operation>
  610. </Platform>
  611. </DeployClass>
  612. <DeployClass Name="iPad_Launch2x">
  613. <Platform Name="iOSDevice64">
  614. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="iOSSimulator">
  618. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  619. <Operation>1</Operation>
  620. </Platform>
  621. </DeployClass>
  622. <DeployClass Name="iPad_LaunchDark2x">
  623. <Platform Name="iOSDevice64">
  624. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  625. <Operation>1</Operation>
  626. </Platform>
  627. <Platform Name="iOSSimulator">
  628. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  629. <Operation>1</Operation>
  630. </Platform>
  631. </DeployClass>
  632. <DeployClass Name="iPad_Notification40">
  633. <Platform Name="iOSDevice64">
  634. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  635. <Operation>1</Operation>
  636. </Platform>
  637. <Platform Name="iOSSimulator">
  638. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  639. <Operation>1</Operation>
  640. </Platform>
  641. </DeployClass>
  642. <DeployClass Name="iPad_Setting58">
  643. <Platform Name="iOSDevice64">
  644. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  645. <Operation>1</Operation>
  646. </Platform>
  647. <Platform Name="iOSSimulator">
  648. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  649. <Operation>1</Operation>
  650. </Platform>
  651. </DeployClass>
  652. <DeployClass Name="iPad_SpotLight80">
  653. <Platform Name="iOSDevice64">
  654. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  655. <Operation>1</Operation>
  656. </Platform>
  657. <Platform Name="iOSSimulator">
  658. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  659. <Operation>1</Operation>
  660. </Platform>
  661. </DeployClass>
  662. <DeployClass Name="iPhone_AppIcon120">
  663. <Platform Name="iOSDevice64">
  664. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="iOSSimulator">
  668. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  669. <Operation>1</Operation>
  670. </Platform>
  671. </DeployClass>
  672. <DeployClass Name="iPhone_AppIcon180">
  673. <Platform Name="iOSDevice64">
  674. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  675. <Operation>1</Operation>
  676. </Platform>
  677. <Platform Name="iOSSimulator">
  678. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  679. <Operation>1</Operation>
  680. </Platform>
  681. </DeployClass>
  682. <DeployClass Name="iPhone_Launch2x">
  683. <Platform Name="iOSDevice64">
  684. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  685. <Operation>1</Operation>
  686. </Platform>
  687. <Platform Name="iOSSimulator">
  688. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  689. <Operation>1</Operation>
  690. </Platform>
  691. </DeployClass>
  692. <DeployClass Name="iPhone_Launch3x">
  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="iPhone_LaunchDark2x">
  703. <Platform Name="iOSDevice64">
  704. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="iOSSimulator">
  708. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  709. <Operation>1</Operation>
  710. </Platform>
  711. </DeployClass>
  712. <DeployClass Name="iPhone_LaunchDark3x">
  713. <Platform Name="iOSDevice64">
  714. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="iOSSimulator">
  718. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  719. <Operation>1</Operation>
  720. </Platform>
  721. </DeployClass>
  722. <DeployClass Name="iPhone_Notification40">
  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_Notification60">
  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_Setting58">
  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_Setting87">
  753. <Platform Name="iOSDevice64">
  754. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSSimulator">
  758. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="iPhone_Spotlight120">
  763. <Platform Name="iOSDevice64">
  764. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="iOSSimulator">
  768. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  769. <Operation>1</Operation>
  770. </Platform>
  771. </DeployClass>
  772. <DeployClass Name="iPhone_Spotlight80">
  773. <Platform Name="iOSDevice64">
  774. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="iOSSimulator">
  778. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. </DeployClass>
  782. <DeployClass Name="ProjectAndroidManifest">
  783. <Platform Name="Android">
  784. <Operation>1</Operation>
  785. </Platform>
  786. <Platform Name="Android64">
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="ProjectiOSDeviceDebug">
  791. <Platform Name="iOSDevice32">
  792. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="iOSDevice64">
  796. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  797. <Operation>1</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="ProjectiOSEntitlements">
  801. <Platform Name="iOSDevice32">
  802. <RemoteDir>..\</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="iOSDevice64">
  806. <RemoteDir>..\</RemoteDir>
  807. <Operation>1</Operation>
  808. </Platform>
  809. </DeployClass>
  810. <DeployClass Name="ProjectiOSInfoPList">
  811. <Platform Name="iOSDevice32">
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="iOSDevice64">
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="iOSSimulator">
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="ProjectiOSLaunchScreen">
  822. <Platform Name="iOSDevice64">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  824. <Operation>64</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimulator">
  827. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  828. <Operation>64</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="ProjectiOSResource">
  832. <Platform Name="iOSDevice32">
  833. <Operation>1</Operation>
  834. </Platform>
  835. <Platform Name="iOSDevice64">
  836. <Operation>1</Operation>
  837. </Platform>
  838. <Platform Name="iOSSimulator">
  839. <Operation>1</Operation>
  840. </Platform>
  841. </DeployClass>
  842. <DeployClass Name="ProjectOSXDebug">
  843. <Platform Name="OSX64">
  844. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="OSXARM64">
  848. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  849. <Operation>1</Operation>
  850. </Platform>
  851. </DeployClass>
  852. <DeployClass Name="ProjectOSXEntitlements">
  853. <Platform Name="OSX32">
  854. <RemoteDir>..\</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. <Platform Name="OSX64">
  858. <RemoteDir>..\</RemoteDir>
  859. <Operation>1</Operation>
  860. </Platform>
  861. <Platform Name="OSXARM64">
  862. <RemoteDir>..\</RemoteDir>
  863. <Operation>1</Operation>
  864. </Platform>
  865. </DeployClass>
  866. <DeployClass Name="ProjectOSXInfoPList">
  867. <Platform Name="OSX32">
  868. <RemoteDir>Contents</RemoteDir>
  869. <Operation>1</Operation>
  870. </Platform>
  871. <Platform Name="OSX64">
  872. <RemoteDir>Contents</RemoteDir>
  873. <Operation>1</Operation>
  874. </Platform>
  875. <Platform Name="OSXARM64">
  876. <RemoteDir>Contents</RemoteDir>
  877. <Operation>1</Operation>
  878. </Platform>
  879. </DeployClass>
  880. <DeployClass Name="ProjectOSXResource">
  881. <Platform Name="OSX32">
  882. <RemoteDir>Contents\Resources</RemoteDir>
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="OSX64">
  886. <RemoteDir>Contents\Resources</RemoteDir>
  887. <Operation>1</Operation>
  888. </Platform>
  889. <Platform Name="OSXARM64">
  890. <RemoteDir>Contents\Resources</RemoteDir>
  891. <Operation>1</Operation>
  892. </Platform>
  893. </DeployClass>
  894. <DeployClass Required="true" Name="ProjectOutput">
  895. <Platform Name="Android">
  896. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="Android64">
  900. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="iOSDevice32">
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSDevice64">
  907. <Operation>1</Operation>
  908. </Platform>
  909. <Platform Name="iOSSimulator">
  910. <Operation>1</Operation>
  911. </Platform>
  912. <Platform Name="Linux64">
  913. <Operation>1</Operation>
  914. </Platform>
  915. <Platform Name="OSX32">
  916. <RemoteDir>Contents\MacOS</RemoteDir>
  917. <Operation>1</Operation>
  918. </Platform>
  919. <Platform Name="OSX64">
  920. <RemoteDir>Contents\MacOS</RemoteDir>
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="OSXARM64">
  924. <RemoteDir>Contents\MacOS</RemoteDir>
  925. <Operation>1</Operation>
  926. </Platform>
  927. <Platform Name="Win32">
  928. <Operation>0</Operation>
  929. </Platform>
  930. </DeployClass>
  931. <DeployClass Name="ProjectOutput_Android32">
  932. <Platform Name="Android64">
  933. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  934. <Operation>1</Operation>
  935. </Platform>
  936. </DeployClass>
  937. <DeployClass Name="ProjectUWPManifest">
  938. <Platform Name="Win32">
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="Win64">
  942. <Operation>1</Operation>
  943. </Platform>
  944. </DeployClass>
  945. <DeployClass Name="UWP_DelphiLogo150">
  946. <Platform Name="Win32">
  947. <RemoteDir>Assets</RemoteDir>
  948. <Operation>1</Operation>
  949. </Platform>
  950. <Platform Name="Win64">
  951. <RemoteDir>Assets</RemoteDir>
  952. <Operation>1</Operation>
  953. </Platform>
  954. </DeployClass>
  955. <DeployClass Name="UWP_DelphiLogo44">
  956. <Platform Name="Win32">
  957. <RemoteDir>Assets</RemoteDir>
  958. <Operation>1</Operation>
  959. </Platform>
  960. <Platform Name="Win64">
  961. <RemoteDir>Assets</RemoteDir>
  962. <Operation>1</Operation>
  963. </Platform>
  964. </DeployClass>
  965. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  966. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  967. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  968. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  969. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  970. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  971. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  972. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  973. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  974. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  975. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  976. </Deployment>
  977. </BorlandProject>
  978. <ProjectFileVersion>12</ProjectFileVersion>
  979. </ProjectExtensions>
  980. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  981. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  982. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  983. </Project>