ChronoDemo.dproj 33 KB

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