| 1 |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 |
<PropertyGroup> |
| 3 |
<ProjectGuid>{5A81B6DB-F7D9-4CA4-A6D0-54994CE3F234}</ProjectGuid> |
| 4 |
<ProjectVersion>16.1</ProjectVersion> |
| 5 |
<FrameworkType>FMX</FrameworkType> |
| 6 |
<MainSource>packman.dpr</MainSource> |
| 7 |
<Base>True</Base> |
| 8 |
<Config Condition="'$(Config)'==''">Release</Config> |
| 9 |
<Platform Condition="'$(Platform)'==''">Win32</Platform> |
| 10 |
<TargetedPlatforms>95</TargetedPlatforms> |
| 11 |
<AppType>Application</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)'=='iOSDevice' and '$(Base)'=='true') or '$(Base_iOSDevice)'!=''"> |
| 22 |
<Base_iOSDevice>true</Base_iOSDevice> |
| 23 |
<CfgParent>Base</CfgParent> |
| 24 |
<Base>true</Base> |
| 25 |
</PropertyGroup> |
| 26 |
<PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''"> |
| 27 |
<Base_iOSSimulator>true</Base_iOSSimulator> |
| 28 |
<CfgParent>Base</CfgParent> |
| 29 |
<Base>true</Base> |
| 30 |
</PropertyGroup> |
| 31 |
<PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''"> |
| 32 |
<Base_OSX32>true</Base_OSX32> |
| 33 |
<CfgParent>Base</CfgParent> |
| 34 |
<Base>true</Base> |
| 35 |
</PropertyGroup> |
| 36 |
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
| 37 |
<Base_Win32>true</Base_Win32> |
| 38 |
<CfgParent>Base</CfgParent> |
| 39 |
<Base>true</Base> |
| 40 |
</PropertyGroup> |
| 41 |
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
| 42 |
<Base_Win64>true</Base_Win64> |
| 43 |
<CfgParent>Base</CfgParent> |
| 44 |
<Base>true</Base> |
| 45 |
</PropertyGroup> |
| 46 |
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> |
| 47 |
<Cfg_1>true</Cfg_1> |
| 48 |
<CfgParent>Base</CfgParent> |
| 49 |
<Base>true</Base> |
| 50 |
</PropertyGroup> |
| 51 |
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''"> |
| 52 |
<Cfg_1_Win32>true</Cfg_1_Win32> |
| 53 |
<CfgParent>Cfg_1</CfgParent> |
| 54 |
<Cfg_1>true</Cfg_1> |
| 55 |
<Base>true</Base> |
| 56 |
</PropertyGroup> |
| 57 |
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> |
| 58 |
<Cfg_2>true</Cfg_2> |
| 59 |
<CfgParent>Base</CfgParent> |
| 60 |
<Base>true</Base> |
| 61 |
</PropertyGroup> |
| 62 |
<PropertyGroup Condition="'$(Base)'!=''"> |
| 63 |
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace> |
| 64 |
<AUP_CALL_PHONE>true</AUP_CALL_PHONE> |
| 65 |
<AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE> |
| 66 |
<AUP_CAMERA>true</AUP_CAMERA> |
| 67 |
<SanitizedProjectName>packman</SanitizedProjectName> |
| 68 |
<AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION> |
| 69 |
<AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE> |
| 70 |
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> |
| 71 |
<AUP_INTERNET>true</AUP_INTERNET> |
| 72 |
<AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR> |
| 73 |
<AUP_READ_CALENDAR>true</AUP_READ_CALENDAR> |
| 74 |
<Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns> |
| 75 |
<AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE> |
| 76 |
<AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION> |
| 77 |
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput> |
| 78 |
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput> |
| 79 |
<DCC_E>false</DCC_E> |
| 80 |
<DCC_N>false</DCC_N> |
| 81 |
<DCC_S>false</DCC_S> |
| 82 |
<DCC_F>false</DCC_F> |
| 83 |
<DCC_K>false</DCC_K> |
| 84 |
</PropertyGroup> |
| 85 |
<PropertyGroup Condition="'$(Base_Android)'!=''"> |
| 86 |
<Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36> |
| 87 |
<Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96> |
| 88 |
<Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48> |
| 89 |
<Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960> |
| 90 |
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 91 |
<DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> |
| 92 |
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys> |
| 93 |
<BT_BuildType>Debug</BT_BuildType> |
| 94 |
<Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640> |
| 95 |
<Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426> |
| 96 |
<Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144> |
| 97 |
<Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72> |
| 98 |
<Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470> |
| 99 |
</PropertyGroup> |
| 100 |
<PropertyGroup Condition="'$(Base_iOSDevice)'!=''"> |
| 101 |
<iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29> |
| 102 |
<iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536> |
| 103 |
<iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048> |
| 104 |
<iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114> |
| 105 |
<iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29> |
| 106 |
<iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152> |
| 107 |
<iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40> |
| 108 |
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=ja;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys> |
| 109 |
<VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId> |
| 110 |
<iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048> |
| 111 |
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 112 |
<DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> |
| 113 |
<iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58> |
| 114 |
<iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136> |
| 115 |
<iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242> |
| 116 |
<iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144> |
| 117 |
<iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72> |
| 118 |
<iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768> |
| 119 |
<iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536> |
| 120 |
<iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100> |
| 121 |
<iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58> |
| 122 |
<iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40> |
| 123 |
<iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80> |
| 124 |
<BT_BuildType>Debug</BT_BuildType> |
| 125 |
<iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768> |
| 126 |
<iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180> |
| 127 |
<iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024> |
| 128 |
<iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120> |
| 129 |
<iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50> |
| 130 |
<iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80> |
| 131 |
<iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87> |
| 132 |
<iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024> |
| 133 |
<iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60> |
| 134 |
<iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208> |
| 135 |
<iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57> |
| 136 |
<iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640> |
| 137 |
<iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750> |
| 138 |
<iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320> |
| 139 |
<VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> |
| 140 |
<iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76> |
| 141 |
</PropertyGroup> |
| 142 |
<PropertyGroup Condition="'$(Base_iOSSimulator)'!=''"> |
| 143 |
<iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048> |
| 144 |
<iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29> |
| 145 |
<iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114> |
| 146 |
<iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29> |
| 147 |
<iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536> |
| 148 |
<iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152> |
| 149 |
<iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40> |
| 150 |
<iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048> |
| 151 |
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=ja;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys> |
| 152 |
<iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72> |
| 153 |
<iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58> |
| 154 |
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 155 |
<iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136> |
| 156 |
<iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242> |
| 157 |
<DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> |
| 158 |
<iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768> |
| 159 |
<iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144> |
| 160 |
<iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536> |
| 161 |
<iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100> |
| 162 |
<iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58> |
| 163 |
<iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40> |
| 164 |
<iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768> |
| 165 |
<iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80> |
| 166 |
<iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50> |
| 167 |
<iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180> |
| 168 |
<iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024> |
| 169 |
<iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80> |
| 170 |
<iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120> |
| 171 |
<iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750> |
| 172 |
<iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60> |
| 173 |
<iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87> |
| 174 |
<iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208> |
| 175 |
<iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57> |
| 176 |
<iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024> |
| 177 |
<iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320> |
| 178 |
<iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640> |
| 179 |
<VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> |
| 180 |
<iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76> |
| 181 |
</PropertyGroup> |
| 182 |
<PropertyGroup Condition="'$(Base_OSX32)'!=''"> |
| 183 |
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 184 |
<DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;DBXOracleDriver;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDACMSSQLDriver;FireDAC;DBXInformixDriver;DataSnapServerMidas;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> |
| 185 |
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys> |
| 186 |
</PropertyGroup> |
| 187 |
<PropertyGroup Condition="'$(Base_Win32)'!=''"> |
| 188 |
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
| 189 |
<DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;frxe21;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;frx21;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;CodeSiteExpressPkg;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;frxTee21;Tee;DBXOdbcDriver;frxDB21;vclFireDAC;xmlrtl;DataSnapNativeClient;svnui;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;Intraweb;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;svn;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> |
| 190 |
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 191 |
<VerInfo_Locale>1033</VerInfo_Locale> |
| 192 |
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
| 193 |
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 194 |
</PropertyGroup> |
| 195 |
<PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 196 |
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace> |
| 197 |
<DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;Tee;DBXOdbcDriver;vclFireDAC;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;Intraweb;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> |
| 198 |
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 199 |
<VerInfo_Locale>1033</VerInfo_Locale> |
| 200 |
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
| 201 |
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 202 |
</PropertyGroup> |
| 203 |
<PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 204 |
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 205 |
<DCC_DebugDCUs>true</DCC_DebugDCUs> |
| 206 |
<DCC_Optimize>false</DCC_Optimize> |
| 207 |
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames> |
| 208 |
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe> |
| 209 |
<DCC_RemoteDebug>true</DCC_RemoteDebug> |
| 210 |
</PropertyGroup> |
| 211 |
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> |
| 212 |
<DCC_RemoteDebug>false</DCC_RemoteDebug> |
| 213 |
</PropertyGroup> |
| 214 |
<PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 215 |
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
| 216 |
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
| 217 |
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
| 218 |
<DCC_DebugInformation>0</DCC_DebugInformation> |
| 219 |
</PropertyGroup> |
| 220 |
<ItemGroup> |
| 221 |
<DelphiCompile Include="$(MainSource)"> |
| 222 |
<MainSource>MainSource</MainSource> |
| 223 |
</DelphiCompile> |
| 224 |
<DCCReference Include="Unit1.pas"> |
| 225 |
<Form>Form1</Form> |
| 226 |
<FormType>fmx</FormType> |
| 227 |
</DCCReference> |
| 228 |
<BuildConfiguration Include="Release"> |
| 229 |
<Key>Cfg_2</Key> |
| 230 |
<CfgParent>Base</CfgParent> |
| 231 |
</BuildConfiguration> |
| 232 |
<BuildConfiguration Include="Base"> |
| 233 |
<Key>Base</Key> |
| 234 |
</BuildConfiguration> |
| 235 |
<BuildConfiguration Include="Debug"> |
| 236 |
<Key>Cfg_1</Key> |
| 237 |
<CfgParent>Base</CfgParent> |
| 238 |
</BuildConfiguration> |
| 239 |
</ItemGroup> |
| 240 |
<ProjectExtensions> |
| 241 |
<Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 242 |
<Borland.ProjectType>Application</Borland.ProjectType> |
| 243 |
<BorlandProject> |
| 244 |
<Delphi.Personality> |
| 245 |
<Source> |
| 246 |
<Source Name="MainSource">packman.dpr</Source> |
| 247 |
</Source> |
| 248 |
</Delphi.Personality> |
| 249 |
<Deployment> |
| 250 |
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
| 251 |
<Platform Name="OSX32"> |
| 252 |
<Overwrite>true</Overwrite> |
| 253 |
</Platform> |
| 254 |
<Platform Name="iOSSimulator"> |
| 255 |
<Overwrite>true</Overwrite> |
| 256 |
</Platform> |
| 257 |
</DeployFile> |
| 258 |
<DeployFile LocalName="Win32\Debug\packman.exe" Configuration="Debug" Class="ProjectOutput"> |
| 259 |
<Platform Name="Win32"> |
| 260 |
<RemoteName>packman.exe</RemoteName> |
| 261 |
<Overwrite>true</Overwrite> |
| 262 |
</Platform> |
| 263 |
</DeployFile> |
| 264 |
<DeployClass Required="true" Name="DependencyPackage"> |
| 265 |
<Platform Name="iOSDevice"> |
| 266 |
<Operation>1</Operation> |
| 267 |
<Extensions>.dylib</Extensions> |
| 268 |
</Platform> |
| 269 |
<Platform Name="Win32"> |
| 270 |
<Operation>0</Operation> |
| 271 |
<Extensions>.bpl</Extensions> |
| 272 |
</Platform> |
| 273 |
<Platform Name="OSX32"> |
| 274 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 275 |
<Operation>1</Operation> |
| 276 |
<Extensions>.dylib</Extensions> |
| 277 |
</Platform> |
| 278 |
<Platform Name="iOSSimulator"> |
| 279 |
<Operation>1</Operation> |
| 280 |
<Extensions>.dylib</Extensions> |
| 281 |
</Platform> |
| 282 |
</DeployClass> |
| 283 |
<DeployClass Name="DependencyModule"> |
| 284 |
<Platform Name="iOSDevice"> |
| 285 |
<Operation>1</Operation> |
| 286 |
<Extensions>.dylib</Extensions> |
| 287 |
</Platform> |
| 288 |
<Platform Name="Win32"> |
| 289 |
<Operation>0</Operation> |
| 290 |
<Extensions>.dll;.bpl</Extensions> |
| 291 |
</Platform> |
| 292 |
<Platform Name="OSX32"> |
| 293 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 294 |
<Operation>1</Operation> |
| 295 |
<Extensions>.dylib</Extensions> |
| 296 |
</Platform> |
| 297 |
<Platform Name="iOSSimulator"> |
| 298 |
<Operation>1</Operation> |
| 299 |
<Extensions>.dylib</Extensions> |
| 300 |
</Platform> |
| 301 |
</DeployClass> |
| 302 |
<DeployClass Name="iPad_Launch2048"> |
| 303 |
<Platform Name="iOSDevice"> |
| 304 |
<Operation>1</Operation> |
| 305 |
</Platform> |
| 306 |
<Platform Name="iOSSimulator"> |
| 307 |
<Operation>1</Operation> |
| 308 |
</Platform> |
| 309 |
</DeployClass> |
| 310 |
<DeployClass Name="ProjectOSXInfoPList"> |
| 311 |
<Platform Name="OSX32"> |
| 312 |
<RemoteDir>Contents</RemoteDir> |
| 313 |
<Operation>1</Operation> |
| 314 |
</Platform> |
| 315 |
</DeployClass> |
| 316 |
<DeployClass Name="ProjectiOSDeviceDebug"> |
| 317 |
<Platform Name="iOSDevice"> |
| 318 |
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir> |
| 319 |
<Operation>1</Operation> |
| 320 |
</Platform> |
| 321 |
</DeployClass> |
| 322 |
<DeployClass Name="Android_SplashImage470"> |
| 323 |
<Platform Name="Android"> |
| 324 |
<RemoteDir>res\drawable-normal</RemoteDir> |
| 325 |
<Operation>1</Operation> |
| 326 |
</Platform> |
| 327 |
</DeployClass> |
| 328 |
<DeployClass Name="AndroidLibnativeX86File"> |
| 329 |
<Platform Name="Android"> |
| 330 |
<RemoteDir>library\lib\x86</RemoteDir> |
| 331 |
<Operation>1</Operation> |
| 332 |
</Platform> |
| 333 |
</DeployClass> |
| 334 |
<DeployClass Name="ProjectiOSResource"> |
| 335 |
<Platform Name="iOSDevice"> |
| 336 |
<Operation>1</Operation> |
| 337 |
</Platform> |
| 338 |
<Platform Name="iOSSimulator"> |
| 339 |
<Operation>1</Operation> |
| 340 |
</Platform> |
| 341 |
</DeployClass> |
| 342 |
<DeployClass Name="ProjectOSXEntitlements"> |
| 343 |
<Platform Name="OSX32"> |
| 344 |
<RemoteDir>../</RemoteDir> |
| 345 |
<Operation>1</Operation> |
| 346 |
</Platform> |
| 347 |
</DeployClass> |
| 348 |
<DeployClass Name="AndroidGDBServer"> |
| 349 |
<Platform Name="Android"> |
| 350 |
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
| 351 |
<Operation>1</Operation> |
| 352 |
</Platform> |
| 353 |
</DeployClass> |
| 354 |
<DeployClass Name="iPhone_Launch640"> |
| 355 |
<Platform Name="iOSDevice"> |
| 356 |
<Operation>1</Operation> |
| 357 |
</Platform> |
| 358 |
<Platform Name="iOSSimulator"> |
| 359 |
<Operation>1</Operation> |
| 360 |
</Platform> |
| 361 |
</DeployClass> |
| 362 |
<DeployClass Name="Android_SplashImage960"> |
| 363 |
<Platform Name="Android"> |
| 364 |
<RemoteDir>res\drawable-xlarge</RemoteDir> |
| 365 |
<Operation>1</Operation> |
| 366 |
</Platform> |
| 367 |
</DeployClass> |
| 368 |
<DeployClass Name="Android_LauncherIcon96"> |
| 369 |
<Platform Name="Android"> |
| 370 |
<RemoteDir>res\drawable-xhdpi</RemoteDir> |
| 371 |
<Operation>1</Operation> |
| 372 |
</Platform> |
| 373 |
</DeployClass> |
| 374 |
<DeployClass Name="iPhone_Launch320"> |
| 375 |
<Platform Name="iOSDevice"> |
| 376 |
<Operation>1</Operation> |
| 377 |
</Platform> |
| 378 |
<Platform Name="iOSSimulator"> |
| 379 |
<Operation>1</Operation> |
| 380 |
</Platform> |
| 381 |
</DeployClass> |
| 382 |
<DeployClass Name="Android_LauncherIcon144"> |
| 383 |
<Platform Name="Android"> |
| 384 |
<RemoteDir>res\drawable-xxhdpi</RemoteDir> |
| 385 |
<Operation>1</Operation> |
| 386 |
</Platform> |
| 387 |
</DeployClass> |
| 388 |
<DeployClass Name="AndroidLibnativeMipsFile"> |
| 389 |
<Platform Name="Android"> |
| 390 |
<RemoteDir>library\lib\mips</RemoteDir> |
| 391 |
<Operation>1</Operation> |
| 392 |
</Platform> |
| 393 |
</DeployClass> |
| 394 |
<DeployClass Name="AndroidSplashImageDef"> |
| 395 |
<Platform Name="Android"> |
| 396 |
<RemoteDir>res\drawable</RemoteDir> |
| 397 |
<Operation>1</Operation> |
| 398 |
</Platform> |
| 399 |
</DeployClass> |
| 400 |
<DeployClass Name="DebugSymbols"> |
| 401 |
<Platform Name="OSX32"> |
| 402 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 403 |
<Operation>1</Operation> |
| 404 |
</Platform> |
| 405 |
<Platform Name="iOSSimulator"> |
| 406 |
<Operation>1</Operation> |
| 407 |
</Platform> |
| 408 |
<Platform Name="Win32"> |
| 409 |
<Operation>0</Operation> |
| 410 |
</Platform> |
| 411 |
</DeployClass> |
| 412 |
<DeployClass Name="DependencyFramework"> |
| 413 |
<Platform Name="OSX32"> |
| 414 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 415 |
<Operation>1</Operation> |
| 416 |
<Extensions>.framework</Extensions> |
| 417 |
</Platform> |
| 418 |
<Platform Name="Win32"> |
| 419 |
<Operation>0</Operation> |
| 420 |
</Platform> |
| 421 |
</DeployClass> |
| 422 |
<DeployClass Name="Android_SplashImage426"> |
| 423 |
<Platform Name="Android"> |
| 424 |
<RemoteDir>res\drawable-small</RemoteDir> |
| 425 |
<Operation>1</Operation> |
| 426 |
</Platform> |
| 427 |
</DeployClass> |
| 428 |
<DeployClass Name="ProjectiOSEntitlements"> |
| 429 |
<Platform Name="iOSDevice"> |
| 430 |
<RemoteDir>../</RemoteDir> |
| 431 |
<Operation>1</Operation> |
| 432 |
</Platform> |
| 433 |
</DeployClass> |
| 434 |
<DeployClass Name="AdditionalDebugSymbols"> |
| 435 |
<Platform Name="OSX32"> |
| 436 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 437 |
<Operation>1</Operation> |
| 438 |
</Platform> |
| 439 |
<Platform Name="iOSSimulator"> |
| 440 |
<Operation>1</Operation> |
| 441 |
</Platform> |
| 442 |
<Platform Name="Win32"> |
| 443 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 444 |
<Operation>0</Operation> |
| 445 |
</Platform> |
| 446 |
</DeployClass> |
| 447 |
<DeployClass Name="AndroidClassesDexFile"> |
| 448 |
<Platform Name="Android"> |
| 449 |
<RemoteDir>classes</RemoteDir> |
| 450 |
<Operation>1</Operation> |
| 451 |
</Platform> |
| 452 |
</DeployClass> |
| 453 |
<DeployClass Name="ProjectiOSInfoPList"> |
| 454 |
<Platform Name="iOSDevice"> |
| 455 |
<Operation>1</Operation> |
| 456 |
</Platform> |
| 457 |
<Platform Name="iOSSimulator"> |
| 458 |
<Operation>1</Operation> |
| 459 |
</Platform> |
| 460 |
</DeployClass> |
| 461 |
<DeployClass Name="iPad_Launch1024"> |
| 462 |
<Platform Name="iOSDevice"> |
| 463 |
<Operation>1</Operation> |
| 464 |
</Platform> |
| 465 |
<Platform Name="iOSSimulator"> |
| 466 |
<Operation>1</Operation> |
| 467 |
</Platform> |
| 468 |
</DeployClass> |
| 469 |
<DeployClass Name="Android_DefaultAppIcon"> |
| 470 |
<Platform Name="Android"> |
| 471 |
<RemoteDir>res\drawable</RemoteDir> |
| 472 |
<Operation>1</Operation> |
| 473 |
</Platform> |
| 474 |
</DeployClass> |
| 475 |
<DeployClass Name="ProjectOSXResource"> |
| 476 |
<Platform Name="OSX32"> |
| 477 |
<RemoteDir>Contents\Resources</RemoteDir> |
| 478 |
<Operation>1</Operation> |
| 479 |
</Platform> |
| 480 |
</DeployClass> |
| 481 |
<DeployClass Name="ProjectiOSDeviceResourceRules"> |
| 482 |
<Platform Name="iOSDevice"> |
| 483 |
<Operation>1</Operation> |
| 484 |
</Platform> |
| 485 |
</DeployClass> |
| 486 |
<DeployClass Name="iPad_Launch768"> |
| 487 |
<Platform Name="iOSDevice"> |
| 488 |
<Operation>1</Operation> |
| 489 |
</Platform> |
| 490 |
<Platform Name="iOSSimulator"> |
| 491 |
<Operation>1</Operation> |
| 492 |
</Platform> |
| 493 |
</DeployClass> |
| 494 |
<DeployClass Required="true" Name="ProjectOutput"> |
| 495 |
<Platform Name="iOSDevice"> |
| 496 |
<Operation>1</Operation> |
| 497 |
</Platform> |
| 498 |
<Platform Name="Android"> |
| 499 |
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
| 500 |
<Operation>1</Operation> |
| 501 |
</Platform> |
| 502 |
<Platform Name="Win32"> |
| 503 |
<Operation>0</Operation> |
| 504 |
</Platform> |
| 505 |
<Platform Name="OSX32"> |
| 506 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 507 |
<Operation>1</Operation> |
| 508 |
</Platform> |
| 509 |
<Platform Name="iOSSimulator"> |
| 510 |
<Operation>1</Operation> |
| 511 |
</Platform> |
| 512 |
</DeployClass> |
| 513 |
<DeployClass Name="AndroidLibnativeArmeabiFile"> |
| 514 |
<Platform Name="Android"> |
| 515 |
<RemoteDir>library\lib\armeabi</RemoteDir> |
| 516 |
<Operation>1</Operation> |
| 517 |
</Platform> |
| 518 |
</DeployClass> |
| 519 |
<DeployClass Name="Android_SplashImage640"> |
| 520 |
<Platform Name="Android"> |
| 521 |
<RemoteDir>res\drawable-large</RemoteDir> |
| 522 |
<Operation>1</Operation> |
| 523 |
</Platform> |
| 524 |
</DeployClass> |
| 525 |
<DeployClass Name="File"> |
| 526 |
<Platform Name="iOSDevice"> |
| 527 |
<Operation>0</Operation> |
| 528 |
</Platform> |
| 529 |
<Platform Name="Android"> |
| 530 |
<Operation>0</Operation> |
| 531 |
</Platform> |
| 532 |
<Platform Name="Win32"> |
| 533 |
<Operation>0</Operation> |
| 534 |
</Platform> |
| 535 |
<Platform Name="OSX32"> |
| 536 |
<RemoteDir>Contents\MacOS</RemoteDir> |
| 537 |
<Operation>0</Operation> |
| 538 |
</Platform> |
| 539 |
<Platform Name="iOSSimulator"> |
| 540 |
<Operation>0</Operation> |
| 541 |
</Platform> |
| 542 |
</DeployClass> |
| 543 |
<DeployClass Name="iPhone_Launch640x1136"> |
| 544 |
<Platform Name="iOSDevice"> |
| 545 |
<Operation>1</Operation> |
| 546 |
</Platform> |
| 547 |
<Platform Name="iOSSimulator"> |
| 548 |
<Operation>1</Operation> |
| 549 |
</Platform> |
| 550 |
</DeployClass> |
| 551 |
<DeployClass Name="Android_LauncherIcon36"> |
| 552 |
<Platform Name="Android"> |
| 553 |
<RemoteDir>res\drawable-ldpi</RemoteDir> |
| 554 |
<Operation>1</Operation> |
| 555 |
</Platform> |
| 556 |
</DeployClass> |
| 557 |
<DeployClass Name="AndroidSplashStyles"> |
| 558 |
<Platform Name="Android"> |
| 559 |
<RemoteDir>res\values</RemoteDir> |
| 560 |
<Operation>1</Operation> |
| 561 |
</Platform> |
| 562 |
</DeployClass> |
| 563 |
<DeployClass Name="iPad_Launch1536"> |
| 564 |
<Platform Name="iOSDevice"> |
| 565 |
<Operation>1</Operation> |
| 566 |
</Platform> |
| 567 |
<Platform Name="iOSSimulator"> |
| 568 |
<Operation>1</Operation> |
| 569 |
</Platform> |
| 570 |
</DeployClass> |
| 571 |
<DeployClass Name="Android_LauncherIcon48"> |
| 572 |
<Platform Name="Android"> |
| 573 |
<RemoteDir>res\drawable-mdpi</RemoteDir> |
| 574 |
<Operation>1</Operation> |
| 575 |
</Platform> |
| 576 |
</DeployClass> |
| 577 |
<DeployClass Name="Android_LauncherIcon72"> |
| 578 |
<Platform Name="Android"> |
| 579 |
<RemoteDir>res\drawable-hdpi</RemoteDir> |
| 580 |
<Operation>1</Operation> |
| 581 |
</Platform> |
| 582 |
</DeployClass> |
| 583 |
<DeployClass Name="ProjectAndroidManifest"> |
| 584 |
<Platform Name="Android"> |
| 585 |
<Operation>1</Operation> |
| 586 |
</Platform> |
| 587 |
</DeployClass> |
| 588 |
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
| 589 |
<ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/> |
| 590 |
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
| 591 |
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/> |
| 592 |
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
| 593 |
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> |
| 594 |
</Deployment> |
| 595 |
<Platforms> |
| 596 |
<Platform value="Android" ActiveMobileDevice="Galaxy_Nexus_5">True</Platform> |
| 597 |
<Platform value="iOSDevice">True</Platform> |
| 598 |
<Platform value="iOSSimulator" ActiveMobileDevice="iPhone">True</Platform> |
| 599 |
<Platform value="OSX32">True</Platform> |
| 600 |
<Platform value="Win32">True</Platform> |
| 601 |
<Platform value="Win64">True</Platform> |
| 602 |
</Platforms> |
| 603 |
</BorlandProject> |
| 604 |
<ProjectFileVersion>12</ProjectFileVersion> |
| 605 |
</ProjectExtensions> |
| 606 |
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
| 607 |
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> |
| 608 |
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/> |
| 609 |
</Project> |