BasicSDL_D.dproj 49 KB

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