CubicSpline.dproj 51 KB

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