ManageFlexArray.dproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{D9DCB399-8BA2-4CC9-81F9-77B5B4ED663D}</ProjectGuid>
  4. <ProjectVersion>18.6</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <MainSource>ManageFlexArray.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>ManageFlexArray</SanitizedProjectName>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Android)'!=''">
  79. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;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;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. <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-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-gcm-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  92. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;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;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  95. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;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;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  98. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;bindcompfmx;FmxTeeUI;FireDACIBDriver;fmx;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;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  101. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXInterBaseDriver;emsclientfiredac;DataSnapFireDAC;tethering;FireDACMSSQLDriver;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;FireDACIBDriver;fmx;fmxdae;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;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  102. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  105. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;UbuntuProgressPackage;vclactnband;vclFireDAC;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;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;DataSnapClient;inet;bindcompdbx;IndyIPCommon;GR32_D;JvCustom;vcl;IndyIPServer;DBXSybaseASEDriver;JvXPCtrls;PngComponents;IndySystem;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;TMSFMXPackPkgDXE12;JclVcl;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;JvControls;JvPrintPreview;Analog_XE7;JclContainers;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  106. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  107. <BT_BuildType>Debug</BT_BuildType>
  108. <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>
  109. <VerInfo_Locale>1033</VerInfo_Locale>
  110. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  111. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  112. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  115. <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;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;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;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  116. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  117. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  118. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  121. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  122. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  123. <DCC_Optimize>false</DCC_Optimize>
  124. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  125. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  126. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  129. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  132. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  133. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  134. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  135. <DCC_DebugInformation>0</DCC_DebugInformation>
  136. </PropertyGroup>
  137. <ItemGroup>
  138. <DelphiCompile Include="$(MainSource)">
  139. <MainSource>MainSource</MainSource>
  140. </DelphiCompile>
  141. <BuildConfiguration Include="Release">
  142. <Key>Cfg_2</Key>
  143. <CfgParent>Base</CfgParent>
  144. </BuildConfiguration>
  145. <BuildConfiguration Include="Base">
  146. <Key>Base</Key>
  147. </BuildConfiguration>
  148. <BuildConfiguration Include="Debug">
  149. <Key>Cfg_1</Key>
  150. <CfgParent>Base</CfgParent>
  151. </BuildConfiguration>
  152. </ItemGroup>
  153. <ProjectExtensions>
  154. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  155. <Borland.ProjectType>Application</Borland.ProjectType>
  156. <BorlandProject>
  157. <Delphi.Personality>
  158. <Source>
  159. <Source Name="MainSource">ManageFlexArray.dpr</Source>
  160. </Source>
  161. </Delphi.Personality>
  162. <Deployment Version="3">
  163. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  164. <Platform Name="OSX64">
  165. <Overwrite>true</Overwrite>
  166. </Platform>
  167. </DeployFile>
  168. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  169. <Platform Name="OSX32">
  170. <Overwrite>true</Overwrite>
  171. </Platform>
  172. </DeployFile>
  173. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  174. <Platform Name="iOSSimulator">
  175. <Overwrite>true</Overwrite>
  176. </Platform>
  177. </DeployFile>
  178. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  179. <Platform Name="iOSSimulator">
  180. <Overwrite>true</Overwrite>
  181. </Platform>
  182. </DeployFile>
  183. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  184. <Platform Name="OSX32">
  185. <Overwrite>true</Overwrite>
  186. </Platform>
  187. </DeployFile>
  188. <DeployFile LocalName="Win32\Debug\ManageFlexArray.exe" Configuration="Debug" Class="ProjectOutput">
  189. <Platform Name="Win32">
  190. <RemoteName>ManageFlexArray.exe</RemoteName>
  191. <Overwrite>true</Overwrite>
  192. </Platform>
  193. </DeployFile>
  194. <DeployClass Name="AdditionalDebugSymbols">
  195. <Platform Name="iOSSimulator">
  196. <Operation>1</Operation>
  197. </Platform>
  198. <Platform Name="OSX32">
  199. <RemoteDir>Contents\MacOS</RemoteDir>
  200. <Operation>1</Operation>
  201. </Platform>
  202. <Platform Name="Win32">
  203. <Operation>0</Operation>
  204. </Platform>
  205. </DeployClass>
  206. <DeployClass Name="AndroidClassesDexFile">
  207. <Platform Name="Android">
  208. <RemoteDir>classes</RemoteDir>
  209. <Operation>1</Operation>
  210. </Platform>
  211. </DeployClass>
  212. <DeployClass Name="AndroidFileProvider">
  213. <Platform Name="Android">
  214. <RemoteDir>res\xml</RemoteDir>
  215. <Operation>1</Operation>
  216. </Platform>
  217. </DeployClass>
  218. <DeployClass Name="AndroidGDBServer">
  219. <Platform Name="Android">
  220. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  221. <Operation>1</Operation>
  222. </Platform>
  223. </DeployClass>
  224. <DeployClass Name="AndroidLibnativeArmeabiFile">
  225. <Platform Name="Android">
  226. <RemoteDir>library\lib\armeabi</RemoteDir>
  227. <Operation>1</Operation>
  228. </Platform>
  229. </DeployClass>
  230. <DeployClass Name="AndroidLibnativeMipsFile">
  231. <Platform Name="Android">
  232. <RemoteDir>library\lib\mips</RemoteDir>
  233. <Operation>1</Operation>
  234. </Platform>
  235. </DeployClass>
  236. <DeployClass Name="AndroidServiceOutput">
  237. <Platform Name="Android">
  238. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  239. <Operation>1</Operation>
  240. </Platform>
  241. </DeployClass>
  242. <DeployClass Name="AndroidSplashImageDef">
  243. <Platform Name="Android">
  244. <RemoteDir>res\drawable</RemoteDir>
  245. <Operation>1</Operation>
  246. </Platform>
  247. </DeployClass>
  248. <DeployClass Name="AndroidSplashStyles">
  249. <Platform Name="Android">
  250. <RemoteDir>res\values</RemoteDir>
  251. <Operation>1</Operation>
  252. </Platform>
  253. </DeployClass>
  254. <DeployClass Name="AndroidSplashStylesV21">
  255. <Platform Name="Android">
  256. <RemoteDir>res\values-v21</RemoteDir>
  257. <Operation>1</Operation>
  258. </Platform>
  259. </DeployClass>
  260. <DeployClass Name="Android_DefaultAppIcon">
  261. <Platform Name="Android">
  262. <RemoteDir>res\drawable</RemoteDir>
  263. <Operation>1</Operation>
  264. </Platform>
  265. </DeployClass>
  266. <DeployClass Name="Android_LauncherIcon144">
  267. <Platform Name="Android">
  268. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. </DeployClass>
  272. <DeployClass Name="Android_LauncherIcon36">
  273. <Platform Name="Android">
  274. <RemoteDir>res\drawable-ldpi</RemoteDir>
  275. <Operation>1</Operation>
  276. </Platform>
  277. </DeployClass>
  278. <DeployClass Name="Android_LauncherIcon48">
  279. <Platform Name="Android">
  280. <RemoteDir>res\drawable-mdpi</RemoteDir>
  281. <Operation>1</Operation>
  282. </Platform>
  283. </DeployClass>
  284. <DeployClass Name="Android_LauncherIcon72">
  285. <Platform Name="Android">
  286. <RemoteDir>res\drawable-hdpi</RemoteDir>
  287. <Operation>1</Operation>
  288. </Platform>
  289. </DeployClass>
  290. <DeployClass Name="Android_LauncherIcon96">
  291. <Platform Name="Android">
  292. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  293. <Operation>1</Operation>
  294. </Platform>
  295. </DeployClass>
  296. <DeployClass Name="Android_SplashImage426">
  297. <Platform Name="Android">
  298. <RemoteDir>res\drawable-small</RemoteDir>
  299. <Operation>1</Operation>
  300. </Platform>
  301. </DeployClass>
  302. <DeployClass Name="Android_SplashImage470">
  303. <Platform Name="Android">
  304. <RemoteDir>res\drawable-normal</RemoteDir>
  305. <Operation>1</Operation>
  306. </Platform>
  307. </DeployClass>
  308. <DeployClass Name="Android_SplashImage640">
  309. <Platform Name="Android">
  310. <RemoteDir>res\drawable-large</RemoteDir>
  311. <Operation>1</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="Android_SplashImage960">
  315. <Platform Name="Android">
  316. <RemoteDir>res\drawable-xlarge</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. </DeployClass>
  320. <DeployClass Name="DebugSymbols">
  321. <Platform Name="iOSSimulator">
  322. <Operation>1</Operation>
  323. </Platform>
  324. <Platform Name="OSX32">
  325. <RemoteDir>Contents\MacOS</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. <Platform Name="Win32">
  329. <Operation>0</Operation>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Name="DependencyFramework">
  333. <Platform Name="OSX32">
  334. <RemoteDir>Contents\MacOS</RemoteDir>
  335. <Operation>1</Operation>
  336. <Extensions>.framework</Extensions>
  337. </Platform>
  338. <Platform Name="OSX64">
  339. <RemoteDir>Contents\MacOS</RemoteDir>
  340. <Operation>1</Operation>
  341. <Extensions>.framework</Extensions>
  342. </Platform>
  343. <Platform Name="Win32">
  344. <Operation>0</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="DependencyModule">
  348. <Platform Name="iOSDevice32">
  349. <Operation>1</Operation>
  350. <Extensions>.dylib</Extensions>
  351. </Platform>
  352. <Platform Name="iOSDevice64">
  353. <Operation>1</Operation>
  354. <Extensions>.dylib</Extensions>
  355. </Platform>
  356. <Platform Name="iOSSimulator">
  357. <Operation>1</Operation>
  358. <Extensions>.dylib</Extensions>
  359. </Platform>
  360. <Platform Name="OSX32">
  361. <RemoteDir>Contents\MacOS</RemoteDir>
  362. <Operation>1</Operation>
  363. <Extensions>.dylib</Extensions>
  364. </Platform>
  365. <Platform Name="OSX64">
  366. <RemoteDir>Contents\MacOS</RemoteDir>
  367. <Operation>1</Operation>
  368. <Extensions>.dylib</Extensions>
  369. </Platform>
  370. <Platform Name="Win32">
  371. <Operation>0</Operation>
  372. <Extensions>.dll;.bpl</Extensions>
  373. </Platform>
  374. </DeployClass>
  375. <DeployClass Required="true" Name="DependencyPackage">
  376. <Platform Name="iOSDevice32">
  377. <Operation>1</Operation>
  378. <Extensions>.dylib</Extensions>
  379. </Platform>
  380. <Platform Name="iOSDevice64">
  381. <Operation>1</Operation>
  382. <Extensions>.dylib</Extensions>
  383. </Platform>
  384. <Platform Name="iOSSimulator">
  385. <Operation>1</Operation>
  386. <Extensions>.dylib</Extensions>
  387. </Platform>
  388. <Platform Name="OSX32">
  389. <RemoteDir>Contents\MacOS</RemoteDir>
  390. <Operation>1</Operation>
  391. <Extensions>.dylib</Extensions>
  392. </Platform>
  393. <Platform Name="OSX64">
  394. <RemoteDir>Contents\MacOS</RemoteDir>
  395. <Operation>1</Operation>
  396. <Extensions>.dylib</Extensions>
  397. </Platform>
  398. <Platform Name="Win32">
  399. <Operation>0</Operation>
  400. <Extensions>.bpl</Extensions>
  401. </Platform>
  402. </DeployClass>
  403. <DeployClass Name="File">
  404. <Platform Name="Android">
  405. <Operation>0</Operation>
  406. </Platform>
  407. <Platform Name="iOSDevice32">
  408. <Operation>0</Operation>
  409. </Platform>
  410. <Platform Name="iOSDevice64">
  411. <Operation>0</Operation>
  412. </Platform>
  413. <Platform Name="iOSSimulator">
  414. <Operation>0</Operation>
  415. </Platform>
  416. <Platform Name="OSX32">
  417. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  418. <Operation>0</Operation>
  419. </Platform>
  420. <Platform Name="OSX64">
  421. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  422. <Operation>0</Operation>
  423. </Platform>
  424. <Platform Name="Win32">
  425. <Operation>0</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="iPad_Launch1024">
  429. <Platform Name="iOSDevice32">
  430. <Operation>1</Operation>
  431. </Platform>
  432. <Platform Name="iOSDevice64">
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="iOSSimulator">
  436. <Operation>1</Operation>
  437. </Platform>
  438. </DeployClass>
  439. <DeployClass Name="iPad_Launch1536">
  440. <Platform Name="iOSDevice32">
  441. <Operation>1</Operation>
  442. </Platform>
  443. <Platform Name="iOSDevice64">
  444. <Operation>1</Operation>
  445. </Platform>
  446. <Platform Name="iOSSimulator">
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="iPad_Launch2048">
  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_Launch768">
  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="iPhone_Launch320">
  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="iPhone_Launch640">
  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_Launch640x1136">
  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="ProjectAndroidManifest">
  506. <Platform Name="Android">
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="ProjectiOSDeviceDebug">
  511. <Platform Name="iOSDevice32">
  512. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="iOSDevice64">
  516. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="ProjectiOSDeviceResourceRules">
  521. <Platform Name="iOSDevice32">
  522. <Operation>1</Operation>
  523. </Platform>
  524. <Platform Name="iOSDevice64">
  525. <Operation>1</Operation>
  526. </Platform>
  527. </DeployClass>
  528. <DeployClass Name="ProjectiOSEntitlements">
  529. <Platform Name="iOSDevice32">
  530. <RemoteDir>..\</RemoteDir>
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="iOSDevice64">
  534. <RemoteDir>..\</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. </DeployClass>
  538. <DeployClass Name="ProjectiOSInfoPList">
  539. <Platform Name="iOSDevice32">
  540. <Operation>1</Operation>
  541. </Platform>
  542. <Platform Name="iOSDevice64">
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="iOSSimulator">
  546. <Operation>1</Operation>
  547. </Platform>
  548. </DeployClass>
  549. <DeployClass Name="ProjectiOSResource">
  550. <Platform Name="iOSDevice32">
  551. <Operation>1</Operation>
  552. </Platform>
  553. <Platform Name="iOSDevice64">
  554. <Operation>1</Operation>
  555. </Platform>
  556. <Platform Name="iOSSimulator">
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="ProjectOSXDebug">
  561. <Platform Name="OSX64">
  562. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. </DeployClass>
  566. <DeployClass Name="ProjectOSXEntitlements">
  567. <Platform Name="OSX32">
  568. <RemoteDir>..\</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. <Platform Name="OSX64">
  572. <RemoteDir>..\</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. </DeployClass>
  576. <DeployClass Name="ProjectOSXInfoPList">
  577. <Platform Name="OSX32">
  578. <RemoteDir>Contents</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="OSX64">
  582. <RemoteDir>Contents</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. </DeployClass>
  586. <DeployClass Name="ProjectOSXResource">
  587. <Platform Name="OSX32">
  588. <RemoteDir>Contents\Resources</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="OSX64">
  592. <RemoteDir>Contents\Resources</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Required="true" Name="ProjectOutput">
  597. <Platform Name="Android">
  598. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="iOSDevice32">
  602. <Operation>1</Operation>
  603. </Platform>
  604. <Platform Name="iOSDevice64">
  605. <Operation>1</Operation>
  606. </Platform>
  607. <Platform Name="iOSSimulator">
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="Linux64">
  611. <Operation>1</Operation>
  612. </Platform>
  613. <Platform Name="OSX32">
  614. <RemoteDir>Contents\MacOS</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="OSX64">
  618. <RemoteDir>Contents\MacOS</RemoteDir>
  619. <Operation>1</Operation>
  620. </Platform>
  621. <Platform Name="Win32">
  622. <Operation>0</Operation>
  623. </Platform>
  624. </DeployClass>
  625. <DeployClass Name="ProjectUWPManifest">
  626. <Platform Name="Win32">
  627. <Operation>1</Operation>
  628. </Platform>
  629. <Platform Name="Win64">
  630. <Operation>1</Operation>
  631. </Platform>
  632. </DeployClass>
  633. <DeployClass Name="UWP_DelphiLogo150">
  634. <Platform Name="Win32">
  635. <RemoteDir>Assets</RemoteDir>
  636. <Operation>1</Operation>
  637. </Platform>
  638. <Platform Name="Win64">
  639. <RemoteDir>Assets</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. </DeployClass>
  643. <DeployClass Name="UWP_DelphiLogo44">
  644. <Platform Name="Win32">
  645. <RemoteDir>Assets</RemoteDir>
  646. <Operation>1</Operation>
  647. </Platform>
  648. <Platform Name="Win64">
  649. <RemoteDir>Assets</RemoteDir>
  650. <Operation>1</Operation>
  651. </Platform>
  652. </DeployClass>
  653. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  654. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  655. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  656. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  657. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  658. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  659. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  660. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  661. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  662. </Deployment>
  663. <Platforms>
  664. <Platform value="Android">False</Platform>
  665. <Platform value="iOSDevice32">False</Platform>
  666. <Platform value="iOSDevice64">False</Platform>
  667. <Platform value="iOSSimulator">False</Platform>
  668. <Platform value="OSX32">False</Platform>
  669. <Platform value="Win32">True</Platform>
  670. <Platform value="Win64">False</Platform>
  671. </Platforms>
  672. </BorlandProject>
  673. <ProjectFileVersion>12</ProjectFileVersion>
  674. </ProjectExtensions>
  675. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  676. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  677. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  678. </Project>