QuickConsoleMenu.dproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{E9C10510-909C-46B4-9DFC-8E87E03BA991}</ProjectGuid>
  4. <ProjectVersion>18.5</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>QuickConsoleMenu.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</TargetedPlatforms>
  11. <AppType>Console</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)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
  37. <Base_OSX32>true</Base_OSX32>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  42. <Base_Win32>true</Base_Win32>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  47. <Base_Win64>true</Base_Win64>
  48. <CfgParent>Base</CfgParent>
  49. <Base>true</Base>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  52. <Cfg_1>true</Cfg_1>
  53. <CfgParent>Base</CfgParent>
  54. <Base>true</Base>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  57. <Cfg_1_Win32>true</Cfg_1_Win32>
  58. <CfgParent>Cfg_1</CfgParent>
  59. <Cfg_1>true</Cfg_1>
  60. <Base>true</Base>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  63. <Cfg_2>true</Cfg_2>
  64. <CfgParent>Base</CfgParent>
  65. <Base>true</Base>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Base)'!=''">
  68. <DCC_DcuOutput>.\bin\$(Platform)\$(Config)\dcu</DCC_DcuOutput>
  69. <DCC_ExeOutput>.\bin\$(Platform)\$(Config)</DCC_ExeOutput>
  70. <DCC_E>false</DCC_E>
  71. <DCC_N>false</DCC_N>
  72. <DCC_S>false</DCC_S>
  73. <DCC_F>false</DCC_F>
  74. <DCC_K>false</DCC_K>
  75. <DCC_UsePackage>RESTComponents;FireDACIBDriver;FireDACCommon;RESTBackendComponents;soapserver;CloudService;FireDACCommonDriver;inet;FireDAC;FireDACSqliteDriver;soaprtl;soapmidas;$(DCC_UsePackage)</DCC_UsePackage>
  76. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  77. <SanitizedProjectName>QuickConsoleMenu</SanitizedProjectName>
  78. <VerInfo_Locale>3082</VerInfo_Locale>
  79. <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>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Base_Android)'!=''">
  82. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;CoolTrayIcon_D210_XE7;IndyIPClient;dbxcds;dsnapxml;dbrtl;IndyProtocols;$(DCC_UsePackage)</DCC_UsePackage>
  83. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  84. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  85. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  86. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  87. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  88. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  89. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  90. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  91. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  92. <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services.dex.jar</EnabledSysJars>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  95. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  98. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;TMSFMXPackPkgDXE11;dbxcds;dsnapxml;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  101. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  104. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;inetdb;FmxTeeUI;fmx;fmxdae;dbexpress;IndyCore;dsnap;bindengine;DBXMySQLDriver;FireDACMySQLDriver;FireDACCommonODBC;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDACPgDriver;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;fmxobj;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  105. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  108. <DCC_UsePackage>DBXSqliteDriver;UbuntuProgressPackage;DBXInterBaseDriver;vclactnband;vclFireDAC;tethering;svnui;JvGlobus;FireDACADSDriver;JvPluginSystem;JvMM;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;GR32_D;vcl;IndyIPServer;advchartdedxe11;JvXPCtrls;PngComponents;IndySystem;advchartdxe11;dsnapcon;FireDACMSAccDriver;fmxFireDAC;vclimg;TeeDB;Jcl;JvCore;JvCrypt;FireDACPgDriver;ibmonitor;FMXTee;SevenZippro;DbxCommonDriver;JvDlgs;JvRuntimeDesign;ibxpress;Tee;JvManagedThreads;xmlrtl;ibxbindings;fmxobj;vclwinx;JvTimeFramework;rtl;GR32_R;DbxClientDriver;VistaProgressBar;QuickVCL;CustomIPTransport;vcldsnap;JvSystem;JvStdCtrls;bindcomp;appanalytics;CoolTrayIcon_D210_XE7;tmswizdXE11;nTrayIcon;IndyIPClient;bindcompvcl;TeeUI;TMSFMXPackPkgDXE11;JvDocking;dbxcds;VclSmp;JvPascalInterpreter;adortl;JclVcl;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;JvControls;JvPrintPreview;Analog_XE7;JclContainers;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  109. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  110. <BT_BuildType>Debug</BT_BuildType>
  111. <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>
  112. <VerInfo_Locale>1033</VerInfo_Locale>
  113. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  114. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  115. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  118. <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;GR32_R;DbxClientDriver;QuickVCL;CustomIPTransport;vcldsnap;bindcomp;appanalytics;IndyIPClient;bindcompvcl;TeeUI;dbxcds;VclSmp;adortl;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  119. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  120. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  121. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  124. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  125. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  126. <DCC_Optimize>false</DCC_Optimize>
  127. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  128. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  129. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  132. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  133. <VerInfo_Locale>1033</VerInfo_Locale>
  134. <Manifest_File>(None)</Manifest_File>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  137. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  138. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  139. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  140. <DCC_DebugInformation>0</DCC_DebugInformation>
  141. </PropertyGroup>
  142. <ItemGroup>
  143. <DelphiCompile Include="$(MainSource)">
  144. <MainSource>MainSource</MainSource>
  145. </DelphiCompile>
  146. <BuildConfiguration Include="Release">
  147. <Key>Cfg_2</Key>
  148. <CfgParent>Base</CfgParent>
  149. </BuildConfiguration>
  150. <BuildConfiguration Include="Base">
  151. <Key>Base</Key>
  152. </BuildConfiguration>
  153. <BuildConfiguration Include="Debug">
  154. <Key>Cfg_1</Key>
  155. <CfgParent>Base</CfgParent>
  156. </BuildConfiguration>
  157. </ItemGroup>
  158. <ProjectExtensions>
  159. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  160. <Borland.ProjectType>Application</Borland.ProjectType>
  161. <BorlandProject>
  162. <Delphi.Personality>
  163. <Source>
  164. <Source Name="MainSource">QuickConsoleMenu.dpr</Source>
  165. </Source>
  166. <Excluded_Packages>
  167. <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt260.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
  168. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  169. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  170. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  171. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  172. <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>
  173. <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>
  174. <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>
  175. <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>
  176. <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>
  177. </Excluded_Packages>
  178. </Delphi.Personality>
  179. <Deployment Version="3">
  180. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  181. <Platform Name="OSX32">
  182. <Overwrite>true</Overwrite>
  183. </Platform>
  184. </DeployFile>
  185. <DeployFile LocalName="Win32\Debug\QuickConsoleMenu.exe" Configuration="Debug" Class="ProjectOutput">
  186. <Platform Name="Win32">
  187. <RemoteName>QuickConsoleMenu.exe</RemoteName>
  188. <Overwrite>true</Overwrite>
  189. </Platform>
  190. </DeployFile>
  191. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  192. <Platform Name="OSX64">
  193. <Overwrite>true</Overwrite>
  194. </Platform>
  195. </DeployFile>
  196. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  197. <Platform Name="iOSSimulator">
  198. <Overwrite>true</Overwrite>
  199. </Platform>
  200. </DeployFile>
  201. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  202. <Platform Name="iOSSimulator">
  203. <Overwrite>true</Overwrite>
  204. </Platform>
  205. </DeployFile>
  206. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  207. <Platform Name="iOSSimulator">
  208. <Overwrite>true</Overwrite>
  209. </Platform>
  210. </DeployFile>
  211. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  212. <Platform Name="OSX32">
  213. <Overwrite>true</Overwrite>
  214. </Platform>
  215. </DeployFile>
  216. <DeployClass Name="AdditionalDebugSymbols">
  217. <Platform Name="iOSSimulator">
  218. <Operation>1</Operation>
  219. </Platform>
  220. <Platform Name="OSX32">
  221. <RemoteDir>Contents\MacOS</RemoteDir>
  222. <Operation>1</Operation>
  223. </Platform>
  224. <Platform Name="Win32">
  225. <Operation>0</Operation>
  226. </Platform>
  227. </DeployClass>
  228. <DeployClass Name="AndroidClassesDexFile">
  229. <Platform Name="Android">
  230. <RemoteDir>classes</RemoteDir>
  231. <Operation>1</Operation>
  232. </Platform>
  233. </DeployClass>
  234. <DeployClass Name="AndroidFileProvider">
  235. <Platform Name="Android">
  236. <RemoteDir>res\xml</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="AndroidGDBServer">
  241. <Platform Name="Android">
  242. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. </DeployClass>
  246. <DeployClass Name="AndroidLibnativeArmeabiFile">
  247. <Platform Name="Android">
  248. <RemoteDir>library\lib\armeabi</RemoteDir>
  249. <Operation>1</Operation>
  250. </Platform>
  251. </DeployClass>
  252. <DeployClass Name="AndroidLibnativeMipsFile">
  253. <Platform Name="Android">
  254. <RemoteDir>library\lib\mips</RemoteDir>
  255. <Operation>1</Operation>
  256. </Platform>
  257. </DeployClass>
  258. <DeployClass Name="AndroidServiceOutput">
  259. <Platform Name="Android">
  260. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  261. <Operation>1</Operation>
  262. </Platform>
  263. </DeployClass>
  264. <DeployClass Name="AndroidSplashImageDef">
  265. <Platform Name="Android">
  266. <RemoteDir>res\drawable</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. </DeployClass>
  270. <DeployClass Name="AndroidSplashStyles">
  271. <Platform Name="Android">
  272. <RemoteDir>res\values</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. </DeployClass>
  276. <DeployClass Name="AndroidSplashStylesV21">
  277. <Platform Name="Android">
  278. <RemoteDir>res\values-v21</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. </DeployClass>
  282. <DeployClass Name="Android_DefaultAppIcon">
  283. <Platform Name="Android">
  284. <RemoteDir>res\drawable</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. </DeployClass>
  288. <DeployClass Name="Android_LauncherIcon144">
  289. <Platform Name="Android">
  290. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  291. <Operation>1</Operation>
  292. </Platform>
  293. </DeployClass>
  294. <DeployClass Name="Android_LauncherIcon36">
  295. <Platform Name="Android">
  296. <RemoteDir>res\drawable-ldpi</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="Android_LauncherIcon48">
  301. <Platform Name="Android">
  302. <RemoteDir>res\drawable-mdpi</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. </DeployClass>
  306. <DeployClass Name="Android_LauncherIcon72">
  307. <Platform Name="Android">
  308. <RemoteDir>res\drawable-hdpi</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. </DeployClass>
  312. <DeployClass Name="Android_LauncherIcon96">
  313. <Platform Name="Android">
  314. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  315. <Operation>1</Operation>
  316. </Platform>
  317. </DeployClass>
  318. <DeployClass Name="Android_SplashImage426">
  319. <Platform Name="Android">
  320. <RemoteDir>res\drawable-small</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="Android_SplashImage470">
  325. <Platform Name="Android">
  326. <RemoteDir>res\drawable-normal</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="Android_SplashImage640">
  331. <Platform Name="Android">
  332. <RemoteDir>res\drawable-large</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="Android_SplashImage960">
  337. <Platform Name="Android">
  338. <RemoteDir>res\drawable-xlarge</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. </DeployClass>
  342. <DeployClass Name="DebugSymbols">
  343. <Platform Name="iOSSimulator">
  344. <Operation>1</Operation>
  345. </Platform>
  346. <Platform Name="OSX32">
  347. <RemoteDir>Contents\MacOS</RemoteDir>
  348. <Operation>1</Operation>
  349. </Platform>
  350. <Platform Name="Win32">
  351. <Operation>0</Operation>
  352. </Platform>
  353. </DeployClass>
  354. <DeployClass Name="DependencyFramework">
  355. <Platform Name="OSX32">
  356. <RemoteDir>Contents\MacOS</RemoteDir>
  357. <Operation>1</Operation>
  358. <Extensions>.framework</Extensions>
  359. </Platform>
  360. <Platform Name="OSX64">
  361. <RemoteDir>Contents\MacOS</RemoteDir>
  362. <Operation>1</Operation>
  363. <Extensions>.framework</Extensions>
  364. </Platform>
  365. <Platform Name="Win32">
  366. <Operation>0</Operation>
  367. </Platform>
  368. </DeployClass>
  369. <DeployClass Name="DependencyModule">
  370. <Platform Name="iOSDevice32">
  371. <Operation>1</Operation>
  372. <Extensions>.dylib</Extensions>
  373. </Platform>
  374. <Platform Name="iOSDevice64">
  375. <Operation>1</Operation>
  376. <Extensions>.dylib</Extensions>
  377. </Platform>
  378. <Platform Name="iOSSimulator">
  379. <Operation>1</Operation>
  380. <Extensions>.dylib</Extensions>
  381. </Platform>
  382. <Platform Name="OSX32">
  383. <RemoteDir>Contents\MacOS</RemoteDir>
  384. <Operation>1</Operation>
  385. <Extensions>.dylib</Extensions>
  386. </Platform>
  387. <Platform Name="OSX64">
  388. <RemoteDir>Contents\MacOS</RemoteDir>
  389. <Operation>1</Operation>
  390. <Extensions>.dylib</Extensions>
  391. </Platform>
  392. <Platform Name="Win32">
  393. <Operation>0</Operation>
  394. <Extensions>.dll;.bpl</Extensions>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Required="true" Name="DependencyPackage">
  398. <Platform Name="iOSDevice32">
  399. <Operation>1</Operation>
  400. <Extensions>.dylib</Extensions>
  401. </Platform>
  402. <Platform Name="iOSDevice64">
  403. <Operation>1</Operation>
  404. <Extensions>.dylib</Extensions>
  405. </Platform>
  406. <Platform Name="iOSSimulator">
  407. <Operation>1</Operation>
  408. <Extensions>.dylib</Extensions>
  409. </Platform>
  410. <Platform Name="OSX32">
  411. <RemoteDir>Contents\MacOS</RemoteDir>
  412. <Operation>1</Operation>
  413. <Extensions>.dylib</Extensions>
  414. </Platform>
  415. <Platform Name="OSX64">
  416. <RemoteDir>Contents\MacOS</RemoteDir>
  417. <Operation>1</Operation>
  418. <Extensions>.dylib</Extensions>
  419. </Platform>
  420. <Platform Name="Win32">
  421. <Operation>0</Operation>
  422. <Extensions>.bpl</Extensions>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="File">
  426. <Platform Name="Android">
  427. <Operation>0</Operation>
  428. </Platform>
  429. <Platform Name="iOSDevice32">
  430. <Operation>0</Operation>
  431. </Platform>
  432. <Platform Name="iOSDevice64">
  433. <Operation>0</Operation>
  434. </Platform>
  435. <Platform Name="iOSSimulator">
  436. <Operation>0</Operation>
  437. </Platform>
  438. <Platform Name="OSX32">
  439. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  440. <Operation>0</Operation>
  441. </Platform>
  442. <Platform Name="OSX64">
  443. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  444. <Operation>0</Operation>
  445. </Platform>
  446. <Platform Name="Win32">
  447. <Operation>0</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="iPad_Launch1024">
  451. <Platform Name="iOSDevice32">
  452. <Operation>1</Operation>
  453. </Platform>
  454. <Platform Name="iOSDevice64">
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="iOSSimulator">
  458. <Operation>1</Operation>
  459. </Platform>
  460. </DeployClass>
  461. <DeployClass Name="iPad_Launch1536">
  462. <Platform Name="iOSDevice32">
  463. <Operation>1</Operation>
  464. </Platform>
  465. <Platform Name="iOSDevice64">
  466. <Operation>1</Operation>
  467. </Platform>
  468. <Platform Name="iOSSimulator">
  469. <Operation>1</Operation>
  470. </Platform>
  471. </DeployClass>
  472. <DeployClass Name="iPad_Launch2048">
  473. <Platform Name="iOSDevice32">
  474. <Operation>1</Operation>
  475. </Platform>
  476. <Platform Name="iOSDevice64">
  477. <Operation>1</Operation>
  478. </Platform>
  479. <Platform Name="iOSSimulator">
  480. <Operation>1</Operation>
  481. </Platform>
  482. </DeployClass>
  483. <DeployClass Name="iPad_Launch768">
  484. <Platform Name="iOSDevice32">
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="iOSDevice64">
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="iOSSimulator">
  491. <Operation>1</Operation>
  492. </Platform>
  493. </DeployClass>
  494. <DeployClass Name="iPhone_Launch320">
  495. <Platform Name="iOSDevice32">
  496. <Operation>1</Operation>
  497. </Platform>
  498. <Platform Name="iOSDevice64">
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="iOSSimulator">
  502. <Operation>1</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="iPhone_Launch640">
  506. <Platform Name="iOSDevice32">
  507. <Operation>1</Operation>
  508. </Platform>
  509. <Platform Name="iOSDevice64">
  510. <Operation>1</Operation>
  511. </Platform>
  512. <Platform Name="iOSSimulator">
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="iPhone_Launch640x1136">
  517. <Platform Name="iOSDevice32">
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="iOSDevice64">
  521. <Operation>1</Operation>
  522. </Platform>
  523. <Platform Name="iOSSimulator">
  524. <Operation>1</Operation>
  525. </Platform>
  526. </DeployClass>
  527. <DeployClass Name="ProjectAndroidManifest">
  528. <Platform Name="Android">
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="ProjectiOSDeviceDebug">
  533. <Platform Name="iOSDevice32">
  534. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="iOSDevice64">
  538. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="ProjectiOSDeviceResourceRules">
  543. <Platform Name="iOSDevice32">
  544. <Operation>1</Operation>
  545. </Platform>
  546. <Platform Name="iOSDevice64">
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="ProjectiOSEntitlements">
  551. <Platform Name="iOSDevice32">
  552. <RemoteDir>..\</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="iOSDevice64">
  556. <RemoteDir>..\</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="ProjectiOSInfoPList">
  561. <Platform Name="iOSDevice32">
  562. <Operation>1</Operation>
  563. </Platform>
  564. <Platform Name="iOSDevice64">
  565. <Operation>1</Operation>
  566. </Platform>
  567. <Platform Name="iOSSimulator">
  568. <Operation>1</Operation>
  569. </Platform>
  570. </DeployClass>
  571. <DeployClass Name="ProjectiOSResource">
  572. <Platform Name="iOSDevice32">
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="iOSDevice64">
  576. <Operation>1</Operation>
  577. </Platform>
  578. <Platform Name="iOSSimulator">
  579. <Operation>1</Operation>
  580. </Platform>
  581. </DeployClass>
  582. <DeployClass Name="ProjectOSXDebug">
  583. <Platform Name="OSX64">
  584. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  585. <Operation>1</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="ProjectOSXEntitlements">
  589. <Platform Name="OSX32">
  590. <RemoteDir>..\</RemoteDir>
  591. <Operation>1</Operation>
  592. </Platform>
  593. <Platform Name="OSX64">
  594. <RemoteDir>..\</RemoteDir>
  595. <Operation>1</Operation>
  596. </Platform>
  597. </DeployClass>
  598. <DeployClass Name="ProjectOSXInfoPList">
  599. <Platform Name="OSX32">
  600. <RemoteDir>Contents</RemoteDir>
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="OSX64">
  604. <RemoteDir>Contents</RemoteDir>
  605. <Operation>1</Operation>
  606. </Platform>
  607. </DeployClass>
  608. <DeployClass Name="ProjectOSXResource">
  609. <Platform Name="OSX32">
  610. <RemoteDir>Contents\Resources</RemoteDir>
  611. <Operation>1</Operation>
  612. </Platform>
  613. <Platform Name="OSX64">
  614. <RemoteDir>Contents\Resources</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Required="true" Name="ProjectOutput">
  619. <Platform Name="Android">
  620. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="iOSDevice32">
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="iOSDevice64">
  627. <Operation>1</Operation>
  628. </Platform>
  629. <Platform Name="iOSSimulator">
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="Linux64">
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="OSX32">
  636. <RemoteDir>Contents\MacOS</RemoteDir>
  637. <Operation>1</Operation>
  638. </Platform>
  639. <Platform Name="OSX64">
  640. <RemoteDir>Contents\MacOS</RemoteDir>
  641. <Operation>1</Operation>
  642. </Platform>
  643. <Platform Name="Win32">
  644. <Operation>0</Operation>
  645. </Platform>
  646. </DeployClass>
  647. <DeployClass Name="ProjectUWPManifest">
  648. <Platform Name="Win32">
  649. <Operation>1</Operation>
  650. </Platform>
  651. <Platform Name="Win64">
  652. <Operation>1</Operation>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="UWP_DelphiLogo150">
  656. <Platform Name="Win32">
  657. <RemoteDir>Assets</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. <Platform Name="Win64">
  661. <RemoteDir>Assets</RemoteDir>
  662. <Operation>1</Operation>
  663. </Platform>
  664. </DeployClass>
  665. <DeployClass Name="UWP_DelphiLogo44">
  666. <Platform Name="Win32">
  667. <RemoteDir>Assets</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="Win64">
  671. <RemoteDir>Assets</RemoteDir>
  672. <Operation>1</Operation>
  673. </Platform>
  674. </DeployClass>
  675. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  676. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  677. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  678. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  679. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  680. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  681. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  682. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  683. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  684. </Deployment>
  685. <Platforms>
  686. <Platform value="Android">False</Platform>
  687. <Platform value="iOSDevice32">False</Platform>
  688. <Platform value="iOSDevice64">False</Platform>
  689. <Platform value="iOSSimulator">False</Platform>
  690. <Platform value="OSX32">False</Platform>
  691. <Platform value="Win32">True</Platform>
  692. <Platform value="Win64">False</Platform>
  693. </Platforms>
  694. </BorlandProject>
  695. <ProjectFileVersion>12</ProjectFileVersion>
  696. </ProjectExtensions>
  697. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  698. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  699. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  700. </Project>