2
0

QuickValue.dproj 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{517FC174-1306-44F6-82E3-5F8DA2A8EEE0}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>QuickValue.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>.\$(Platform)\$(Config)</DCC_DcuOutput>
  69. <DCC_ExeOutput>.\$(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_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  76. <SanitizedProjectName>QuickValue</SanitizedProjectName>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Android)'!=''">
  79. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;FMXComponents;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;FlatButtonSet;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;CoolTrayIcon_D210_XE7;IndyIPClient;dbxcds;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;$(DCC_UsePackage)</DCC_UsePackage>
  80. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  81. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  82. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  83. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  84. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  85. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  86. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  87. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  88. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  89. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  90. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  91. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  92. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  93. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  94. <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>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  97. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  100. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  103. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;RadiantShapesFmx;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;CloudService;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;ibmonitor;FMXTee;soaprtl;DbxCommonDriver;ibxpress;xmlrtl;soapmidas;DataSnapNativeClient;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;RadiantShapesFmx_Design;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  106. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;FireDACMSSQLDriver;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;FireDACIBDriver;fmx;fmxdae;RadiantShapesFmx;FireDACDBXDriver;dbexpress;IndyCore;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;soapserver;bindengine;DBXMySQLDriver;FireDACOracleDriver;CloudService;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDAC;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;FireDACTDataDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;ibxbindings;rtl;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;CustomIPTransport;bindcomp;DBXInformixDriver;IndyIPClient;dbxcds;FireDACODBCDriver;RadiantShapesFmx_Design;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  107. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  110. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;UbuntuProgressPackage;vclactnband;vclFireDAC;FMXComponents;emsclientfiredac;DataSnapFireDAC;svnui;tethering;JvGlobus;FireDACADSDriver;JvPluginSystem;tmswizdXE12;DBXMSSQLDriver;JvMM;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;JvBands;vcldb;bindcompfmx;svn;JvJans;DBXOracleDriver;JvNet;inetdb;JvAppFrm;FmxTeeUI;emsedge;JvDotNetCtrls;FireDACIBDriver;fmx;fmxdae;RadiantShapesFmx;vclib;FlatButtonSet;JvWizards;FireDACDBXDriver;dbexpress;IndyCore;vclx;JvPageComps;dsnap;DataSnapCommon;emsclient;FireDACCommon;JvDB;RESTBackendComponents;DataSnapConnectors;VCLRESTComponents;soapserver;JclDeveloperTools;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;CloudService;FireDACMySQLDriver;DBXFirebirdDriver;JvCmp;JvHMI;FireDACCommonODBC;FireDACCommonDriver;TMSVCLIWPkgDEDXE12;DataSnapClient;FMXComponentEd;inet;bindcompdbx;IndyIPCommon;GR32_D;JvCustom;vcl;IndyIPServer;DBXSybaseASEDriver;JvXPCtrls;PngComponents;IndySystem;TMSVCLIWPkgDXE12;FireDACDb2Driver;dsnapcon;tmsxlsdXE12;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;Jcl;JvCore;emshosting;JvCrypt;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;tmsdXE12;FireDACTDataDriver;DBXOdbcDriver;FMXTee;soaprtl;DbxCommonDriver;JvDlgs;JvRuntimeDesign;ibxpress;Tee;JvManagedThreads;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;vclwinx;ibxbindings;rtl;emsserverresource;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;GR32_R;CustomIPTransport;vcldsnap;JvTimeFramework;JvSystem;JvStdCtrls;tmsexdXE12;bindcomp;appanalytics;CoolTrayIcon_D210_XE7;DBXInformixDriver;IndyIPClient;bindcompvcl;TeeUI;JvDocking;dbxcds;VclSmp;KernowSoftwareFMX;adortl;FireDACODBCDriver;JvPascalInterpreter;RadiantShapesFmx_Design;JclVcl;DataSnapIndy10ServerTransport;TMSFMXPackPkgDXE12;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;JvControls;JvPrintPreview;Analog_XE7;JclContainers;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  111. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  112. <BT_BuildType>Debug</BT_BuildType>
  113. <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>
  114. <VerInfo_Locale>1033</VerInfo_Locale>
  115. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  116. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  117. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  120. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;emsclientfiredac;DataSnapFireDAC;tethering;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;emsedge;FireDACIBDriver;fmx;fmxdae;RadiantShapesFmx;vclib;FlatButtonSet;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;DataSnapCommon;emsclient;FireDACCommon;RESTBackendComponents;DataSnapConnectors;VCLRESTComponents;soapserver;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;CloudService;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;inet;bindcompdbx;IndyIPCommon;vcl;IndyIPServer;DBXSybaseASEDriver;PngComponents;IndySystem;TMSVCLIWPkgDXE12;FireDACDb2Driver;dsnapcon;tmsxlsdXE12;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;emshosting;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;tmsdXE12;FireDACTDataDriver;DBXOdbcDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;Tee;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;vclwinx;ibxbindings;rtl;emsserverresource;DbxClientDriver;FireDACDSDriver;DBXSybaseASADriver;GR32_R;CustomIPTransport;vcldsnap;tmsexdXE12;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;bindcompvcl;TeeUI;dbxcds;VclSmp;adortl;FireDACODBCDriver;RadiantShapesFmx_Design;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  121. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  122. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  123. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  126. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  127. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  128. <DCC_Optimize>false</DCC_Optimize>
  129. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  130. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  131. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  134. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  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">QuickValue.dpr</Source>
  165. </Source>
  166. </Delphi.Personality>
  167. <Deployment Version="3">
  168. <DeployFile LocalName="Win32\Debug\QuickValue.exe" Configuration="Debug" Class="ProjectOutput">
  169. <Platform Name="Win32">
  170. <RemoteName>QuickValue.exe</RemoteName>
  171. <Overwrite>true</Overwrite>
  172. </Platform>
  173. </DeployFile>
  174. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  175. <Platform Name="OSX32">
  176. <Overwrite>true</Overwrite>
  177. </Platform>
  178. </DeployFile>
  179. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  180. <Platform Name="iOSSimulator">
  181. <Overwrite>true</Overwrite>
  182. </Platform>
  183. </DeployFile>
  184. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  185. <Platform Name="iOSSimulator">
  186. <Overwrite>true</Overwrite>
  187. </Platform>
  188. </DeployFile>
  189. <DeployClass Name="AdditionalDebugSymbols">
  190. <Platform Name="iOSSimulator">
  191. <Operation>1</Operation>
  192. </Platform>
  193. <Platform Name="OSX32">
  194. <RemoteDir>Contents\MacOS</RemoteDir>
  195. <Operation>1</Operation>
  196. </Platform>
  197. <Platform Name="Win32">
  198. <Operation>0</Operation>
  199. </Platform>
  200. </DeployClass>
  201. <DeployClass Name="AndroidClassesDexFile">
  202. <Platform Name="Android">
  203. <RemoteDir>classes</RemoteDir>
  204. <Operation>1</Operation>
  205. </Platform>
  206. </DeployClass>
  207. <DeployClass Name="AndroidFileProvider">
  208. <Platform Name="Android">
  209. <RemoteDir>res\xml</RemoteDir>
  210. <Operation>1</Operation>
  211. </Platform>
  212. </DeployClass>
  213. <DeployClass Name="AndroidGDBServer">
  214. <Platform Name="Android">
  215. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  216. <Operation>1</Operation>
  217. </Platform>
  218. </DeployClass>
  219. <DeployClass Name="AndroidLibnativeArmeabiFile">
  220. <Platform Name="Android">
  221. <RemoteDir>library\lib\armeabi</RemoteDir>
  222. <Operation>1</Operation>
  223. </Platform>
  224. </DeployClass>
  225. <DeployClass Name="AndroidLibnativeMipsFile">
  226. <Platform Name="Android">
  227. <RemoteDir>library\lib\mips</RemoteDir>
  228. <Operation>1</Operation>
  229. </Platform>
  230. </DeployClass>
  231. <DeployClass Name="AndroidServiceOutput">
  232. <Platform Name="Android">
  233. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  234. <Operation>1</Operation>
  235. </Platform>
  236. </DeployClass>
  237. <DeployClass Name="AndroidSplashImageDef">
  238. <Platform Name="Android">
  239. <RemoteDir>res\drawable</RemoteDir>
  240. <Operation>1</Operation>
  241. </Platform>
  242. </DeployClass>
  243. <DeployClass Name="AndroidSplashStyles">
  244. <Platform Name="Android">
  245. <RemoteDir>res\values</RemoteDir>
  246. <Operation>1</Operation>
  247. </Platform>
  248. </DeployClass>
  249. <DeployClass Name="AndroidSplashStylesV21">
  250. <Platform Name="Android">
  251. <RemoteDir>res\values-v21</RemoteDir>
  252. <Operation>1</Operation>
  253. </Platform>
  254. </DeployClass>
  255. <DeployClass Name="Android_Colors">
  256. <Platform Name="Android">
  257. <RemoteDir>res\values</RemoteDir>
  258. <Operation>1</Operation>
  259. </Platform>
  260. </DeployClass>
  261. <DeployClass Name="Android_DefaultAppIcon">
  262. <Platform Name="Android">
  263. <RemoteDir>res\drawable</RemoteDir>
  264. <Operation>1</Operation>
  265. </Platform>
  266. </DeployClass>
  267. <DeployClass Name="Android_LauncherIcon144">
  268. <Platform Name="Android">
  269. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  270. <Operation>1</Operation>
  271. </Platform>
  272. </DeployClass>
  273. <DeployClass Name="Android_LauncherIcon36">
  274. <Platform Name="Android">
  275. <RemoteDir>res\drawable-ldpi</RemoteDir>
  276. <Operation>1</Operation>
  277. </Platform>
  278. </DeployClass>
  279. <DeployClass Name="Android_LauncherIcon48">
  280. <Platform Name="Android">
  281. <RemoteDir>res\drawable-mdpi</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="Android_LauncherIcon72">
  286. <Platform Name="Android">
  287. <RemoteDir>res\drawable-hdpi</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. </DeployClass>
  291. <DeployClass Name="Android_LauncherIcon96">
  292. <Platform Name="Android">
  293. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  294. <Operation>1</Operation>
  295. </Platform>
  296. </DeployClass>
  297. <DeployClass Name="Android_NotificationIcon24">
  298. <Platform Name="Android">
  299. <RemoteDir>res\drawable-mdpi</RemoteDir>
  300. <Operation>1</Operation>
  301. </Platform>
  302. </DeployClass>
  303. <DeployClass Name="Android_NotificationIcon36">
  304. <Platform Name="Android">
  305. <RemoteDir>res\drawable-hdpi</RemoteDir>
  306. <Operation>1</Operation>
  307. </Platform>
  308. </DeployClass>
  309. <DeployClass Name="Android_NotificationIcon48">
  310. <Platform Name="Android">
  311. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  312. <Operation>1</Operation>
  313. </Platform>
  314. </DeployClass>
  315. <DeployClass Name="Android_NotificationIcon72">
  316. <Platform Name="Android">
  317. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  318. <Operation>1</Operation>
  319. </Platform>
  320. </DeployClass>
  321. <DeployClass Name="Android_NotificationIcon96">
  322. <Platform Name="Android">
  323. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="Android_SplashImage426">
  328. <Platform Name="Android">
  329. <RemoteDir>res\drawable-small</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. </DeployClass>
  333. <DeployClass Name="Android_SplashImage470">
  334. <Platform Name="Android">
  335. <RemoteDir>res\drawable-normal</RemoteDir>
  336. <Operation>1</Operation>
  337. </Platform>
  338. </DeployClass>
  339. <DeployClass Name="Android_SplashImage640">
  340. <Platform Name="Android">
  341. <RemoteDir>res\drawable-large</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. </DeployClass>
  345. <DeployClass Name="Android_SplashImage960">
  346. <Platform Name="Android">
  347. <RemoteDir>res\drawable-xlarge</RemoteDir>
  348. <Operation>1</Operation>
  349. </Platform>
  350. </DeployClass>
  351. <DeployClass Name="Android_Strings">
  352. <Platform Name="Android">
  353. <RemoteDir>res\values</RemoteDir>
  354. <Operation>1</Operation>
  355. </Platform>
  356. </DeployClass>
  357. <DeployClass Name="DebugSymbols">
  358. <Platform Name="iOSSimulator">
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="OSX32">
  362. <RemoteDir>Contents\MacOS</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. <Platform Name="Win32">
  366. <Operation>0</Operation>
  367. </Platform>
  368. </DeployClass>
  369. <DeployClass Name="DependencyFramework">
  370. <Platform Name="OSX32">
  371. <RemoteDir>Contents\MacOS</RemoteDir>
  372. <Operation>1</Operation>
  373. <Extensions>.framework</Extensions>
  374. </Platform>
  375. <Platform Name="OSX64">
  376. <RemoteDir>Contents\MacOS</RemoteDir>
  377. <Operation>1</Operation>
  378. <Extensions>.framework</Extensions>
  379. </Platform>
  380. <Platform Name="Win32">
  381. <Operation>0</Operation>
  382. </Platform>
  383. </DeployClass>
  384. <DeployClass Name="DependencyModule">
  385. <Platform Name="iOSDevice32">
  386. <Operation>1</Operation>
  387. <Extensions>.dylib</Extensions>
  388. </Platform>
  389. <Platform Name="iOSDevice64">
  390. <Operation>1</Operation>
  391. <Extensions>.dylib</Extensions>
  392. </Platform>
  393. <Platform Name="iOSSimulator">
  394. <Operation>1</Operation>
  395. <Extensions>.dylib</Extensions>
  396. </Platform>
  397. <Platform Name="OSX32">
  398. <RemoteDir>Contents\MacOS</RemoteDir>
  399. <Operation>1</Operation>
  400. <Extensions>.dylib</Extensions>
  401. </Platform>
  402. <Platform Name="OSX64">
  403. <RemoteDir>Contents\MacOS</RemoteDir>
  404. <Operation>1</Operation>
  405. <Extensions>.dylib</Extensions>
  406. </Platform>
  407. <Platform Name="Win32">
  408. <Operation>0</Operation>
  409. <Extensions>.dll;.bpl</Extensions>
  410. </Platform>
  411. </DeployClass>
  412. <DeployClass Required="true" Name="DependencyPackage">
  413. <Platform Name="iOSDevice32">
  414. <Operation>1</Operation>
  415. <Extensions>.dylib</Extensions>
  416. </Platform>
  417. <Platform Name="iOSDevice64">
  418. <Operation>1</Operation>
  419. <Extensions>.dylib</Extensions>
  420. </Platform>
  421. <Platform Name="iOSSimulator">
  422. <Operation>1</Operation>
  423. <Extensions>.dylib</Extensions>
  424. </Platform>
  425. <Platform Name="OSX32">
  426. <RemoteDir>Contents\MacOS</RemoteDir>
  427. <Operation>1</Operation>
  428. <Extensions>.dylib</Extensions>
  429. </Platform>
  430. <Platform Name="OSX64">
  431. <RemoteDir>Contents\MacOS</RemoteDir>
  432. <Operation>1</Operation>
  433. <Extensions>.dylib</Extensions>
  434. </Platform>
  435. <Platform Name="Win32">
  436. <Operation>0</Operation>
  437. <Extensions>.bpl</Extensions>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="File">
  441. <Platform Name="Android">
  442. <Operation>0</Operation>
  443. </Platform>
  444. <Platform Name="iOSDevice32">
  445. <Operation>0</Operation>
  446. </Platform>
  447. <Platform Name="iOSDevice64">
  448. <Operation>0</Operation>
  449. </Platform>
  450. <Platform Name="iOSSimulator">
  451. <Operation>0</Operation>
  452. </Platform>
  453. <Platform Name="OSX32">
  454. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  455. <Operation>0</Operation>
  456. </Platform>
  457. <Platform Name="OSX64">
  458. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  459. <Operation>0</Operation>
  460. </Platform>
  461. <Platform Name="Win32">
  462. <Operation>0</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="iPad_Launch1024x768">
  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_Launch1536x2048">
  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_Launch1668">
  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_Launch1668x2388">
  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_Launch2048x1536">
  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_Launch2048x2732">
  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="iPad_Launch2224">
  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="iPad_Launch2388x1668">
  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="iPad_Launch2732x2048">
  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="iPad_Launch768x1024">
  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_Launch1125">
  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_Launch1136x640">
  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_Launch1242">
  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_Launch1242x2688">
  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_Launch1334">
  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_Launch1792">
  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_Launch2208">
  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_Launch2436">
  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_Launch2688x1242">
  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_Launch320">
  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="iPhone_Launch640">
  686. <Platform Name="iOSDevice32">
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="iOSDevice64">
  690. <Operation>1</Operation>
  691. </Platform>
  692. <Platform Name="iOSSimulator">
  693. <Operation>1</Operation>
  694. </Platform>
  695. </DeployClass>
  696. <DeployClass Name="iPhone_Launch640x1136">
  697. <Platform Name="iOSDevice32">
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="iOSDevice64">
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="iOSSimulator">
  704. <Operation>1</Operation>
  705. </Platform>
  706. </DeployClass>
  707. <DeployClass Name="iPhone_Launch750">
  708. <Platform Name="iOSDevice32">
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="iOSDevice64">
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="iOSSimulator">
  715. <Operation>1</Operation>
  716. </Platform>
  717. </DeployClass>
  718. <DeployClass Name="iPhone_Launch828">
  719. <Platform Name="iOSDevice32">
  720. <Operation>1</Operation>
  721. </Platform>
  722. <Platform Name="iOSDevice64">
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="iOSSimulator">
  726. <Operation>1</Operation>
  727. </Platform>
  728. </DeployClass>
  729. <DeployClass Name="ProjectAndroidManifest">
  730. <Platform Name="Android">
  731. <Operation>1</Operation>
  732. </Platform>
  733. </DeployClass>
  734. <DeployClass Name="ProjectiOSDeviceDebug">
  735. <Platform Name="iOSDevice32">
  736. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="iOSDevice64">
  740. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. </DeployClass>
  744. <DeployClass Name="ProjectiOSDeviceResourceRules">
  745. <Platform Name="iOSDevice32">
  746. <Operation>1</Operation>
  747. </Platform>
  748. <Platform Name="iOSDevice64">
  749. <Operation>1</Operation>
  750. </Platform>
  751. </DeployClass>
  752. <DeployClass Name="ProjectiOSEntitlements">
  753. <Platform Name="iOSDevice32">
  754. <RemoteDir>..\</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSDevice64">
  758. <RemoteDir>..\</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="ProjectiOSInfoPList">
  763. <Platform Name="iOSDevice32">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSDevice64">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="iOSSimulator">
  770. <Operation>1</Operation>
  771. </Platform>
  772. </DeployClass>
  773. <DeployClass Name="ProjectiOSResource">
  774. <Platform Name="iOSDevice32">
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="iOSDevice64">
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSSimulator">
  781. <Operation>1</Operation>
  782. </Platform>
  783. </DeployClass>
  784. <DeployClass Name="ProjectOSXDebug">
  785. <Platform Name="OSX64">
  786. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="ProjectOSXEntitlements">
  791. <Platform Name="OSX32">
  792. <RemoteDir>..\</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="OSX64">
  796. <RemoteDir>..\</RemoteDir>
  797. <Operation>1</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="ProjectOSXInfoPList">
  801. <Platform Name="OSX32">
  802. <RemoteDir>Contents</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="OSX64">
  806. <RemoteDir>Contents</RemoteDir>
  807. <Operation>1</Operation>
  808. </Platform>
  809. </DeployClass>
  810. <DeployClass Name="ProjectOSXResource">
  811. <Platform Name="OSX32">
  812. <RemoteDir>Contents\Resources</RemoteDir>
  813. <Operation>1</Operation>
  814. </Platform>
  815. <Platform Name="OSX64">
  816. <RemoteDir>Contents\Resources</RemoteDir>
  817. <Operation>1</Operation>
  818. </Platform>
  819. </DeployClass>
  820. <DeployClass Required="true" Name="ProjectOutput">
  821. <Platform Name="Android">
  822. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  823. <Operation>1</Operation>
  824. </Platform>
  825. <Platform Name="iOSDevice32">
  826. <Operation>1</Operation>
  827. </Platform>
  828. <Platform Name="iOSDevice64">
  829. <Operation>1</Operation>
  830. </Platform>
  831. <Platform Name="iOSSimulator">
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="Linux64">
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="OSX32">
  838. <RemoteDir>Contents\MacOS</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="OSX64">
  842. <RemoteDir>Contents\MacOS</RemoteDir>
  843. <Operation>1</Operation>
  844. </Platform>
  845. <Platform Name="Win32">
  846. <Operation>0</Operation>
  847. </Platform>
  848. </DeployClass>
  849. <DeployClass Name="ProjectUWPManifest">
  850. <Platform Name="Win32">
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="Win64">
  854. <Operation>1</Operation>
  855. </Platform>
  856. </DeployClass>
  857. <DeployClass Name="UWP_DelphiLogo150">
  858. <Platform Name="Win32">
  859. <RemoteDir>Assets</RemoteDir>
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="Win64">
  863. <RemoteDir>Assets</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. </DeployClass>
  867. <DeployClass Name="UWP_DelphiLogo44">
  868. <Platform Name="Win32">
  869. <RemoteDir>Assets</RemoteDir>
  870. <Operation>1</Operation>
  871. </Platform>
  872. <Platform Name="Win64">
  873. <RemoteDir>Assets</RemoteDir>
  874. <Operation>1</Operation>
  875. </Platform>
  876. </DeployClass>
  877. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  878. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  879. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  880. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  881. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  882. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  883. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  884. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  885. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  886. </Deployment>
  887. <Platforms>
  888. <Platform value="Android">False</Platform>
  889. <Platform value="iOSDevice32">False</Platform>
  890. <Platform value="iOSDevice64">False</Platform>
  891. <Platform value="iOSSimulator">False</Platform>
  892. <Platform value="OSX32">False</Platform>
  893. <Platform value="Win32">True</Platform>
  894. <Platform value="Win64">False</Platform>
  895. </Platforms>
  896. <ModelSupport>False</ModelSupport>
  897. </BorlandProject>
  898. <ProjectFileVersion>12</ProjectFileVersion>
  899. </ProjectExtensions>
  900. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  901. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  902. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  903. </Project>