SystemInfo.dproj 82 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{7657966F-DC0C-4D5D-B2E3-A4B069A1FB64}</ProjectGuid>
  4. <ProjectVersion>18.5</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <MainSource>SystemInfo.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">OSX32</Platform>
  10. <TargetedPlatforms>1119</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)'=='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="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  63. <Cfg_1_Win64>true</Cfg_1_Win64>
  64. <CfgParent>Cfg_1</CfgParent>
  65. <Cfg_1>true</Cfg_1>
  66. <Base>true</Base>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  69. <Cfg_2>true</Cfg_2>
  70. <CfgParent>Base</CfgParent>
  71. <Base>true</Base>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  74. <Cfg_2_Win32>true</Cfg_2_Win32>
  75. <CfgParent>Cfg_2</CfgParent>
  76. <Cfg_2>true</Cfg_2>
  77. <Base>true</Base>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  80. <Cfg_2_Win64>true</Cfg_2_Win64>
  81. <CfgParent>Cfg_2</CfgParent>
  82. <Cfg_2>true</Cfg_2>
  83. <Base>true</Base>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Base)'!=''">
  86. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  87. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  88. <DCC_E>false</DCC_E>
  89. <DCC_N>false</DCC_N>
  90. <DCC_S>false</DCC_S>
  91. <DCC_F>false</DCC_F>
  92. <DCC_K>false</DCC_K>
  93. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  94. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  95. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  96. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  97. <AUP_CAMERA>true</AUP_CAMERA>
  98. <AUP_INTERNET>true</AUP_INTERNET>
  99. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  100. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  101. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  102. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  103. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  104. <SanitizedProjectName>SystemInfo</SanitizedProjectName>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Base_Android)'!=''">
  107. <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>
  108. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  109. <BT_BuildType>Debug</BT_BuildType>
  110. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  111. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  112. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  113. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  114. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  115. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  116. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  117. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  118. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  119. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  120. <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>
  121. <VerInfo_Build>1</VerInfo_Build>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  124. <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>
  125. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.1.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;FMLocalNotificationPermission=false;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri</VerInfo_Keys>
  126. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  127. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  128. <BT_BuildType>Debug</BT_BuildType>
  129. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  130. <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
  131. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  132. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  133. <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
  134. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  135. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  136. <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
  137. <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
  138. <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
  139. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  140. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  141. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  142. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  143. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  144. <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
  145. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  146. <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
  147. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  148. <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
  149. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  150. <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
  151. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  152. <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
  153. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  154. <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
  155. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  156. <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
  157. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  158. <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
  159. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  160. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  161. <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
  162. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  163. <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
  164. <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
  165. <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
  166. <VerInfo_MinorVer>1</VerInfo_MinorVer>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  169. <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>
  170. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.1.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;FMLocalNotificationPermission=false;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri</VerInfo_Keys>
  171. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  172. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  173. <BT_BuildType>Debug</BT_BuildType>
  174. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  175. <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
  176. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  177. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  178. <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
  179. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  180. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  181. <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
  182. <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
  183. <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
  184. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  185. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  186. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  187. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  188. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  189. <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
  190. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  191. <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
  192. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  193. <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
  194. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  195. <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
  196. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  197. <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
  198. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  199. <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
  200. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  201. <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
  202. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  203. <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
  204. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  205. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  206. <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
  207. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  208. <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
  209. <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
  210. <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
  211. <VerInfo_MinorVer>1</VerInfo_MinorVer>
  212. </PropertyGroup>
  213. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  214. <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>
  215. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.1.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;FMLocalNotificationPermission=false;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri</VerInfo_Keys>
  216. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  217. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  218. <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
  219. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  220. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  221. <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
  222. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  223. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  224. <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
  225. <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
  226. <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
  227. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  228. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  229. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  230. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  231. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  232. <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
  233. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  234. <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
  235. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  236. <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
  237. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  238. <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
  239. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  240. <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
  241. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  242. <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
  243. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  244. <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
  245. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  246. <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
  247. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  248. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  249. <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
  250. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  251. <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
  252. <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
  253. <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
  254. <VerInfo_MinorVer>1</VerInfo_MinorVer>
  255. </PropertyGroup>
  256. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  257. <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>
  258. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.1.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts</VerInfo_Keys>
  259. <BT_BuildType>Debug</BT_BuildType>
  260. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  261. <Debugger_Launcher>/usr/X11/bin/xterm -e &quot;%debuggee%&quot;</Debugger_Launcher>
  262. <VerInfo_MinorVer>1</VerInfo_MinorVer>
  263. <Manifest_File>(None)</Manifest_File>
  264. </PropertyGroup>
  265. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  266. <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;Intraweb;DBXOracleDriver;JvJans;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>
  267. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  268. <BT_BuildType>Debug</BT_BuildType>
  269. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  270. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  271. <VerInfo_Locale>1033</VerInfo_Locale>
  272. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  273. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  274. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  275. <VerInfo_MinorVer>1</VerInfo_MinorVer>
  276. </PropertyGroup>
  277. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  278. <DCC_UsePackage>DBXSqliteDriver;RESTComponents;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;emsclientfiredac;DataSnapFireDAC;tethering;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;Intraweb;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>
  279. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  280. <BT_BuildType>Debug</BT_BuildType>
  281. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  282. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  283. <VerInfo_Locale>1033</VerInfo_Locale>
  284. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  285. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  286. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  287. <VerInfo_MinorVer>1</VerInfo_MinorVer>
  288. </PropertyGroup>
  289. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  290. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  291. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  292. <DCC_Optimize>false</DCC_Optimize>
  293. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  294. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  295. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  296. </PropertyGroup>
  297. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  298. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  299. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  300. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  301. </PropertyGroup>
  302. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  303. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  304. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  305. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  306. <VerInfo_Locale>1033</VerInfo_Locale>
  307. </PropertyGroup>
  308. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  309. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  310. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  311. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  312. <DCC_DebugInformation>0</DCC_DebugInformation>
  313. </PropertyGroup>
  314. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  315. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  316. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  317. </PropertyGroup>
  318. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  319. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  320. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  321. </PropertyGroup>
  322. <ItemGroup>
  323. <DelphiCompile Include="$(MainSource)">
  324. <MainSource>MainSource</MainSource>
  325. </DelphiCompile>
  326. <DCCReference Include="frmMain.pas">
  327. <Form>MainForm</Form>
  328. <FormType>fmx</FormType>
  329. </DCCReference>
  330. <BuildConfiguration Include="Release">
  331. <Key>Cfg_2</Key>
  332. <CfgParent>Base</CfgParent>
  333. </BuildConfiguration>
  334. <BuildConfiguration Include="Base">
  335. <Key>Base</Key>
  336. </BuildConfiguration>
  337. <BuildConfiguration Include="Debug">
  338. <Key>Cfg_1</Key>
  339. <CfgParent>Base</CfgParent>
  340. </BuildConfiguration>
  341. </ItemGroup>
  342. <ProjectExtensions>
  343. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  344. <Borland.ProjectType>Application</Borland.ProjectType>
  345. <BorlandProject>
  346. <Delphi.Personality>
  347. <Source>
  348. <Source Name="MainSource">SystemInfo.dpr</Source>
  349. </Source>
  350. <Excluded_Packages>
  351. <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt260.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
  352. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  353. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  354. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  355. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  356. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\AdvChartDXE12.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\AdvChartDXE12.bpl not found</Excluded_Packages>
  357. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\AdvChartDEDXE12.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\AdvChartDEDXE12.bpl not found</Excluded_Packages>
  358. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\vcwDXE12.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\vcwDXE12.bpl not found</Excluded_Packages>
  359. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\vcwdeDXE12.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\vcwdeDXE12.bpl not found</Excluded_Packages>
  360. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\TMSFMXPackPkgDEDXE12.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\TMSFMXPackPkgDEDXE12.bpl not found</Excluded_Packages>
  361. </Excluded_Packages>
  362. </Delphi.Personality>
  363. <Deployment Version="3">
  364. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png" Configuration="Debug" Class="iPad_AppIcon144">
  365. <Platform Name="iOSSimulator">
  366. <Overwrite>true</Overwrite>
  367. </Platform>
  368. </DeployFile>
  369. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
  370. <Platform Name="Android">
  371. <RemoteName>ic_launcher.png</RemoteName>
  372. <Overwrite>true</Overwrite>
  373. </Platform>
  374. </DeployFile>
  375. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png" Configuration="Debug" Class="iPhone_Launch1125">
  376. <Platform Name="iOSSimulator">
  377. <RemoteName>[email protected]</RemoteName>
  378. <Overwrite>true</Overwrite>
  379. </Platform>
  380. </DeployFile>
  381. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png" Configuration="Debug" Class="iPhone_Spotlight58">
  382. <Platform Name="iOSSimulator">
  383. <Overwrite>true</Overwrite>
  384. </Platform>
  385. </DeployFile>
  386. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png" Configuration="Debug" Class="iPad_SpotLight100">
  387. <Platform Name="iOSSimulator">
  388. <Overwrite>true</Overwrite>
  389. </Platform>
  390. </DeployFile>
  391. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
  392. <Platform Name="Android">
  393. <RemoteName>ic_launcher.png</RemoteName>
  394. <Overwrite>true</Overwrite>
  395. </Platform>
  396. </DeployFile>
  397. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png" Configuration="Debug" Class="iPad_SpotLight40">
  398. <Platform Name="iOSSimulator">
  399. <Overwrite>true</Overwrite>
  400. </Platform>
  401. </DeployFile>
  402. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
  403. <Platform Name="Android">
  404. <RemoteName>splash_image.png</RemoteName>
  405. <Overwrite>true</Overwrite>
  406. </Platform>
  407. </DeployFile>
  408. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png" Configuration="Debug" Class="iPhone_AppIcon60">
  409. <Platform Name="iOSSimulator">
  410. <Overwrite>true</Overwrite>
  411. </Platform>
  412. </DeployFile>
  413. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png" Configuration="Debug" Class="iPhone_AppIcon114">
  414. <Platform Name="iOSSimulator">
  415. <Overwrite>true</Overwrite>
  416. </Platform>
  417. </DeployFile>
  418. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png" Configuration="Debug" Class="iPad_Launch1536">
  419. <Platform Name="iOSSimulator">
  420. <RemoteName>[email protected]</RemoteName>
  421. <Overwrite>true</Overwrite>
  422. </Platform>
  423. </DeployFile>
  424. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png" Configuration="Debug" Class="iPad_AppIcon152">
  425. <Platform Name="iOSSimulator">
  426. <Overwrite>true</Overwrite>
  427. </Platform>
  428. </DeployFile>
  429. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  430. <Platform Name="Android">
  431. <RemoteName>libSystemInfo.so</RemoteName>
  432. <Overwrite>true</Overwrite>
  433. </Platform>
  434. </DeployFile>
  435. <DeployFile LocalName="Android\Debug\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
  436. <Platform Name="Android">
  437. <Overwrite>true</Overwrite>
  438. </Platform>
  439. </DeployFile>
  440. <DeployFile LocalName="iOSSimulator\Debug\SystemInfo" Configuration="Debug" Class="ProjectOutput">
  441. <Platform Name="iOSSimulator">
  442. <RemoteName>SystemInfo</RemoteName>
  443. <Overwrite>true</Overwrite>
  444. </Platform>
  445. </DeployFile>
  446. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png" Configuration="Debug" Class="iPhone_Launch1242">
  447. <Platform Name="iOSSimulator">
  448. <RemoteName>[email protected]</RemoteName>
  449. <Overwrite>true</Overwrite>
  450. </Platform>
  451. </DeployFile>
  452. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png" Configuration="Debug" Class="iPhone_Launch750">
  453. <Platform Name="iOSSimulator">
  454. <RemoteName>[email protected]</RemoteName>
  455. <Overwrite>true</Overwrite>
  456. </Platform>
  457. </DeployFile>
  458. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png" Configuration="Debug" Class="iPad_Launch768">
  459. <Platform Name="iOSSimulator">
  460. <RemoteName>Default~ipad.png</RemoteName>
  461. <Overwrite>true</Overwrite>
  462. </Platform>
  463. </DeployFile>
  464. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png" Configuration="Debug" Class="iPad_AppIcon72">
  465. <Platform Name="iOSSimulator">
  466. <Overwrite>true</Overwrite>
  467. </Platform>
  468. </DeployFile>
  469. <DeployFile LocalName="Android\Debug\libSystemInfo.so" Configuration="Debug" Class="ProjectOutput">
  470. <Platform Name="Android">
  471. <RemoteName>libSystemInfo.so</RemoteName>
  472. <Overwrite>true</Overwrite>
  473. </Platform>
  474. </DeployFile>
  475. <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource">
  476. <Platform Name="OSX32">
  477. <RemoteName>SystemInfo.icns</RemoteName>
  478. <Overwrite>true</Overwrite>
  479. </Platform>
  480. </DeployFile>
  481. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  482. <Platform Name="iOSSimulator">
  483. <Overwrite>true</Overwrite>
  484. </Platform>
  485. </DeployFile>
  486. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png" Configuration="Debug" Class="iPad_Launch768x1024">
  487. <Platform Name="iOSSimulator">
  488. <RemoteName>Default-Portrait~ipad.png</RemoteName>
  489. <Overwrite>true</Overwrite>
  490. </Platform>
  491. </DeployFile>
  492. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  493. <Platform Name="OSX32">
  494. <Overwrite>true</Overwrite>
  495. </Platform>
  496. </DeployFile>
  497. <DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
  498. <Platform Name="Android">
  499. <Overwrite>true</Overwrite>
  500. </Platform>
  501. </DeployFile>
  502. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  503. <Platform Name="Android">
  504. <RemoteName>libSystemInfo.so</RemoteName>
  505. <Overwrite>true</Overwrite>
  506. </Platform>
  507. </DeployFile>
  508. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
  509. <Platform Name="Android">
  510. <RemoteName>ic_launcher.png</RemoteName>
  511. <Overwrite>true</Overwrite>
  512. </Platform>
  513. </DeployFile>
  514. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  515. <Platform Name="OSX32">
  516. <Overwrite>true</Overwrite>
  517. </Platform>
  518. </DeployFile>
  519. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
  520. <Platform Name="Android">
  521. <RemoteName>ic_launcher.png</RemoteName>
  522. <Overwrite>true</Overwrite>
  523. </Platform>
  524. </DeployFile>
  525. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png" Configuration="Debug" Class="iPhone_Launch640">
  526. <Platform Name="iOSSimulator">
  527. <RemoteName>[email protected]</RemoteName>
  528. <Overwrite>true</Overwrite>
  529. </Platform>
  530. </DeployFile>
  531. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png" Configuration="Debug" Class="iPhone_Launch2436">
  532. <Platform Name="iOSSimulator">
  533. <RemoteName>[email protected]</RemoteName>
  534. <Overwrite>true</Overwrite>
  535. </Platform>
  536. </DeployFile>
  537. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png" Configuration="Debug" Class="iPhone_Spotlight40">
  538. <Platform Name="iOSSimulator">
  539. <Overwrite>true</Overwrite>
  540. </Platform>
  541. </DeployFile>
  542. <DeployFile LocalName="OSX32\Debug\SystemInfo" Configuration="Debug" Class="ProjectOutput">
  543. <Platform Name="OSX32">
  544. <RemoteName>SystemInfo</RemoteName>
  545. <Overwrite>true</Overwrite>
  546. </Platform>
  547. </DeployFile>
  548. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png" Configuration="Debug" Class="iPad_Launch2048x1536">
  549. <Platform Name="iOSSimulator">
  550. <RemoteName>Default-Landscape@2x~ipad.png</RemoteName>
  551. <Overwrite>true</Overwrite>
  552. </Platform>
  553. </DeployFile>
  554. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png" Configuration="Debug" Class="iPhone_AppIcon87">
  555. <Platform Name="iOSSimulator">
  556. <Overwrite>true</Overwrite>
  557. </Platform>
  558. </DeployFile>
  559. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png" Configuration="Debug" Class="iPad_Launch1024x768">
  560. <Platform Name="iOSSimulator">
  561. <RemoteName>Default-Landscape~ipad.png</RemoteName>
  562. <Overwrite>true</Overwrite>
  563. </Platform>
  564. </DeployFile>
  565. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png" Configuration="Debug" Class="iPhone_Launch320">
  566. <Platform Name="iOSSimulator">
  567. <RemoteName>Default.png</RemoteName>
  568. <Overwrite>true</Overwrite>
  569. </Platform>
  570. </DeployFile>
  571. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png" Configuration="Debug" Class="iPhone_AppIcon180">
  572. <Platform Name="iOSSimulator">
  573. <Overwrite>true</Overwrite>
  574. </Platform>
  575. </DeployFile>
  576. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
  577. <Platform Name="Android">
  578. <RemoteName>splash_image.png</RemoteName>
  579. <Overwrite>true</Overwrite>
  580. </Platform>
  581. </DeployFile>
  582. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
  583. <Platform Name="Android">
  584. <RemoteName>splash_image.png</RemoteName>
  585. <Overwrite>true</Overwrite>
  586. </Platform>
  587. </DeployFile>
  588. <DeployFile LocalName="iOSSimulator\Debug\SystemInfo.info.plist" Configuration="Debug" Class="ProjectiOSInfoPList">
  589. <Platform Name="iOSSimulator">
  590. <RemoteName>Info.plist</RemoteName>
  591. <Overwrite>true</Overwrite>
  592. </Platform>
  593. </DeployFile>
  594. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png" Configuration="Debug" Class="iPad_AppIcon76">
  595. <Platform Name="iOSSimulator">
  596. <Overwrite>true</Overwrite>
  597. </Platform>
  598. </DeployFile>
  599. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
  600. <Platform Name="Android">
  601. <RemoteName>ic_launcher.png</RemoteName>
  602. <Overwrite>true</Overwrite>
  603. </Platform>
  604. </DeployFile>
  605. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png" Configuration="Debug" Class="iPad_Setting58">
  606. <Platform Name="iOSSimulator">
  607. <Overwrite>true</Overwrite>
  608. </Platform>
  609. </DeployFile>
  610. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png" Configuration="Debug" Class="iPhone_Spotlight80">
  611. <Platform Name="iOSSimulator">
  612. <Overwrite>true</Overwrite>
  613. </Platform>
  614. </DeployFile>
  615. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png" Configuration="Debug" Class="iPad_Launch1536x2048">
  616. <Platform Name="iOSSimulator">
  617. <RemoteName>Default-Portrait@2x~ipad.png</RemoteName>
  618. <Overwrite>true</Overwrite>
  619. </Platform>
  620. </DeployFile>
  621. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png" Configuration="Debug" Class="iPhone_Launch2208">
  622. <Platform Name="iOSSimulator">
  623. <RemoteName>[email protected]</RemoteName>
  624. <Overwrite>true</Overwrite>
  625. </Platform>
  626. </DeployFile>
  627. <DeployFile LocalName="Android\Debug\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
  628. <Platform Name="Android">
  629. <Overwrite>true</Overwrite>
  630. </Platform>
  631. </DeployFile>
  632. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png" Configuration="Debug" Class="iPad_SpotLight80">
  633. <Platform Name="iOSSimulator">
  634. <Overwrite>true</Overwrite>
  635. </Platform>
  636. </DeployFile>
  637. <DeployFile LocalName="$(NDKBasePath)\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
  638. <Platform Name="Android">
  639. <Overwrite>true</Overwrite>
  640. </Platform>
  641. </DeployFile>
  642. <DeployFile LocalName="Android\Debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
  643. <Platform Name="Android">
  644. <RemoteName>classes.dex</RemoteName>
  645. <Overwrite>true</Overwrite>
  646. </Platform>
  647. </DeployFile>
  648. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png" Configuration="Debug" Class="iPhone_AppIcon120">
  649. <Platform Name="iOSSimulator">
  650. <Overwrite>true</Overwrite>
  651. </Platform>
  652. </DeployFile>
  653. <DeployFile LocalName="OSX32\Debug\SystemInfo.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList">
  654. <Platform Name="OSX32">
  655. <RemoteName>Info.plist</RemoteName>
  656. <Overwrite>true</Overwrite>
  657. </Platform>
  658. </DeployFile>
  659. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png" Configuration="Debug" Class="iPhone_AppIcon57">
  660. <Platform Name="iOSSimulator">
  661. <Overwrite>true</Overwrite>
  662. </Platform>
  663. </DeployFile>
  664. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png" Configuration="Debug" Class="iPad_Launch2048">
  665. <Platform Name="iOSSimulator">
  666. <RemoteName>[email protected]</RemoteName>
  667. <Overwrite>true</Overwrite>
  668. </Platform>
  669. </DeployFile>
  670. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  671. <Platform Name="iOSSimulator">
  672. <Overwrite>true</Overwrite>
  673. </Platform>
  674. </DeployFile>
  675. <DeployFile LocalName="OSX32\Debug\SystemInfo.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements">
  676. <Platform Name="OSX32">
  677. <Overwrite>true</Overwrite>
  678. </Platform>
  679. </DeployFile>
  680. <DeployFile LocalName="iOSSimulator\Debug\SystemInfo.entitlements" Configuration="Debug" Class="ProjectiOSEntitlements">
  681. <Platform Name="iOSSimulator">
  682. <Overwrite>true</Overwrite>
  683. </Platform>
  684. </DeployFile>
  685. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png" Configuration="Debug" Class="iPad_SpotLight50">
  686. <Platform Name="iOSSimulator">
  687. <Overwrite>true</Overwrite>
  688. </Platform>
  689. </DeployFile>
  690. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
  691. <Platform Name="Android">
  692. <RemoteName>splash_image.png</RemoteName>
  693. <Overwrite>true</Overwrite>
  694. </Platform>
  695. </DeployFile>
  696. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png" Configuration="Debug" Class="iPhone_Launch640x1136">
  697. <Platform Name="iOSSimulator">
  698. <RemoteName>[email protected]</RemoteName>
  699. <Overwrite>true</Overwrite>
  700. </Platform>
  701. </DeployFile>
  702. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png" Configuration="Debug" Class="iPhone_Spotlight29">
  703. <Platform Name="iOSSimulator">
  704. <Overwrite>true</Overwrite>
  705. </Platform>
  706. </DeployFile>
  707. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  708. <Platform Name="OSX64">
  709. <Overwrite>true</Overwrite>
  710. </Platform>
  711. </DeployFile>
  712. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png" Configuration="Debug" Class="iPad_Setting29">
  713. <Platform Name="iOSSimulator">
  714. <Overwrite>true</Overwrite>
  715. </Platform>
  716. </DeployFile>
  717. <DeployFile LocalName="Win32\Debug\SystemInfo.exe" Configuration="Debug" Class="ProjectOutput">
  718. <Platform Name="Win32">
  719. <RemoteName>SystemInfo.exe</RemoteName>
  720. <Overwrite>true</Overwrite>
  721. </Platform>
  722. </DeployFile>
  723. <DeployFile LocalName="Android\Debug\styles-v21.xml" Configuration="Debug" Class="AndroidSplashStylesV21">
  724. <Platform Name="Android">
  725. <RemoteName>styles.xml</RemoteName>
  726. <Overwrite>true</Overwrite>
  727. </Platform>
  728. </DeployFile>
  729. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png" Configuration="Debug" Class="iPad_Launch1024">
  730. <Platform Name="iOSSimulator">
  731. <RemoteName>Default-Landscape.png</RemoteName>
  732. <Overwrite>true</Overwrite>
  733. </Platform>
  734. </DeployFile>
  735. <DeployClass Name="AdditionalDebugSymbols">
  736. <Platform Name="iOSSimulator">
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="OSX32">
  740. <RemoteDir>Contents\MacOS</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="Win32">
  744. <Operation>0</Operation>
  745. </Platform>
  746. </DeployClass>
  747. <DeployClass Name="AndroidClassesDexFile">
  748. <Platform Name="Android">
  749. <RemoteDir>classes</RemoteDir>
  750. <Operation>1</Operation>
  751. </Platform>
  752. </DeployClass>
  753. <DeployClass Name="AndroidFileProvider">
  754. <Platform Name="Android">
  755. <RemoteDir>res\xml</RemoteDir>
  756. <Operation>1</Operation>
  757. </Platform>
  758. </DeployClass>
  759. <DeployClass Name="AndroidGDBServer">
  760. <Platform Name="Android">
  761. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  762. <Operation>1</Operation>
  763. </Platform>
  764. </DeployClass>
  765. <DeployClass Name="AndroidLibnativeArmeabiFile">
  766. <Platform Name="Android">
  767. <RemoteDir>library\lib\armeabi</RemoteDir>
  768. <Operation>1</Operation>
  769. </Platform>
  770. </DeployClass>
  771. <DeployClass Name="AndroidLibnativeMipsFile">
  772. <Platform Name="Android">
  773. <RemoteDir>library\lib\mips</RemoteDir>
  774. <Operation>1</Operation>
  775. </Platform>
  776. </DeployClass>
  777. <DeployClass Name="AndroidServiceOutput">
  778. <Platform Name="Android">
  779. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  780. <Operation>1</Operation>
  781. </Platform>
  782. </DeployClass>
  783. <DeployClass Name="AndroidSplashImageDef">
  784. <Platform Name="Android">
  785. <RemoteDir>res\drawable</RemoteDir>
  786. <Operation>1</Operation>
  787. </Platform>
  788. </DeployClass>
  789. <DeployClass Name="AndroidSplashStyles">
  790. <Platform Name="Android">
  791. <RemoteDir>res\values</RemoteDir>
  792. <Operation>1</Operation>
  793. </Platform>
  794. </DeployClass>
  795. <DeployClass Name="AndroidSplashStylesV21">
  796. <Platform Name="Android">
  797. <RemoteDir>res\values-v21</RemoteDir>
  798. <Operation>1</Operation>
  799. </Platform>
  800. </DeployClass>
  801. <DeployClass Name="Android_DefaultAppIcon">
  802. <Platform Name="Android">
  803. <RemoteDir>res\drawable</RemoteDir>
  804. <Operation>1</Operation>
  805. </Platform>
  806. </DeployClass>
  807. <DeployClass Name="Android_LauncherIcon144">
  808. <Platform Name="Android">
  809. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  810. <Operation>1</Operation>
  811. </Platform>
  812. </DeployClass>
  813. <DeployClass Name="Android_LauncherIcon36">
  814. <Platform Name="Android">
  815. <RemoteDir>res\drawable-ldpi</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. </DeployClass>
  819. <DeployClass Name="Android_LauncherIcon48">
  820. <Platform Name="Android">
  821. <RemoteDir>res\drawable-mdpi</RemoteDir>
  822. <Operation>1</Operation>
  823. </Platform>
  824. </DeployClass>
  825. <DeployClass Name="Android_LauncherIcon72">
  826. <Platform Name="Android">
  827. <RemoteDir>res\drawable-hdpi</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="Android_LauncherIcon96">
  832. <Platform Name="Android">
  833. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="Android_SplashImage426">
  838. <Platform Name="Android">
  839. <RemoteDir>res\drawable-small</RemoteDir>
  840. <Operation>1</Operation>
  841. </Platform>
  842. </DeployClass>
  843. <DeployClass Name="Android_SplashImage470">
  844. <Platform Name="Android">
  845. <RemoteDir>res\drawable-normal</RemoteDir>
  846. <Operation>1</Operation>
  847. </Platform>
  848. </DeployClass>
  849. <DeployClass Name="Android_SplashImage640">
  850. <Platform Name="Android">
  851. <RemoteDir>res\drawable-large</RemoteDir>
  852. <Operation>1</Operation>
  853. </Platform>
  854. </DeployClass>
  855. <DeployClass Name="Android_SplashImage960">
  856. <Platform Name="Android">
  857. <RemoteDir>res\drawable-xlarge</RemoteDir>
  858. <Operation>1</Operation>
  859. </Platform>
  860. </DeployClass>
  861. <DeployClass Name="DebugSymbols">
  862. <Platform Name="iOSSimulator">
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="OSX32">
  866. <RemoteDir>Contents\MacOS</RemoteDir>
  867. <Operation>1</Operation>
  868. </Platform>
  869. <Platform Name="Win32">
  870. <Operation>0</Operation>
  871. </Platform>
  872. </DeployClass>
  873. <DeployClass Name="DependencyFramework">
  874. <Platform Name="OSX32">
  875. <RemoteDir>Contents\MacOS</RemoteDir>
  876. <Operation>1</Operation>
  877. <Extensions>.framework</Extensions>
  878. </Platform>
  879. <Platform Name="OSX64">
  880. <RemoteDir>Contents\MacOS</RemoteDir>
  881. <Operation>1</Operation>
  882. <Extensions>.framework</Extensions>
  883. </Platform>
  884. <Platform Name="Win32">
  885. <Operation>0</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="DependencyModule">
  889. <Platform Name="iOSDevice32">
  890. <Operation>1</Operation>
  891. <Extensions>.dylib</Extensions>
  892. </Platform>
  893. <Platform Name="iOSDevice64">
  894. <Operation>1</Operation>
  895. <Extensions>.dylib</Extensions>
  896. </Platform>
  897. <Platform Name="iOSSimulator">
  898. <Operation>1</Operation>
  899. <Extensions>.dylib</Extensions>
  900. </Platform>
  901. <Platform Name="OSX32">
  902. <RemoteDir>Contents\MacOS</RemoteDir>
  903. <Operation>1</Operation>
  904. <Extensions>.dylib</Extensions>
  905. </Platform>
  906. <Platform Name="OSX64">
  907. <RemoteDir>Contents\MacOS</RemoteDir>
  908. <Operation>1</Operation>
  909. <Extensions>.dylib</Extensions>
  910. </Platform>
  911. <Platform Name="Win32">
  912. <Operation>0</Operation>
  913. <Extensions>.dll;.bpl</Extensions>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Required="true" Name="DependencyPackage">
  917. <Platform Name="iOSDevice32">
  918. <Operation>1</Operation>
  919. <Extensions>.dylib</Extensions>
  920. </Platform>
  921. <Platform Name="iOSDevice64">
  922. <Operation>1</Operation>
  923. <Extensions>.dylib</Extensions>
  924. </Platform>
  925. <Platform Name="iOSSimulator">
  926. <Operation>1</Operation>
  927. <Extensions>.dylib</Extensions>
  928. </Platform>
  929. <Platform Name="OSX32">
  930. <RemoteDir>Contents\MacOS</RemoteDir>
  931. <Operation>1</Operation>
  932. <Extensions>.dylib</Extensions>
  933. </Platform>
  934. <Platform Name="OSX64">
  935. <RemoteDir>Contents\MacOS</RemoteDir>
  936. <Operation>1</Operation>
  937. <Extensions>.dylib</Extensions>
  938. </Platform>
  939. <Platform Name="Win32">
  940. <Operation>0</Operation>
  941. <Extensions>.bpl</Extensions>
  942. </Platform>
  943. </DeployClass>
  944. <DeployClass Name="File">
  945. <Platform Name="Android">
  946. <Operation>0</Operation>
  947. </Platform>
  948. <Platform Name="iOSDevice32">
  949. <Operation>0</Operation>
  950. </Platform>
  951. <Platform Name="iOSDevice64">
  952. <Operation>0</Operation>
  953. </Platform>
  954. <Platform Name="iOSSimulator">
  955. <Operation>0</Operation>
  956. </Platform>
  957. <Platform Name="OSX32">
  958. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  959. <Operation>0</Operation>
  960. </Platform>
  961. <Platform Name="OSX64">
  962. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  963. <Operation>0</Operation>
  964. </Platform>
  965. <Platform Name="Win32">
  966. <Operation>0</Operation>
  967. </Platform>
  968. </DeployClass>
  969. <DeployClass Name="iPad_Launch1024">
  970. <Platform Name="iOSDevice32">
  971. <Operation>1</Operation>
  972. </Platform>
  973. <Platform Name="iOSDevice64">
  974. <Operation>1</Operation>
  975. </Platform>
  976. <Platform Name="iOSSimulator">
  977. <Operation>1</Operation>
  978. </Platform>
  979. </DeployClass>
  980. <DeployClass Name="iPad_Launch1536">
  981. <Platform Name="iOSDevice32">
  982. <Operation>1</Operation>
  983. </Platform>
  984. <Platform Name="iOSDevice64">
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="iOSSimulator">
  988. <Operation>1</Operation>
  989. </Platform>
  990. </DeployClass>
  991. <DeployClass Name="iPad_Launch2048">
  992. <Platform Name="iOSDevice32">
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="iOSDevice64">
  996. <Operation>1</Operation>
  997. </Platform>
  998. <Platform Name="iOSSimulator">
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. </DeployClass>
  1002. <DeployClass Name="iPad_Launch768">
  1003. <Platform Name="iOSDevice32">
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSDevice64">
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="iOSSimulator">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. </DeployClass>
  1013. <DeployClass Name="iPhone_Launch320">
  1014. <Platform Name="iOSDevice32">
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. <Platform Name="iOSDevice64">
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. <Platform Name="iOSSimulator">
  1021. <Operation>1</Operation>
  1022. </Platform>
  1023. </DeployClass>
  1024. <DeployClass Name="iPhone_Launch640">
  1025. <Platform Name="iOSDevice32">
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. <Platform Name="iOSDevice64">
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. <Platform Name="iOSSimulator">
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. </DeployClass>
  1035. <DeployClass Name="iPhone_Launch640x1136">
  1036. <Platform Name="iOSDevice32">
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. <Platform Name="iOSDevice64">
  1040. <Operation>1</Operation>
  1041. </Platform>
  1042. <Platform Name="iOSSimulator">
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. </DeployClass>
  1046. <DeployClass Name="ProjectAndroidManifest">
  1047. <Platform Name="Android">
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. </DeployClass>
  1051. <DeployClass Name="ProjectiOSDeviceDebug">
  1052. <Platform Name="iOSDevice32">
  1053. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. <Platform Name="iOSDevice64">
  1057. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1058. <Operation>1</Operation>
  1059. </Platform>
  1060. </DeployClass>
  1061. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1062. <Platform Name="iOSDevice32">
  1063. <Operation>1</Operation>
  1064. </Platform>
  1065. <Platform Name="iOSDevice64">
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. </DeployClass>
  1069. <DeployClass Name="ProjectiOSEntitlements">
  1070. <Platform Name="iOSDevice32">
  1071. <RemoteDir>..\</RemoteDir>
  1072. <Operation>1</Operation>
  1073. </Platform>
  1074. <Platform Name="iOSDevice64">
  1075. <RemoteDir>..\</RemoteDir>
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. </DeployClass>
  1079. <DeployClass Name="ProjectiOSInfoPList">
  1080. <Platform Name="iOSDevice32">
  1081. <Operation>1</Operation>
  1082. </Platform>
  1083. <Platform Name="iOSDevice64">
  1084. <Operation>1</Operation>
  1085. </Platform>
  1086. <Platform Name="iOSSimulator">
  1087. <Operation>1</Operation>
  1088. </Platform>
  1089. </DeployClass>
  1090. <DeployClass Name="ProjectiOSResource">
  1091. <Platform Name="iOSDevice32">
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. <Platform Name="iOSDevice64">
  1095. <Operation>1</Operation>
  1096. </Platform>
  1097. <Platform Name="iOSSimulator">
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. </DeployClass>
  1101. <DeployClass Name="ProjectOSXDebug">
  1102. <Platform Name="OSX64">
  1103. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1104. <Operation>1</Operation>
  1105. </Platform>
  1106. </DeployClass>
  1107. <DeployClass Name="ProjectOSXEntitlements">
  1108. <Platform Name="OSX32">
  1109. <RemoteDir>..\</RemoteDir>
  1110. <Operation>1</Operation>
  1111. </Platform>
  1112. <Platform Name="OSX64">
  1113. <RemoteDir>..\</RemoteDir>
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. </DeployClass>
  1117. <DeployClass Name="ProjectOSXInfoPList">
  1118. <Platform Name="OSX32">
  1119. <RemoteDir>Contents</RemoteDir>
  1120. <Operation>1</Operation>
  1121. </Platform>
  1122. <Platform Name="OSX64">
  1123. <RemoteDir>Contents</RemoteDir>
  1124. <Operation>1</Operation>
  1125. </Platform>
  1126. </DeployClass>
  1127. <DeployClass Name="ProjectOSXResource">
  1128. <Platform Name="OSX32">
  1129. <RemoteDir>Contents\Resources</RemoteDir>
  1130. <Operation>1</Operation>
  1131. </Platform>
  1132. <Platform Name="OSX64">
  1133. <RemoteDir>Contents\Resources</RemoteDir>
  1134. <Operation>1</Operation>
  1135. </Platform>
  1136. </DeployClass>
  1137. <DeployClass Required="true" Name="ProjectOutput">
  1138. <Platform Name="Android">
  1139. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1140. <Operation>1</Operation>
  1141. </Platform>
  1142. <Platform Name="iOSDevice32">
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. <Platform Name="iOSDevice64">
  1146. <Operation>1</Operation>
  1147. </Platform>
  1148. <Platform Name="iOSSimulator">
  1149. <Operation>1</Operation>
  1150. </Platform>
  1151. <Platform Name="Linux64">
  1152. <Operation>1</Operation>
  1153. </Platform>
  1154. <Platform Name="OSX32">
  1155. <RemoteDir>Contents\MacOS</RemoteDir>
  1156. <Operation>1</Operation>
  1157. </Platform>
  1158. <Platform Name="OSX64">
  1159. <RemoteDir>Contents\MacOS</RemoteDir>
  1160. <Operation>1</Operation>
  1161. </Platform>
  1162. <Platform Name="Win32">
  1163. <Operation>0</Operation>
  1164. </Platform>
  1165. </DeployClass>
  1166. <DeployClass Name="ProjectUWPManifest">
  1167. <Platform Name="Win32">
  1168. <Operation>1</Operation>
  1169. </Platform>
  1170. <Platform Name="Win64">
  1171. <Operation>1</Operation>
  1172. </Platform>
  1173. </DeployClass>
  1174. <DeployClass Name="UWP_DelphiLogo150">
  1175. <Platform Name="Win32">
  1176. <RemoteDir>Assets</RemoteDir>
  1177. <Operation>1</Operation>
  1178. </Platform>
  1179. <Platform Name="Win64">
  1180. <RemoteDir>Assets</RemoteDir>
  1181. <Operation>1</Operation>
  1182. </Platform>
  1183. </DeployClass>
  1184. <DeployClass Name="UWP_DelphiLogo44">
  1185. <Platform Name="Win32">
  1186. <RemoteDir>Assets</RemoteDir>
  1187. <Operation>1</Operation>
  1188. </Platform>
  1189. <Platform Name="Win64">
  1190. <RemoteDir>Assets</RemoteDir>
  1191. <Operation>1</Operation>
  1192. </Platform>
  1193. </DeployClass>
  1194. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1195. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1196. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1197. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1198. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1199. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1200. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1201. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1202. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1203. </Deployment>
  1204. <Platforms>
  1205. <Platform value="Android">True</Platform>
  1206. <Platform value="iOSDevice32">True</Platform>
  1207. <Platform value="iOSDevice64">True</Platform>
  1208. <Platform value="iOSSimulator">True</Platform>
  1209. <Platform value="OSX32">True</Platform>
  1210. <Platform value="Win32">True</Platform>
  1211. <Platform value="Win64">True</Platform>
  1212. </Platforms>
  1213. </BorlandProject>
  1214. <ProjectFileVersion>12</ProjectFileVersion>
  1215. </ProjectExtensions>
  1216. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1217. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1218. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1219. <ProjectExtensions/>
  1220. </Project>