2016-05-03 19:04:24 +02:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
2016-11-27 23:17:20 +01:00
|
|
|
<ProjectGuid>{A1E00957-BA39-49E3-9093-73504C30DB51}</ProjectGuid>
|
2017-03-30 21:22:54 +02:00
|
|
|
<ProjectVersion>18.2</ProjectVersion>
|
2016-11-27 23:17:20 +01:00
|
|
|
<FrameworkType>FMX</FrameworkType>
|
|
|
|
<MainSource>WinesClient.dpr</MainSource>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Base>True</Base>
|
|
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
|
<TargetedPlatforms>3</TargetedPlatforms>
|
2016-11-27 23:17:20 +01:00
|
|
|
<AppType>Application</AppType>
|
2016-05-03 19:04:24 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
|
|
|
<Base_Win32>true</Base_Win32>
|
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
|
|
|
<Base_Win64>true</Base_Win64>
|
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
|
|
|
<Cfg_1>true</Cfg_1>
|
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
2017-03-30 21:22:54 +02:00
|
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
|
|
|
<Cfg_1_Win32>true</Cfg_1_Win32>
|
2016-11-27 23:17:20 +01:00
|
|
|
<CfgParent>Cfg_1</CfgParent>
|
|
|
|
<Cfg_1>true</Cfg_1>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
2017-03-30 21:22:54 +02:00
|
|
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
|
|
|
|
<Cfg_1_Win64>true</Cfg_1_Win64>
|
2016-05-03 19:04:24 +02:00
|
|
|
<CfgParent>Cfg_1</CfgParent>
|
|
|
|
<Cfg_1>true</Cfg_1>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
|
|
|
<Cfg_2>true</Cfg_2>
|
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
2016-11-27 23:17:20 +01:00
|
|
|
<SanitizedProjectName>WinesClient</SanitizedProjectName>
|
|
|
|
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
|
|
|
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
|
|
|
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
2016-11-27 23:17:20 +01:00
|
|
|
<AUP_CAMERA>true</AUP_CAMERA>
|
|
|
|
<AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
|
|
|
|
<AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
|
|
|
|
<AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
|
|
|
|
<AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
|
|
|
|
<AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
|
|
|
|
<AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
|
|
|
|
<Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
|
|
|
|
<AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
|
|
|
|
<AUP_CALL_PHONE>true</AUP_CALL_PHONE>
|
|
|
|
<AUP_INTERNET>true</AUP_INTERNET>
|
2016-05-03 19:04:24 +02:00
|
|
|
<DCC_E>false</DCC_E>
|
|
|
|
<DCC_N>false</DCC_N>
|
|
|
|
<DCC_S>false</DCC_S>
|
|
|
|
<DCC_F>false</DCC_F>
|
|
|
|
<DCC_K>false</DCC_K>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
2017-03-30 21:22:54 +02:00
|
|
|
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
|
|
|
|
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
|
2016-11-27 23:17:20 +01:00
|
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
2016-05-03 19:04:24 +02:00
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
2017-03-30 21:22:54 +02:00
|
|
|
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
|
2016-05-03 19:04:24 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
2017-03-30 21:22:54 +02:00
|
|
|
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
|
|
|
|
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
|
2016-11-27 23:17:20 +01:00
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
2017-03-30 21:22:54 +02:00
|
|
|
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
|
2016-11-27 23:17:20 +01:00
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
<DCC_UsePackage>fmxhrh;FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;TeeDB;tethering;vclib;DataSnapClient;DataSnapServer;DataSnapCommon;DBXInterBaseDriver;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;CloudService;DBXMSSQLDriver;IndyIPCommon;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;Tee;DBXOdbcDriver;vclFireDAC;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindcompdbx;bindengine;vclactnband;soaprtl;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;VCLRESTComponents;FireDAC;DBXInformixDriver;FireDACMSSQLDriver;Intraweb;VclSmp;DataSnapConnectors;DataSnapServerMidas;DBXFirebirdDriver;dsnapcon;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;DataSnapIndy10ServerTransport;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
|
2016-05-03 19:04:24 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
|
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
|
|
|
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
|
|
|
<DCC_Optimize>false</DCC_Optimize>
|
|
|
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
|
|
|
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
|
|
|
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
|
|
|
</PropertyGroup>
|
2017-03-30 21:22:54 +02:00
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
|
|
<BT_BuildType>Debug</BT_BuildType>
|
2016-11-27 23:17:20 +01:00
|
|
|
</PropertyGroup>
|
2017-03-30 21:22:54 +02:00
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
|
|
|
<BT_BuildType>Debug</BT_BuildType>
|
2016-05-03 19:04:24 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
|
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
|
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
2016-11-27 23:17:20 +01:00
|
|
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
|
|
|
</PropertyGroup>
|
2016-05-03 19:04:24 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<DelphiCompile Include="$(MainSource)">
|
|
|
|
<MainSource>MainSource</MainSource>
|
|
|
|
</DelphiCompile>
|
2016-11-27 23:17:20 +01:00
|
|
|
<DCCReference Include="MainFormU.pas">
|
|
|
|
<FormDeviceName>iPhone</FormDeviceName>
|
|
|
|
<Form>HeaderFooterForm</Form>
|
|
|
|
<FormType>fmx</FormType>
|
2016-05-03 19:04:24 +02:00
|
|
|
</DCCReference>
|
|
|
|
<BuildConfiguration Include="Release">
|
|
|
|
<Key>Cfg_2</Key>
|
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
|
</BuildConfiguration>
|
|
|
|
<BuildConfiguration Include="Base">
|
|
|
|
<Key>Base</Key>
|
|
|
|
</BuildConfiguration>
|
|
|
|
<BuildConfiguration Include="Debug">
|
|
|
|
<Key>Cfg_1</Key>
|
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
|
</BuildConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<ProjectExtensions>
|
|
|
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
|
|
<Borland.ProjectType/>
|
|
|
|
<BorlandProject>
|
|
|
|
<Delphi.Personality>
|
|
|
|
<VersionInfo>
|
|
|
|
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
|
|
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
|
|
<VersionInfo Name="MajorVer">1</VersionInfo>
|
|
|
|
<VersionInfo Name="MinorVer">0</VersionInfo>
|
|
|
|
<VersionInfo Name="Release">0</VersionInfo>
|
|
|
|
<VersionInfo Name="Build">0</VersionInfo>
|
|
|
|
<VersionInfo Name="Debug">False</VersionInfo>
|
|
|
|
<VersionInfo Name="PreRelease">False</VersionInfo>
|
|
|
|
<VersionInfo Name="Special">False</VersionInfo>
|
|
|
|
<VersionInfo Name="Private">False</VersionInfo>
|
|
|
|
<VersionInfo Name="DLL">False</VersionInfo>
|
2016-11-27 23:17:20 +01:00
|
|
|
<VersionInfo Name="Locale">1033</VersionInfo>
|
2016-05-03 19:04:24 +02:00
|
|
|
<VersionInfo Name="CodePage">1252</VersionInfo>
|
|
|
|
</VersionInfo>
|
|
|
|
<VersionInfoKeys>
|
|
|
|
<VersionInfoKeys Name="CompanyName"/>
|
|
|
|
<VersionInfoKeys Name="FileDescription"/>
|
|
|
|
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
|
|
|
<VersionInfoKeys Name="InternalName"/>
|
|
|
|
<VersionInfoKeys Name="LegalCopyright"/>
|
|
|
|
<VersionInfoKeys Name="LegalTrademarks"/>
|
|
|
|
<VersionInfoKeys Name="OriginalFilename"/>
|
|
|
|
<VersionInfoKeys Name="ProductName"/>
|
|
|
|
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
|
|
<VersionInfoKeys Name="Comments"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleName"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleDisplayName"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleIdentifier"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleVersion"/>
|
|
|
|
<VersionInfoKeys Name="CFBundlePackageType"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleSignature"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleExecutable"/>
|
|
|
|
</VersionInfoKeys>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Source>
|
|
|
|
<Source Name="MainSource">WinesClient.dpr</Source>
|
|
|
|
</Source>
|
|
|
|
<Excluded_Packages/>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Delphi.Personality>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platforms>
|
|
|
|
<Platform value="Win32">True</Platform>
|
|
|
|
<Platform value="Win64">True</Platform>
|
|
|
|
</Platforms>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Deployment Version="3">
|
|
|
|
<DeployFile LocalName="$(NDKBasePath)\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteName>ic_launcher.png</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="C:\Users\Daniele\Desktop\WinesClient\Android\Debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>classes.dex</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>ic_launcher.png</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>libHeaderFooterApplication.so</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>splash_image.png</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>ic_launcher.png</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>splash_image.png</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="Android\Debug\libWinesClient.so" Configuration="Debug" Class="ProjectOutput">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>libWinesClient.so</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>splash_image.png</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2016-11-27 23:17:20 +01:00
|
|
|
<RemoteName>splash_image.png</RemoteName>
|
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
|
|
|
|
<Platform Name="iOSSimulator">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteName>ic_launcher.png</RemoteName>
|
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
|
|
|
|
<Platform Name="OSX32">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
|
|
|
|
<Platform Name="OSX32">
|
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
|
|
|
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>ic_launcher.png</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
|
|
|
|
<Platform Name="iOSSimulator">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\Redist\iossim32\libcgunwind.1.0.dylib" Class="DependencyModule">
|
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
|
|
|
<DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>libHeaderFooterApplication.so</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="$(BDS)\lib\android\debug\x86\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeX86File">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteName>libHeaderFooterApplication.so</RemoteName>
|
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="Android\Debug\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="C:\Users\Daniele\Documents\Embarcadero\Studio\Projects\Android\Debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteName>classes.dex</RemoteName>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployFile LocalName="Android\Debug\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<Overwrite>true</Overwrite>
|
|
|
|
</Platform>
|
|
|
|
</DeployFile>
|
|
|
|
<DeployClass Name="ProjectiOSDeviceResourceRules">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
2016-11-27 23:17:20 +01:00
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice32">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="ProjectOSXResource">
|
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>Contents\Resources</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="AndroidClassesDexFile">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>classes</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="Android_LauncherIcon144">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="AdditionalDebugSymbols">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Win32">
|
2016-11-27 23:17:20 +01:00
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Operation>0</Operation>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="AndroidLibnativeMipsFile">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>library\lib\mips</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="iPad_Launch768">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="iOSSimulator">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice32">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Required="true" Name="ProjectOutput">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Win32">
|
|
|
|
<Operation>0</Operation>
|
2016-11-27 23:17:20 +01:00
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Linux64">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSSimulator">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="DependencyFramework">
|
|
|
|
<Platform Name="Win32">
|
|
|
|
<Operation>0</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="OSX32">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Extensions>.framework</Extensions>
|
2016-11-27 23:17:20 +01:00
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="ProjectUWPManifest">
|
|
|
|
<Platform Name="Win32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="Win64">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2016-11-27 23:17:20 +01:00
|
|
|
<DeployClass Name="iPhone_Launch640">
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSSimulator">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="iOSDevice32">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="AndroidLibnativeX86File"/>
|
|
|
|
<DeployClass Name="ProjectiOSDeviceDebug">
|
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="iPad_Launch1024">
|
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="iPhone_Launch320">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="ProjectiOSInfoPList">
|
|
|
|
<Platform Name="iOSSimulator">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice32">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="AndroidLibnativeArmeabiFile">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>library\lib\armeabi</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2016-11-27 23:17:20 +01:00
|
|
|
<DeployClass Name="DebugSymbols">
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Win32">
|
|
|
|
<Operation>0</Operation>
|
2016-11-27 23:17:20 +01:00
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="iPad_Launch1536">
|
|
|
|
<Platform Name="iOSSimulator">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="Android_SplashImage470">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>res\drawable-normal</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="Android_LauncherIcon96">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="Android_SplashImage640">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>res\drawable-large</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="iPhone_Launch640x1136">
|
|
|
|
<Platform Name="iOSSimulator">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="UWP_DelphiLogo44">
|
|
|
|
<Platform Name="Win32">
|
|
|
|
<RemoteDir>Assets</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Win64">
|
|
|
|
<RemoteDir>Assets</RemoteDir>
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="ProjectiOSEntitlements">
|
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<RemoteDir>..\</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSDevice32">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>..\</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="AndroidGDBServer">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="Android_LauncherIcon72">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="ProjectOSXInfoPList">
|
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>Contents</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="ProjectOSXEntitlements">
|
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>..\</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="UWP_DelphiLogo150">
|
|
|
|
<Platform Name="Win32">
|
|
|
|
<RemoteDir>Assets</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Win64">
|
|
|
|
<RemoteDir>Assets</RemoteDir>
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="iPad_Launch2048">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="AndroidSplashStyles">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>res\values</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="Android_SplashImage426">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>res\drawable-small</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="AndroidSplashImageDef">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>res\drawable</RemoteDir>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="ProjectiOSResource">
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="ProjectAndroidManifest">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="Android_DefaultAppIcon">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>res\drawable</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="File">
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Win32">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>0</Operation>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>0</Operation>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="OSX32">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>0</Operation>
|
|
|
|
</Platform>
|
2016-11-27 23:17:20 +01:00
|
|
|
<Platform Name="iOSDevice32">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>0</Operation>
|
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="Android">
|
|
|
|
<Operation>0</Operation>
|
2016-11-27 23:17:20 +01:00
|
|
|
</Platform>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="iOSSimulator">
|
2017-03-30 21:22:54 +02:00
|
|
|
<Operation>0</Operation>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="AndroidServiceOutput">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Required="true" Name="DependencyPackage">
|
|
|
|
<Platform Name="Win32">
|
|
|
|
<Operation>0</Operation>
|
|
|
|
<Extensions>.bpl</Extensions>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Extensions>.dylib</Extensions>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Extensions>.dylib</Extensions>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
2017-03-30 21:22:54 +02:00
|
|
|
<Extensions>.dylib</Extensions>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
<Extensions>.dylib</Extensions>
|
2016-05-03 19:04:24 +02:00
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
|
|
|
<DeployClass Name="Android_LauncherIcon48">
|
|
|
|
<Platform Name="Android">
|
|
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="Android_SplashImage960">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>res\drawable-xlarge</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="Android_LauncherIcon36">
|
2016-05-03 19:04:24 +02:00
|
|
|
<Platform Name="Android">
|
2017-03-30 21:22:54 +02:00
|
|
|
<RemoteDir>res\drawable-ldpi</RemoteDir>
|
2016-05-03 19:04:24 +02:00
|
|
|
<Operation>1</Operation>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2017-03-30 21:22:54 +02:00
|
|
|
<DeployClass Name="DependencyModule">
|
|
|
|
<Platform Name="Win32">
|
|
|
|
<Operation>0</Operation>
|
|
|
|
<Extensions>.dll;.bpl</Extensions>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice64">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
<Extensions>.dylib</Extensions>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="OSX32">
|
|
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
|
<Operation>1</Operation>
|
|
|
|
<Extensions>.dylib</Extensions>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSDevice32">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
<Extensions>.dylib</Extensions>
|
|
|
|
</Platform>
|
|
|
|
<Platform Name="iOSSimulator">
|
|
|
|
<Operation>1</Operation>
|
|
|
|
<Extensions>.dylib</Extensions>
|
|
|
|
</Platform>
|
|
|
|
</DeployClass>
|
2016-11-27 23:17:20 +01:00
|
|
|
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|
|
|
|
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
2017-03-30 21:22:54 +02:00
|
|
|
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
|
|
|
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
|
|
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
|
2016-11-27 23:17:20 +01:00
|
|
|
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
|
2017-03-30 21:22:54 +02:00
|
|
|
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
2016-05-03 19:04:24 +02:00
|
|
|
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
|
|
|
</Deployment>
|
|
|
|
</BorlandProject>
|
|
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
|
|
</ProjectExtensions>
|
|
|
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
|
|
|
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
|
|
|
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
|
|
|
|
</Project>
|