qr.fmx.dproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{4C5CB2ED-881B-4462-A9EF-B1BBF1FE829D}</ProjectGuid>
  4. <MainSource>qr.fmx.dpk</MainSource>
  5. <ProjectVersion>18.7</ProjectVersion>
  6. <FrameworkType>None</FrameworkType>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</TargetedPlatforms>
  11. <AppType>Package</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  17. <Base_Android>true</Base_Android>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''">
  22. <Base_iOSDevice32>true</Base_iOSDevice32>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  27. <Base_iOSDevice64>true</Base_iOSDevice64>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  32. <Base_iOSSimulator>true</Base_iOSSimulator>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  37. <Base_Win32>true</Base_Win32>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  42. <Cfg_1>true</Cfg_1>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  47. <Cfg_1_Win32>true</Cfg_1_Win32>
  48. <CfgParent>Cfg_1</CfgParent>
  49. <Cfg_1>true</Cfg_1>
  50. <Base>true</Base>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  53. <Cfg_2>true</Cfg_2>
  54. <CfgParent>Base</CfgParent>
  55. <Base>true</Base>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Base)'!=''">
  58. <DCC_DcuOutput>..\..\dcu\$(Platform)\$(Config)</DCC_DcuOutput>
  59. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  60. <DCC_E>false</DCC_E>
  61. <DCC_N>false</DCC_N>
  62. <DCC_S>false</DCC_S>
  63. <DCC_F>false</DCC_F>
  64. <DCC_K>false</DCC_K>
  65. <GenDll>true</GenDll>
  66. <GenPackage>true</GenPackage>
  67. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  68. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  69. <SanitizedProjectName>qr_fmx</SanitizedProjectName>
  70. <VerInfo_Locale>1033</VerInfo_Locale>
  71. <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>
  72. <RuntimeOnlyPackage>true</RuntimeOnlyPackage>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Base_Android)'!=''">
  75. <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
  76. <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  79. <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  82. <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  85. <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  88. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  89. <BT_BuildType>Debug</BT_BuildType>
  90. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  91. <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>
  92. <VerInfo_Locale>1033</VerInfo_Locale>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  95. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  96. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  97. <DCC_Optimize>false</DCC_Optimize>
  98. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  99. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  100. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  103. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  104. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  105. <VerInfo_Locale>1033</VerInfo_Locale>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  108. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  109. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  110. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  111. <DCC_DebugInformation>0</DCC_DebugInformation>
  112. </PropertyGroup>
  113. <ItemGroup>
  114. <DelphiCompile Include="$(MainSource)">
  115. <MainSource>MainSource</MainSource>
  116. </DelphiCompile>
  117. <DCCReference Include="rtl.dcp"/>
  118. <DCCReference Include="qr.dcp"/>
  119. <DCCReference Include="fmx.dcp"/>
  120. <DCCReference Include="qr.code.fmx.pas"/>
  121. <BuildConfiguration Include="Release">
  122. <Key>Cfg_2</Key>
  123. <CfgParent>Base</CfgParent>
  124. </BuildConfiguration>
  125. <BuildConfiguration Include="Base">
  126. <Key>Base</Key>
  127. </BuildConfiguration>
  128. <BuildConfiguration Include="Debug">
  129. <Key>Cfg_1</Key>
  130. <CfgParent>Base</CfgParent>
  131. </BuildConfiguration>
  132. </ItemGroup>
  133. <ProjectExtensions>
  134. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  135. <Borland.ProjectType>Package</Borland.ProjectType>
  136. <BorlandProject>
  137. <Delphi.Personality>
  138. <Source>
  139. <Source Name="MainSource">qr.fmx.dpk</Source>
  140. </Source>
  141. <Excluded_Packages>
  142. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  143. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  144. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  145. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  146. </Excluded_Packages>
  147. </Delphi.Personality>
  148. <Deployment Version="3">
  149. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  150. <Platform Name="OSX32">
  151. <Overwrite>true</Overwrite>
  152. </Platform>
  153. </DeployFile>
  154. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  155. <Platform Name="iOSSimulator">
  156. <Overwrite>true</Overwrite>
  157. </Platform>
  158. </DeployFile>
  159. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  160. <Platform Name="iOSSimulator">
  161. <Overwrite>true</Overwrite>
  162. </Platform>
  163. </DeployFile>
  164. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\qr.fmx.bpl" Configuration="Debug" Class="ProjectOutput">
  165. <Platform Name="Win32">
  166. <RemoteName>qr_fmx.bpl</RemoteName>
  167. <Overwrite>true</Overwrite>
  168. </Platform>
  169. </DeployFile>
  170. <DeployClass Name="AdditionalDebugSymbols">
  171. <Platform Name="OSX32">
  172. <Operation>1</Operation>
  173. </Platform>
  174. <Platform Name="Win32">
  175. <Operation>0</Operation>
  176. </Platform>
  177. </DeployClass>
  178. <DeployClass Name="AndroidClassesDexFile">
  179. <Platform Name="Android">
  180. <RemoteDir>classes</RemoteDir>
  181. <Operation>1</Operation>
  182. </Platform>
  183. </DeployClass>
  184. <DeployClass Name="AndroidFileProvider">
  185. <Platform Name="Android">
  186. <RemoteDir>res\xml</RemoteDir>
  187. <Operation>1</Operation>
  188. </Platform>
  189. </DeployClass>
  190. <DeployClass Name="AndroidGDBServer">
  191. <Platform Name="Android">
  192. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  193. <Operation>1</Operation>
  194. </Platform>
  195. </DeployClass>
  196. <DeployClass Name="AndroidLibnativeArmeabiFile">
  197. <Platform Name="Android">
  198. <RemoteDir>library\lib\armeabi</RemoteDir>
  199. <Operation>1</Operation>
  200. </Platform>
  201. </DeployClass>
  202. <DeployClass Name="AndroidLibnativeMipsFile">
  203. <Platform Name="Android">
  204. <RemoteDir>library\lib\mips</RemoteDir>
  205. <Operation>1</Operation>
  206. </Platform>
  207. </DeployClass>
  208. <DeployClass Name="AndroidServiceOutput">
  209. <Platform Name="Android">
  210. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  211. <Operation>1</Operation>
  212. </Platform>
  213. </DeployClass>
  214. <DeployClass Name="AndroidSplashImageDef">
  215. <Platform Name="Android">
  216. <RemoteDir>res\drawable</RemoteDir>
  217. <Operation>1</Operation>
  218. </Platform>
  219. </DeployClass>
  220. <DeployClass Name="AndroidSplashStyles">
  221. <Platform Name="Android">
  222. <RemoteDir>res\values</RemoteDir>
  223. <Operation>1</Operation>
  224. </Platform>
  225. </DeployClass>
  226. <DeployClass Name="AndroidSplashStylesV21">
  227. <Platform Name="Android">
  228. <RemoteDir>res\values-v21</RemoteDir>
  229. <Operation>1</Operation>
  230. </Platform>
  231. </DeployClass>
  232. <DeployClass Name="Android_Colors">
  233. <Platform Name="Android">
  234. <RemoteDir>res\values</RemoteDir>
  235. <Operation>1</Operation>
  236. </Platform>
  237. </DeployClass>
  238. <DeployClass Name="Android_DefaultAppIcon">
  239. <Platform Name="Android">
  240. <RemoteDir>res\drawable</RemoteDir>
  241. <Operation>1</Operation>
  242. </Platform>
  243. </DeployClass>
  244. <DeployClass Name="Android_LauncherIcon144">
  245. <Platform Name="Android">
  246. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="Android_LauncherIcon36">
  251. <Platform Name="Android">
  252. <RemoteDir>res\drawable-ldpi</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. </DeployClass>
  256. <DeployClass Name="Android_LauncherIcon48">
  257. <Platform Name="Android">
  258. <RemoteDir>res\drawable-mdpi</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. </DeployClass>
  262. <DeployClass Name="Android_LauncherIcon72">
  263. <Platform Name="Android">
  264. <RemoteDir>res\drawable-hdpi</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. </DeployClass>
  268. <DeployClass Name="Android_LauncherIcon96">
  269. <Platform Name="Android">
  270. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  271. <Operation>1</Operation>
  272. </Platform>
  273. </DeployClass>
  274. <DeployClass Name="Android_NotificationIcon24">
  275. <Platform Name="Android">
  276. <RemoteDir>res\drawable-mdpi</RemoteDir>
  277. <Operation>1</Operation>
  278. </Platform>
  279. </DeployClass>
  280. <DeployClass Name="Android_NotificationIcon36">
  281. <Platform Name="Android">
  282. <RemoteDir>res\drawable-hdpi</RemoteDir>
  283. <Operation>1</Operation>
  284. </Platform>
  285. </DeployClass>
  286. <DeployClass Name="Android_NotificationIcon48">
  287. <Platform Name="Android">
  288. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="Android_NotificationIcon72">
  293. <Platform Name="Android">
  294. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="Android_NotificationIcon96">
  299. <Platform Name="Android">
  300. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. </DeployClass>
  304. <DeployClass Name="Android_SplashImage426">
  305. <Platform Name="Android">
  306. <RemoteDir>res\drawable-small</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="Android_SplashImage470">
  311. <Platform Name="Android">
  312. <RemoteDir>res\drawable-normal</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="Android_SplashImage640">
  317. <Platform Name="Android">
  318. <RemoteDir>res\drawable-large</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="Android_SplashImage960">
  323. <Platform Name="Android">
  324. <RemoteDir>res\drawable-xlarge</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="Android_Strings">
  329. <Platform Name="Android">
  330. <RemoteDir>res\values</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Name="DebugSymbols">
  335. <Platform Name="iOSSimulator">
  336. <Operation>1</Operation>
  337. </Platform>
  338. <Platform Name="OSX32">
  339. <Operation>1</Operation>
  340. </Platform>
  341. <Platform Name="Win32">
  342. <Operation>0</Operation>
  343. </Platform>
  344. </DeployClass>
  345. <DeployClass Name="DependencyFramework">
  346. <Platform Name="OSX32">
  347. <Operation>1</Operation>
  348. <Extensions>.framework</Extensions>
  349. </Platform>
  350. <Platform Name="OSX64">
  351. <Operation>1</Operation>
  352. <Extensions>.framework</Extensions>
  353. </Platform>
  354. <Platform Name="Win32">
  355. <Operation>0</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="DependencyModule">
  359. <Platform Name="OSX32">
  360. <Operation>1</Operation>
  361. <Extensions>.dylib</Extensions>
  362. </Platform>
  363. <Platform Name="OSX64">
  364. <Operation>1</Operation>
  365. <Extensions>.dylib</Extensions>
  366. </Platform>
  367. <Platform Name="Win32">
  368. <Operation>0</Operation>
  369. <Extensions>.dll;.bpl</Extensions>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Required="true" Name="DependencyPackage">
  373. <Platform Name="iOSDevice32">
  374. <Operation>1</Operation>
  375. <Extensions>.dylib</Extensions>
  376. </Platform>
  377. <Platform Name="iOSDevice64">
  378. <Operation>1</Operation>
  379. <Extensions>.dylib</Extensions>
  380. </Platform>
  381. <Platform Name="iOSSimulator">
  382. <Operation>1</Operation>
  383. <Extensions>.dylib</Extensions>
  384. </Platform>
  385. <Platform Name="OSX32">
  386. <Operation>1</Operation>
  387. <Extensions>.dylib</Extensions>
  388. </Platform>
  389. <Platform Name="OSX64">
  390. <Operation>1</Operation>
  391. <Extensions>.dylib</Extensions>
  392. </Platform>
  393. <Platform Name="Win32">
  394. <Operation>0</Operation>
  395. <Extensions>.bpl</Extensions>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="File">
  399. <Platform Name="Android">
  400. <Operation>0</Operation>
  401. </Platform>
  402. <Platform Name="iOSDevice32">
  403. <Operation>0</Operation>
  404. </Platform>
  405. <Platform Name="iOSDevice64">
  406. <Operation>0</Operation>
  407. </Platform>
  408. <Platform Name="iOSSimulator">
  409. <Operation>0</Operation>
  410. </Platform>
  411. <Platform Name="OSX32">
  412. <Operation>0</Operation>
  413. </Platform>
  414. <Platform Name="OSX64">
  415. <Operation>0</Operation>
  416. </Platform>
  417. <Platform Name="Win32">
  418. <Operation>0</Operation>
  419. </Platform>
  420. </DeployClass>
  421. <DeployClass Name="iPad_Launch1024x768">
  422. <Platform Name="iOSDevice32">
  423. <Operation>1</Operation>
  424. </Platform>
  425. <Platform Name="iOSDevice64">
  426. <Operation>1</Operation>
  427. </Platform>
  428. <Platform Name="iOSSimulator">
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="iPad_Launch1536x2048">
  433. <Platform Name="iOSDevice32">
  434. <Operation>1</Operation>
  435. </Platform>
  436. <Platform Name="iOSDevice64">
  437. <Operation>1</Operation>
  438. </Platform>
  439. <Platform Name="iOSSimulator">
  440. <Operation>1</Operation>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Name="iPad_Launch1668">
  444. <Platform Name="iOSDevice32">
  445. <Operation>1</Operation>
  446. </Platform>
  447. <Platform Name="iOSDevice64">
  448. <Operation>1</Operation>
  449. </Platform>
  450. <Platform Name="iOSSimulator">
  451. <Operation>1</Operation>
  452. </Platform>
  453. </DeployClass>
  454. <DeployClass Name="iPad_Launch1668x2388">
  455. <Platform Name="iOSDevice32">
  456. <Operation>1</Operation>
  457. </Platform>
  458. <Platform Name="iOSDevice64">
  459. <Operation>1</Operation>
  460. </Platform>
  461. <Platform Name="iOSSimulator">
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="iPad_Launch2048x1536">
  466. <Platform Name="iOSDevice32">
  467. <Operation>1</Operation>
  468. </Platform>
  469. <Platform Name="iOSDevice64">
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="iOSSimulator">
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="iPad_Launch2048x2732">
  477. <Platform Name="iOSDevice32">
  478. <Operation>1</Operation>
  479. </Platform>
  480. <Platform Name="iOSDevice64">
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="iOSSimulator">
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="iPad_Launch2224">
  488. <Platform Name="iOSDevice32">
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="iOSDevice64">
  492. <Operation>1</Operation>
  493. </Platform>
  494. <Platform Name="iOSSimulator">
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="iPad_Launch2388x1668">
  499. <Platform Name="iOSDevice32">
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="iOSDevice64">
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="iOSSimulator">
  506. <Operation>1</Operation>
  507. </Platform>
  508. </DeployClass>
  509. <DeployClass Name="iPad_Launch2732x2048">
  510. <Platform Name="iOSDevice32">
  511. <Operation>1</Operation>
  512. </Platform>
  513. <Platform Name="iOSDevice64">
  514. <Operation>1</Operation>
  515. </Platform>
  516. <Platform Name="iOSSimulator">
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="iPad_Launch768x1024">
  521. <Platform Name="iOSDevice32">
  522. <Operation>1</Operation>
  523. </Platform>
  524. <Platform Name="iOSDevice64">
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="iOSSimulator">
  528. <Operation>1</Operation>
  529. </Platform>
  530. </DeployClass>
  531. <DeployClass Name="iPhone_Launch1125">
  532. <Platform Name="iOSDevice32">
  533. <Operation>1</Operation>
  534. </Platform>
  535. <Platform Name="iOSDevice64">
  536. <Operation>1</Operation>
  537. </Platform>
  538. <Platform Name="iOSSimulator">
  539. <Operation>1</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="iPhone_Launch1136x640">
  543. <Platform Name="iOSDevice32">
  544. <Operation>1</Operation>
  545. </Platform>
  546. <Platform Name="iOSDevice64">
  547. <Operation>1</Operation>
  548. </Platform>
  549. <Platform Name="iOSSimulator">
  550. <Operation>1</Operation>
  551. </Platform>
  552. </DeployClass>
  553. <DeployClass Name="iPhone_Launch1242">
  554. <Platform Name="iOSDevice32">
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="iOSDevice64">
  558. <Operation>1</Operation>
  559. </Platform>
  560. <Platform Name="iOSSimulator">
  561. <Operation>1</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="iPhone_Launch1242x2688">
  565. <Platform Name="iOSDevice32">
  566. <Operation>1</Operation>
  567. </Platform>
  568. <Platform Name="iOSDevice64">
  569. <Operation>1</Operation>
  570. </Platform>
  571. <Platform Name="iOSSimulator">
  572. <Operation>1</Operation>
  573. </Platform>
  574. </DeployClass>
  575. <DeployClass Name="iPhone_Launch1334">
  576. <Platform Name="iOSDevice32">
  577. <Operation>1</Operation>
  578. </Platform>
  579. <Platform Name="iOSDevice64">
  580. <Operation>1</Operation>
  581. </Platform>
  582. <Platform Name="iOSSimulator">
  583. <Operation>1</Operation>
  584. </Platform>
  585. </DeployClass>
  586. <DeployClass Name="iPhone_Launch1792">
  587. <Platform Name="iOSDevice32">
  588. <Operation>1</Operation>
  589. </Platform>
  590. <Platform Name="iOSDevice64">
  591. <Operation>1</Operation>
  592. </Platform>
  593. <Platform Name="iOSSimulator">
  594. <Operation>1</Operation>
  595. </Platform>
  596. </DeployClass>
  597. <DeployClass Name="iPhone_Launch2208">
  598. <Platform Name="iOSDevice32">
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="iOSDevice64">
  602. <Operation>1</Operation>
  603. </Platform>
  604. <Platform Name="iOSSimulator">
  605. <Operation>1</Operation>
  606. </Platform>
  607. </DeployClass>
  608. <DeployClass Name="iPhone_Launch2436">
  609. <Platform Name="iOSDevice32">
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="iOSDevice64">
  613. <Operation>1</Operation>
  614. </Platform>
  615. <Platform Name="iOSSimulator">
  616. <Operation>1</Operation>
  617. </Platform>
  618. </DeployClass>
  619. <DeployClass Name="iPhone_Launch2688x1242">
  620. <Platform Name="iOSDevice32">
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="iOSDevice64">
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="iOSSimulator">
  627. <Operation>1</Operation>
  628. </Platform>
  629. </DeployClass>
  630. <DeployClass Name="iPhone_Launch320">
  631. <Platform Name="iOSDevice32">
  632. <Operation>1</Operation>
  633. </Platform>
  634. <Platform Name="iOSDevice64">
  635. <Operation>1</Operation>
  636. </Platform>
  637. <Platform Name="iOSSimulator">
  638. <Operation>1</Operation>
  639. </Platform>
  640. </DeployClass>
  641. <DeployClass Name="iPhone_Launch640">
  642. <Platform Name="iOSDevice32">
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="iOSDevice64">
  646. <Operation>1</Operation>
  647. </Platform>
  648. <Platform Name="iOSSimulator">
  649. <Operation>1</Operation>
  650. </Platform>
  651. </DeployClass>
  652. <DeployClass Name="iPhone_Launch640x1136">
  653. <Platform Name="iOSDevice32">
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSDevice64">
  657. <Operation>1</Operation>
  658. </Platform>
  659. <Platform Name="iOSSimulator">
  660. <Operation>1</Operation>
  661. </Platform>
  662. </DeployClass>
  663. <DeployClass Name="iPhone_Launch750">
  664. <Platform Name="iOSDevice32">
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="iOSDevice64">
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="iOSSimulator">
  671. <Operation>1</Operation>
  672. </Platform>
  673. </DeployClass>
  674. <DeployClass Name="iPhone_Launch828">
  675. <Platform Name="iOSDevice32">
  676. <Operation>1</Operation>
  677. </Platform>
  678. <Platform Name="iOSDevice64">
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="iOSSimulator">
  682. <Operation>1</Operation>
  683. </Platform>
  684. </DeployClass>
  685. <DeployClass Name="ProjectAndroidManifest">
  686. <Platform Name="Android">
  687. <Operation>1</Operation>
  688. </Platform>
  689. </DeployClass>
  690. <DeployClass Name="ProjectiOSDeviceDebug">
  691. <Platform Name="iOSDevice32">
  692. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  693. <Operation>1</Operation>
  694. </Platform>
  695. <Platform Name="iOSDevice64">
  696. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  697. <Operation>1</Operation>
  698. </Platform>
  699. </DeployClass>
  700. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  701. <DeployClass Name="ProjectiOSEntitlements"/>
  702. <DeployClass Name="ProjectiOSInfoPList"/>
  703. <DeployClass Name="ProjectiOSResource">
  704. <Platform Name="iOSDevice32">
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="iOSDevice64">
  708. <Operation>1</Operation>
  709. </Platform>
  710. <Platform Name="iOSSimulator">
  711. <Operation>1</Operation>
  712. </Platform>
  713. </DeployClass>
  714. <DeployClass Name="ProjectOSXDebug"/>
  715. <DeployClass Name="ProjectOSXEntitlements"/>
  716. <DeployClass Name="ProjectOSXInfoPList"/>
  717. <DeployClass Name="ProjectOSXResource">
  718. <Platform Name="OSX32">
  719. <RemoteDir>Contents\Resources</RemoteDir>
  720. <Operation>1</Operation>
  721. </Platform>
  722. <Platform Name="OSX64">
  723. <RemoteDir>Contents\Resources</RemoteDir>
  724. <Operation>1</Operation>
  725. </Platform>
  726. </DeployClass>
  727. <DeployClass Required="true" Name="ProjectOutput">
  728. <Platform Name="Android">
  729. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  730. <Operation>1</Operation>
  731. </Platform>
  732. <Platform Name="iOSDevice32">
  733. <Operation>1</Operation>
  734. </Platform>
  735. <Platform Name="iOSDevice64">
  736. <Operation>1</Operation>
  737. </Platform>
  738. <Platform Name="iOSSimulator">
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="Linux64">
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="OSX32">
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="OSX64">
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="Win32">
  751. <Operation>0</Operation>
  752. </Platform>
  753. </DeployClass>
  754. <DeployClass Name="ProjectUWPManifest">
  755. <Platform Name="Win32">
  756. <Operation>1</Operation>
  757. </Platform>
  758. <Platform Name="Win64">
  759. <Operation>1</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="UWP_DelphiLogo150">
  763. <Platform Name="Win32">
  764. <RemoteDir>Assets</RemoteDir>
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="Win64">
  768. <RemoteDir>Assets</RemoteDir>
  769. <Operation>1</Operation>
  770. </Platform>
  771. </DeployClass>
  772. <DeployClass Name="UWP_DelphiLogo44">
  773. <Platform Name="Win32">
  774. <RemoteDir>Assets</RemoteDir>
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="Win64">
  778. <RemoteDir>Assets</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. </DeployClass>
  782. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  783. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  784. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  785. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  786. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  787. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  788. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  789. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  790. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  791. </Deployment>
  792. <Platforms>
  793. <Platform value="Android">False</Platform>
  794. <Platform value="iOSDevice32">False</Platform>
  795. <Platform value="iOSDevice64">False</Platform>
  796. <Platform value="iOSSimulator">False</Platform>
  797. <Platform value="Linux64">False</Platform>
  798. <Platform value="OSX32">False</Platform>
  799. <Platform value="OSX64">False</Platform>
  800. <Platform value="Win32">True</Platform>
  801. <Platform value="Win64">False</Platform>
  802. </Platforms>
  803. </BorlandProject>
  804. <ProjectFileVersion>12</ProjectFileVersion>
  805. </ProjectExtensions>
  806. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  807. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  808. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  809. </Project>