QuickConfigDemo.dproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{CDEBAD41-A241-457F-96FD-E367D8E3B0AE}</ProjectGuid>
  4. <ProjectVersion>18.3</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <MainSource>QuickConfigDemo.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  10. <TargetedPlatforms>3</TargetedPlatforms>
  11. <AppType>Application</AppType>
  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)'=='Debug' 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)'=='Release' 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_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  62. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  63. <DCC_E>false</DCC_E>
  64. <DCC_N>false</DCC_N>
  65. <DCC_S>false</DCC_S>
  66. <DCC_F>false</DCC_F>
  67. <DCC_K>false</DCC_K>
  68. <DCC_UsePackage>RESTComponents;FireDACIBDriver;FireDACCommon;RESTBackendComponents;soapserver;CloudService;FireDACCommonDriver;inet;FireDAC;FireDACSqliteDriver;soaprtl;soapmidas;$(DCC_UsePackage)</DCC_UsePackage>
  69. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  70. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  71. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  72. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  73. <SanitizedProjectName>QuickConfigDemo</SanitizedProjectName>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  76. <DCC_UsePackage>DBXSqliteDriver;UbuntuProgressPackage;DBXInterBaseDriver;vclactnband;vclFireDAC;tethering;svnui;JvGlobus;FireDACADSDriver;JvPluginSystem;JvMM;vacommpkgdXE11;tmsxlsdXE11;vcltouch;JvBands;vcldb;bindcompfmx;svn;Intraweb;JvJans;JvNet;inetdb;JvAppFrm;EssentialsDR;vcwdedXE11;vcwdXE11;FmxTeeUI;JvDotNetCtrls;AbbreviaVCLD;fmx;fmxdae;tmsdXE11;vclib;JvWizards;tmsexdXE11;dbexpress;IndyCore;vclx;JvPageComps;dsnap;JvDB;VCLRESTComponents;JclDeveloperTools;vclie;bindengine;DBXMySQLDriver;JvCmp;FireDACMySQLDriver;JvHMI;FireDACCommonODBC;LockBoxDR;bindcompdbx;IndyIPCommon;JvCustom;advchartdedxe11;vcl;IndyIPServer;GR32_D;JvXPCtrls;PngComponents;IndySystem;advchartdxe11;dsnapcon;FireDACMSAccDriver;fmxFireDAC;vclimg;vacommpkgdedXE11;TeeDB;Jcl;madBasic_;JvCore;JvCrypt;FireDACPgDriver;ibmonitor;FMXTee;SevenZippro;DbxCommonDriver;JvDlgs;JvRuntimeDesign;ibxpress;Tee;JvManagedThreads;xmlrtl;ibxbindings;fmxobj;vclwinx;JvTimeFramework;rtl;GR32_R;DbxClientDriver;QuickVCL;CustomIPTransport;vcldsnap;JvSystem;JvStdCtrls;DCEF_DX10;bindcomp;appanalytics;tmswizdXE11;CoolTrayIcon_D210_XE7;IndyIPClient;bindcompvcl;TeeUI;TMSFMXPackPkgDXE11;JvDocking;dbxcds;VclSmp;JvPascalInterpreter;adortl;JclVcl;Gauge3D;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;JvControls;JvPrintPreview;Analog_XE7;JclContainers;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  77. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  78. <BT_BuildType>Debug</BT_BuildType>
  79. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  80. <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>
  81. <VerInfo_Locale>1033</VerInfo_Locale>
  82. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  85. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;vclactnband;vclFireDAC;tethering;FireDACADSDriver;vcltouch;vcldb;bindcompfmx;Intraweb;inetdb;EssentialsDR;vcwdXE11;FmxTeeUI;AbbreviaVCLD;fmx;fmxdae;tmsdXE11;vclib;tmsexdXE11;dbexpress;IndyCore;vclx;dsnap;VCLRESTComponents;vclie;bindengine;DBXMySQLDriver;FireDACMySQLDriver;FireDACCommonODBC;bindcompdbx;IndyIPCommon;vcl;IndyIPServer;IndySystem;advchartdxe11;dsnapcon;FireDACMSAccDriver;fmxFireDAC;vclimg;TeeDB;FireDACPgDriver;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;Tee;xmlrtl;ibxbindings;fmxobj;vclwinx;rtl;DbxClientDriver;QuickVCL;CustomIPTransport;vcldsnap;DCEF_DX10;bindcomp;appanalytics;IndyIPClient;bindcompvcl;TeeUI;dbxcds;VclSmp;adortl;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  86. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  87. <BT_BuildType>Debug</BT_BuildType>
  88. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  89. <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>
  90. <VerInfo_Locale>1033</VerInfo_Locale>
  91. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  94. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  95. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  96. <DCC_Optimize>false</DCC_Optimize>
  97. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  98. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  99. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  102. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  103. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  104. <AppEnableHighDPI>true</AppEnableHighDPI>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  107. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  108. <AppEnableHighDPI>true</AppEnableHighDPI>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  111. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  112. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  113. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  114. <DCC_DebugInformation>0</DCC_DebugInformation>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  117. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  118. <AppEnableHighDPI>true</AppEnableHighDPI>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  121. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  122. <AppEnableHighDPI>true</AppEnableHighDPI>
  123. </PropertyGroup>
  124. <ItemGroup>
  125. <DelphiCompile Include="$(MainSource)">
  126. <MainSource>MainSource</MainSource>
  127. </DelphiCompile>
  128. <DCCReference Include="Main.pas">
  129. <Form>MainForm</Form>
  130. <FormType>dfm</FormType>
  131. </DCCReference>
  132. <BuildConfiguration Include="Release">
  133. <Key>Cfg_2</Key>
  134. <CfgParent>Base</CfgParent>
  135. </BuildConfiguration>
  136. <BuildConfiguration Include="Base">
  137. <Key>Base</Key>
  138. </BuildConfiguration>
  139. <BuildConfiguration Include="Debug">
  140. <Key>Cfg_1</Key>
  141. <CfgParent>Base</CfgParent>
  142. </BuildConfiguration>
  143. </ItemGroup>
  144. <ProjectExtensions>
  145. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  146. <Borland.ProjectType>Application</Borland.ProjectType>
  147. <BorlandProject>
  148. <Delphi.Personality>
  149. <Source>
  150. <Source Name="MainSource">QuickConfigDemo.dpr</Source>
  151. </Source>
  152. </Delphi.Personality>
  153. <Deployment Version="3">
  154. <DeployFile LocalName="Win64\Debug\QuickConfigDemo.rsm" Configuration="Debug" Class="DebugSymbols">
  155. <Platform Name="Win64">
  156. <RemoteName>QuickConfigDemo.rsm</RemoteName>
  157. <Overwrite>true</Overwrite>
  158. </Platform>
  159. </DeployFile>
  160. <DeployFile LocalName="Win32\Debug\QuickConfigDemo.exe" Configuration="Debug" Class="ProjectOutput">
  161. <Platform Name="Win32">
  162. <RemoteName>QuickConfigDemo.exe</RemoteName>
  163. <Overwrite>true</Overwrite>
  164. </Platform>
  165. </DeployFile>
  166. <DeployFile LocalName="Win64\Debug\QuickConfigDemo.exe" Configuration="Debug" Class="ProjectOutput">
  167. <Platform Name="Win64">
  168. <RemoteName>QuickConfigDemo.exe</RemoteName>
  169. <Overwrite>true</Overwrite>
  170. </Platform>
  171. </DeployFile>
  172. <DeployClass Name="AdditionalDebugSymbols">
  173. <Platform Name="iOSSimulator">
  174. <Operation>1</Operation>
  175. </Platform>
  176. <Platform Name="OSX32">
  177. <RemoteDir>Contents\MacOS</RemoteDir>
  178. <Operation>1</Operation>
  179. </Platform>
  180. <Platform Name="Win32">
  181. <RemoteDir>Contents\MacOS</RemoteDir>
  182. <Operation>0</Operation>
  183. </Platform>
  184. </DeployClass>
  185. <DeployClass Name="AndroidClassesDexFile">
  186. <Platform Name="Android">
  187. <RemoteDir>classes</RemoteDir>
  188. <Operation>1</Operation>
  189. </Platform>
  190. </DeployClass>
  191. <DeployClass Name="AndroidGDBServer">
  192. <Platform Name="Android">
  193. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  194. <Operation>1</Operation>
  195. </Platform>
  196. </DeployClass>
  197. <DeployClass Name="AndroidLibnativeArmeabiFile">
  198. <Platform Name="Android">
  199. <RemoteDir>library\lib\armeabi</RemoteDir>
  200. <Operation>1</Operation>
  201. </Platform>
  202. </DeployClass>
  203. <DeployClass Name="AndroidLibnativeMipsFile">
  204. <Platform Name="Android">
  205. <RemoteDir>library\lib\mips</RemoteDir>
  206. <Operation>1</Operation>
  207. </Platform>
  208. </DeployClass>
  209. <DeployClass Name="AndroidServiceOutput">
  210. <Platform Name="Android">
  211. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  212. <Operation>1</Operation>
  213. </Platform>
  214. </DeployClass>
  215. <DeployClass Name="AndroidSplashImageDef">
  216. <Platform Name="Android">
  217. <RemoteDir>res\drawable</RemoteDir>
  218. <Operation>1</Operation>
  219. </Platform>
  220. </DeployClass>
  221. <DeployClass Name="AndroidSplashStyles">
  222. <Platform Name="Android">
  223. <RemoteDir>res\values</RemoteDir>
  224. <Operation>1</Operation>
  225. </Platform>
  226. </DeployClass>
  227. <DeployClass Name="Android_DefaultAppIcon">
  228. <Platform Name="Android">
  229. <RemoteDir>res\drawable</RemoteDir>
  230. <Operation>1</Operation>
  231. </Platform>
  232. </DeployClass>
  233. <DeployClass Name="Android_LauncherIcon144">
  234. <Platform Name="Android">
  235. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  236. <Operation>1</Operation>
  237. </Platform>
  238. </DeployClass>
  239. <DeployClass Name="Android_LauncherIcon36">
  240. <Platform Name="Android">
  241. <RemoteDir>res\drawable-ldpi</RemoteDir>
  242. <Operation>1</Operation>
  243. </Platform>
  244. </DeployClass>
  245. <DeployClass Name="Android_LauncherIcon48">
  246. <Platform Name="Android">
  247. <RemoteDir>res\drawable-mdpi</RemoteDir>
  248. <Operation>1</Operation>
  249. </Platform>
  250. </DeployClass>
  251. <DeployClass Name="Android_LauncherIcon72">
  252. <Platform Name="Android">
  253. <RemoteDir>res\drawable-hdpi</RemoteDir>
  254. <Operation>1</Operation>
  255. </Platform>
  256. </DeployClass>
  257. <DeployClass Name="Android_LauncherIcon96">
  258. <Platform Name="Android">
  259. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  260. <Operation>1</Operation>
  261. </Platform>
  262. </DeployClass>
  263. <DeployClass Name="Android_SplashImage426">
  264. <Platform Name="Android">
  265. <RemoteDir>res\drawable-small</RemoteDir>
  266. <Operation>1</Operation>
  267. </Platform>
  268. </DeployClass>
  269. <DeployClass Name="Android_SplashImage470">
  270. <Platform Name="Android">
  271. <RemoteDir>res\drawable-normal</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="Android_SplashImage640">
  276. <Platform Name="Android">
  277. <RemoteDir>res\drawable-large</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="Android_SplashImage960">
  282. <Platform Name="Android">
  283. <RemoteDir>res\drawable-xlarge</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. </DeployClass>
  287. <DeployClass Name="DebugSymbols">
  288. <Platform Name="iOSSimulator">
  289. <Operation>1</Operation>
  290. </Platform>
  291. <Platform Name="OSX32">
  292. <RemoteDir>Contents\MacOS</RemoteDir>
  293. <Operation>1</Operation>
  294. </Platform>
  295. <Platform Name="Win32">
  296. <Operation>0</Operation>
  297. </Platform>
  298. </DeployClass>
  299. <DeployClass Name="DependencyFramework">
  300. <Platform Name="OSX32">
  301. <RemoteDir>Contents\MacOS</RemoteDir>
  302. <Operation>1</Operation>
  303. <Extensions>.framework</Extensions>
  304. </Platform>
  305. <Platform Name="Win32">
  306. <Operation>0</Operation>
  307. </Platform>
  308. </DeployClass>
  309. <DeployClass Name="DependencyModule">
  310. <Platform Name="iOSDevice32">
  311. <Operation>1</Operation>
  312. <Extensions>.dylib</Extensions>
  313. </Platform>
  314. <Platform Name="iOSDevice64">
  315. <Operation>1</Operation>
  316. <Extensions>.dylib</Extensions>
  317. </Platform>
  318. <Platform Name="iOSSimulator">
  319. <Operation>1</Operation>
  320. <Extensions>.dylib</Extensions>
  321. </Platform>
  322. <Platform Name="OSX32">
  323. <RemoteDir>Contents\MacOS</RemoteDir>
  324. <Operation>1</Operation>
  325. <Extensions>.dylib</Extensions>
  326. </Platform>
  327. <Platform Name="Win32">
  328. <Operation>0</Operation>
  329. <Extensions>.dll;.bpl</Extensions>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Required="true" Name="DependencyPackage">
  333. <Platform Name="iOSDevice32">
  334. <Operation>1</Operation>
  335. <Extensions>.dylib</Extensions>
  336. </Platform>
  337. <Platform Name="iOSDevice64">
  338. <Operation>1</Operation>
  339. <Extensions>.dylib</Extensions>
  340. </Platform>
  341. <Platform Name="iOSSimulator">
  342. <Operation>1</Operation>
  343. <Extensions>.dylib</Extensions>
  344. </Platform>
  345. <Platform Name="OSX32">
  346. <RemoteDir>Contents\MacOS</RemoteDir>
  347. <Operation>1</Operation>
  348. <Extensions>.dylib</Extensions>
  349. </Platform>
  350. <Platform Name="Win32">
  351. <Operation>0</Operation>
  352. <Extensions>.bpl</Extensions>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="File">
  356. <Platform Name="Android">
  357. <Operation>0</Operation>
  358. </Platform>
  359. <Platform Name="iOSDevice32">
  360. <Operation>0</Operation>
  361. </Platform>
  362. <Platform Name="iOSDevice64">
  363. <Operation>0</Operation>
  364. </Platform>
  365. <Platform Name="iOSSimulator">
  366. <Operation>0</Operation>
  367. </Platform>
  368. <Platform Name="OSX32">
  369. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  370. <Operation>0</Operation>
  371. </Platform>
  372. <Platform Name="Win32">
  373. <Operation>0</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="iPad_Launch1024">
  377. <Platform Name="iOSDevice32">
  378. <Operation>1</Operation>
  379. </Platform>
  380. <Platform Name="iOSDevice64">
  381. <Operation>1</Operation>
  382. </Platform>
  383. <Platform Name="iOSSimulator">
  384. <Operation>1</Operation>
  385. </Platform>
  386. </DeployClass>
  387. <DeployClass Name="iPad_Launch1536">
  388. <Platform Name="iOSDevice32">
  389. <Operation>1</Operation>
  390. </Platform>
  391. <Platform Name="iOSDevice64">
  392. <Operation>1</Operation>
  393. </Platform>
  394. <Platform Name="iOSSimulator">
  395. <Operation>1</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="iPad_Launch2048">
  399. <Platform Name="iOSDevice32">
  400. <Operation>1</Operation>
  401. </Platform>
  402. <Platform Name="iOSDevice64">
  403. <Operation>1</Operation>
  404. </Platform>
  405. <Platform Name="iOSSimulator">
  406. <Operation>1</Operation>
  407. </Platform>
  408. </DeployClass>
  409. <DeployClass Name="iPad_Launch768">
  410. <Platform Name="iOSDevice32">
  411. <Operation>1</Operation>
  412. </Platform>
  413. <Platform Name="iOSDevice64">
  414. <Operation>1</Operation>
  415. </Platform>
  416. <Platform Name="iOSSimulator">
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="iPhone_Launch320">
  421. <Platform Name="iOSDevice32">
  422. <Operation>1</Operation>
  423. </Platform>
  424. <Platform Name="iOSDevice64">
  425. <Operation>1</Operation>
  426. </Platform>
  427. <Platform Name="iOSSimulator">
  428. <Operation>1</Operation>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="iPhone_Launch640">
  432. <Platform Name="iOSDevice32">
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="iOSDevice64">
  436. <Operation>1</Operation>
  437. </Platform>
  438. <Platform Name="iOSSimulator">
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="iPhone_Launch640x1136">
  443. <Platform Name="iOSDevice32">
  444. <Operation>1</Operation>
  445. </Platform>
  446. <Platform Name="iOSDevice64">
  447. <Operation>1</Operation>
  448. </Platform>
  449. <Platform Name="iOSSimulator">
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="ProjectAndroidManifest">
  454. <Platform Name="Android">
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="ProjectiOSDeviceDebug">
  459. <Platform Name="iOSDevice32">
  460. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. <Platform Name="iOSDevice64">
  464. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="ProjectiOSDeviceResourceRules">
  469. <Platform Name="iOSDevice32">
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="iOSDevice64">
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="ProjectiOSEntitlements">
  477. <Platform Name="iOSDevice32">
  478. <RemoteDir>..\</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="iOSDevice64">
  482. <RemoteDir>..\</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="ProjectiOSInfoPList">
  487. <Platform Name="iOSDevice32">
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="iOSDevice64">
  491. <Operation>1</Operation>
  492. </Platform>
  493. <Platform Name="iOSSimulator">
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="ProjectiOSResource">
  498. <Platform Name="iOSDevice32">
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="iOSDevice64">
  502. <Operation>1</Operation>
  503. </Platform>
  504. <Platform Name="iOSSimulator">
  505. <Operation>1</Operation>
  506. </Platform>
  507. </DeployClass>
  508. <DeployClass Name="ProjectOSXEntitlements">
  509. <Platform Name="OSX32">
  510. <RemoteDir>..\</RemoteDir>
  511. <Operation>1</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="ProjectOSXInfoPList">
  515. <Platform Name="OSX32">
  516. <RemoteDir>Contents</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="ProjectOSXResource">
  521. <Platform Name="OSX32">
  522. <RemoteDir>Contents\Resources</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. </DeployClass>
  526. <DeployClass Required="true" Name="ProjectOutput">
  527. <Platform Name="Android">
  528. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. <Platform Name="iOSDevice32">
  532. <Operation>1</Operation>
  533. </Platform>
  534. <Platform Name="iOSDevice64">
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="iOSSimulator">
  538. <Operation>1</Operation>
  539. </Platform>
  540. <Platform Name="Linux64">
  541. <Operation>1</Operation>
  542. </Platform>
  543. <Platform Name="OSX32">
  544. <RemoteDir>Contents\MacOS</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="Win32">
  548. <Operation>0</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="ProjectUWPManifest">
  552. <Platform Name="Win32">
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="Win64">
  556. <Operation>1</Operation>
  557. </Platform>
  558. </DeployClass>
  559. <DeployClass Name="UWP_DelphiLogo150">
  560. <Platform Name="Win32">
  561. <RemoteDir>Assets</RemoteDir>
  562. <Operation>1</Operation>
  563. </Platform>
  564. <Platform Name="Win64">
  565. <RemoteDir>Assets</RemoteDir>
  566. <Operation>1</Operation>
  567. </Platform>
  568. </DeployClass>
  569. <DeployClass Name="UWP_DelphiLogo44">
  570. <Platform Name="Win32">
  571. <RemoteDir>Assets</RemoteDir>
  572. <Operation>1</Operation>
  573. </Platform>
  574. <Platform Name="Win64">
  575. <RemoteDir>Assets</RemoteDir>
  576. <Operation>1</Operation>
  577. </Platform>
  578. </DeployClass>
  579. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  580. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  581. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  582. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  583. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  584. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  585. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  586. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  587. </Deployment>
  588. <Platforms>
  589. <Platform value="Win32">True</Platform>
  590. <Platform value="Win64">True</Platform>
  591. </Platforms>
  592. <ModelSupport>False</ModelSupport>
  593. </BorlandProject>
  594. <ProjectFileVersion>12</ProjectFileVersion>
  595. </ProjectExtensions>
  596. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  597. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  598. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  599. </Project>