ConfigToYAML.dproj 103 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{D93EB58E-5F98-4C8B-9E16-A2DEF8DE9BF6}</ProjectGuid>
  4. <ProjectVersion>19.3</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <MainSource>ConfigToYAML.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  10. <TargetedPlatforms>37907</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)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
  22. <Base_Android64>true</Base_Android64>
  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)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  32. <Base_OSX64>true</Base_OSX64>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''">
  37. <Base_OSXARM64>true</Base_OSXARM64>
  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>.\bin\$(Platform)\$(Config)\dcu</DCC_DcuOutput>
  87. <DCC_ExeOutput>.\bin\$(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>ConfigToYAML</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. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  122. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  123. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  124. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  125. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  126. <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  129. <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>
  130. <BT_BuildType>Debug</BT_BuildType>
  131. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  132. <Base_Android>true</Base_Android>
  133. <CfgParent>Base</CfgParent>
  134. <Base>true</Base>
  135. <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)</DCC_UsePackage>
  136. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  137. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  138. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  139. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  140. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  141. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  142. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  143. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  144. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  145. <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>
  146. <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  149. <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>
  150. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;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;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;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing bluetooth;NSBluetoothPeripheralUsageDescription=The reason for accessing bluetooth peripherals;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSMotionUsageDescription=The reason for accessing the accelerometer;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
  151. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  152. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  153. <BT_BuildType>Debug</BT_BuildType>
  154. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  155. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  156. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  157. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  158. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  159. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  160. <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
  161. <iPhone_Spotlight120>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_120x120.png</iPhone_Spotlight120>
  162. <iPad_AppIcon83_5>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_83.5x83.5.png</iPad_AppIcon83_5>
  163. <iPad_AppIcon167>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_167x167.png</iPad_AppIcon167>
  164. <iPhone_Launch2x>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2x.png</iPhone_Launch2x>
  165. <iPhone_LaunchDark2x>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImageDark_2x.png</iPhone_LaunchDark2x>
  166. <iPhone_Launch3x>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_3x.png</iPhone_Launch3x>
  167. <iPhone_LaunchDark3x>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImageDark_3x.png</iPhone_LaunchDark3x>
  168. <iPad_Launch2x>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImage_2x.png</iPad_Launch2x>
  169. <iPad_LaunchDark2x>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageDark_2x.png</iPad_LaunchDark2x>
  170. <iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024>
  171. <iPhone_Notification60>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_60x60.png</iPhone_Notification60>
  172. <iPhone_Setting87>$(BDS)\bin\Artwork\iOS\iPhone\FM_SettingIcon_87x87.png</iPhone_Setting87>
  173. <iPhone_Notification40>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_40x40.png</iPhone_Notification40>
  174. <iPhone_Setting58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SettingIcon_58x58.png</iPhone_Setting58>
  175. <iPad_Notification40>$(BDS)\bin\Artwork\iOS\iPad\FM_NotificationIcon_40x40.png</iPad_Notification40>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  178. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSContactsUsageDescription=The reason for accessing the contacts;NSLocationUsageDescription=The reason for accessing the location information of the user;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
  179. <BT_BuildType>Debug</BT_BuildType>
  180. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  181. <Base_OSX32>true</Base_OSX32>
  182. <CfgParent>Base</CfgParent>
  183. <Base>true</Base>
  184. <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)</DCC_UsePackage>
  185. </PropertyGroup>
  186. <PropertyGroup Condition="'$(Base_OSXARM64)'!=''">
  187. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple&apos;s speech recognition servers</VerInfo_Keys>
  188. <BT_BuildType>Debug</BT_BuildType>
  189. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  192. <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>
  193. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  194. <BT_BuildType>Debug</BT_BuildType>
  195. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  196. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  197. <VerInfo_Locale>1033</VerInfo_Locale>
  198. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  199. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  200. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  201. </PropertyGroup>
  202. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  203. <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>
  204. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  205. <BT_BuildType>Debug</BT_BuildType>
  206. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  207. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  208. <VerInfo_Locale>1033</VerInfo_Locale>
  209. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  210. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  211. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  212. </PropertyGroup>
  213. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  214. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  215. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  216. <DCC_Optimize>false</DCC_Optimize>
  217. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  218. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  219. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  220. </PropertyGroup>
  221. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  222. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  223. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  224. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  225. </PropertyGroup>
  226. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  227. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  228. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  229. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  230. <VerInfo_Locale>1033</VerInfo_Locale>
  231. </PropertyGroup>
  232. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  233. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  234. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  235. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  236. <DCC_DebugInformation>0</DCC_DebugInformation>
  237. </PropertyGroup>
  238. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  239. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  240. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  241. </PropertyGroup>
  242. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  243. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  244. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  245. </PropertyGroup>
  246. <ItemGroup>
  247. <DelphiCompile Include="$(MainSource)">
  248. <MainSource>MainSource</MainSource>
  249. </DelphiCompile>
  250. <DCCReference Include="Main.pas">
  251. <Form>MainForm</Form>
  252. <FormType>fmx</FormType>
  253. </DCCReference>
  254. <BuildConfiguration Include="Base">
  255. <Key>Base</Key>
  256. </BuildConfiguration>
  257. <BuildConfiguration Include="Debug">
  258. <Key>Cfg_1</Key>
  259. <CfgParent>Base</CfgParent>
  260. </BuildConfiguration>
  261. <BuildConfiguration Include="Release">
  262. <Key>Cfg_2</Key>
  263. <CfgParent>Base</CfgParent>
  264. </BuildConfiguration>
  265. </ItemGroup>
  266. <ProjectExtensions>
  267. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  268. <Borland.ProjectType>Application</Borland.ProjectType>
  269. <BorlandProject>
  270. <Delphi.Personality>
  271. <Source>
  272. <Source Name="MainSource">ConfigToYAML.dpr</Source>
  273. </Source>
  274. <Excluded_Packages>
  275. <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt260.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
  276. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  277. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  278. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  279. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  280. <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>
  281. <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>
  282. <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>
  283. <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>
  284. <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>
  285. </Excluded_Packages>
  286. </Delphi.Personality>
  287. <Deployment Version="3">
  288. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
  289. <Platform Name="Android">
  290. <RemoteName>splash_image.png</RemoteName>
  291. <Overwrite>true</Overwrite>
  292. </Platform>
  293. </DeployFile>
  294. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1792x828.png" Configuration="Debug" Class="iPhone_Launch1792">
  295. <Platform Name="iOSSimulator">
  296. <RemoteName>[email protected]</RemoteName>
  297. <Overwrite>true</Overwrite>
  298. </Platform>
  299. </DeployFile>
  300. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png" Configuration="Debug" Class="iPhone_Launch1125">
  301. <Platform Name="iOSSimulator">
  302. <RemoteName>[email protected]</RemoteName>
  303. <Overwrite>true</Overwrite>
  304. </Platform>
  305. </DeployFile>
  306. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png" Configuration="Debug" Class="iPhone_Launch2436">
  307. <Platform Name="iOSSimulator">
  308. <RemoteName>[email protected]</RemoteName>
  309. <Overwrite>true</Overwrite>
  310. </Platform>
  311. </DeployFile>
  312. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_167x167.png" Configuration="Debug" Class="iPad_AppIcon167">
  313. <Platform Name="iOSSimulator">
  314. <Overwrite>true</Overwrite>
  315. </Platform>
  316. </DeployFile>
  317. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png" Configuration="Debug" Class="iPhone_AppIcon120">
  318. <Platform Name="iOSSimulator">
  319. <Overwrite>true</Overwrite>
  320. </Platform>
  321. </DeployFile>
  322. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png" Configuration="Debug" Class="iPad_SpotLight80">
  323. <Platform Name="iOSSimulator">
  324. <Overwrite>true</Overwrite>
  325. </Platform>
  326. </DeployFile>
  327. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png" Configuration="Debug" Class="iPhone_Spotlight40">
  328. <Platform Name="iOSSimulator">
  329. <Overwrite>true</Overwrite>
  330. </Platform>
  331. </DeployFile>
  332. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png" Configuration="Debug" Class="iPhone_Launch640">
  333. <Platform Name="iOSSimulator">
  334. <RemoteName>[email protected]</RemoteName>
  335. <Overwrite>true</Overwrite>
  336. </Platform>
  337. </DeployFile>
  338. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png" Configuration="Debug" Class="iPad_Launch768">
  339. <Platform Name="iOSSimulator">
  340. <RemoteName>Default~ipad.png</RemoteName>
  341. <Overwrite>true</Overwrite>
  342. </Platform>
  343. </DeployFile>
  344. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png" Configuration="Debug" Class="iPad_Launch2048x1536">
  345. <Platform Name="iOSSimulator">
  346. <RemoteName>Default-Landscape@2x~ipad.png</RemoteName>
  347. <Overwrite>true</Overwrite>
  348. </Platform>
  349. </DeployFile>
  350. <DeployFile LocalName="Android\Debug\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
  351. <Platform Name="Android">
  352. <Overwrite>true</Overwrite>
  353. </Platform>
  354. </DeployFile>
  355. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png" Configuration="Debug" Class="iPad_SpotLight40">
  356. <Platform Name="iOSSimulator">
  357. <Overwrite>true</Overwrite>
  358. </Platform>
  359. </DeployFile>
  360. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_2048x2732.png" Configuration="Debug" Class="iPad_Launch2048x2732">
  361. <Platform Name="iOSSimulator">
  362. <RemoteName>Default-2048w-2732h@2x~ipad.png</RemoteName>
  363. <Overwrite>true</Overwrite>
  364. </Platform>
  365. </DeployFile>
  366. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
  367. <Platform Name="Android">
  368. <RemoteName>ic_launcher.png</RemoteName>
  369. <Overwrite>true</Overwrite>
  370. </Platform>
  371. </DeployFile>
  372. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png" Configuration="Debug" Class="iPhone_Launch1242">
  373. <Platform Name="iOSSimulator">
  374. <RemoteName>[email protected]</RemoteName>
  375. <Overwrite>true</Overwrite>
  376. </Platform>
  377. </DeployFile>
  378. <DeployFile LocalName="$(NDKBasePath)\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
  379. <Platform Name="Android">
  380. <Overwrite>true</Overwrite>
  381. </Platform>
  382. </DeployFile>
  383. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  384. <Platform Name="OSX64">
  385. <Overwrite>true</Overwrite>
  386. </Platform>
  387. </DeployFile>
  388. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
  389. <Platform Name="Android">
  390. <RemoteName>splash_image.png</RemoteName>
  391. <Overwrite>true</Overwrite>
  392. </Platform>
  393. </DeployFile>
  394. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2388.png" Configuration="Debug" Class="iPad_Launch1668x2388">
  395. <Platform Name="iOSSimulator">
  396. <RemoteName>Default-1668w-2388h@2x~ipad.png</RemoteName>
  397. <Overwrite>true</Overwrite>
  398. </Platform>
  399. </DeployFile>
  400. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png" Configuration="Debug" Class="iPad_Launch1024">
  401. <Platform Name="iOSSimulator">
  402. <RemoteName>Default-Landscape.png</RemoteName>
  403. <Overwrite>true</Overwrite>
  404. </Platform>
  405. </DeployFile>
  406. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
  407. <Platform Name="Android">
  408. <RemoteName>ic_launcher.png</RemoteName>
  409. <Overwrite>true</Overwrite>
  410. </Platform>
  411. </DeployFile>
  412. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png" Configuration="Debug" Class="iPad_Launch1536">
  413. <Platform Name="iOSSimulator">
  414. <RemoteName>[email protected]</RemoteName>
  415. <Overwrite>true</Overwrite>
  416. </Platform>
  417. </DeployFile>
  418. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_83.5x83.5.png" Configuration="Debug" Class="iPad_AppIcon83_5">
  419. <Platform Name="iOSSimulator">
  420. <Overwrite>true</Overwrite>
  421. </Platform>
  422. </DeployFile>
  423. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png" Configuration="Debug" Class="iPhone_AppIcon60">
  424. <Platform Name="iOSSimulator">
  425. <Overwrite>true</Overwrite>
  426. </Platform>
  427. </DeployFile>
  428. <DeployFile LocalName="bin\Win64\Debug\ConfigToYAML.rsm" Configuration="Debug" Class="DebugSymbols">
  429. <Platform Name="Win64">
  430. <RemoteName>ConfigToYAML.rsm</RemoteName>
  431. <Overwrite>true</Overwrite>
  432. </Platform>
  433. </DeployFile>
  434. <DeployFile LocalName="bin\OSX32\Debug\ConfigToFile.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList">
  435. <Platform Name="OSX32">
  436. <RemoteName>Info.plist</RemoteName>
  437. <Overwrite>true</Overwrite>
  438. </Platform>
  439. </DeployFile>
  440. <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource">
  441. <Platform Name="OSX32">
  442. <RemoteName>ConfigToFile.icns</RemoteName>
  443. <Overwrite>true</Overwrite>
  444. </Platform>
  445. </DeployFile>
  446. <DeployFile LocalName="bin\iOSSimulator\Debug\ConfigToFile.info.plist" Configuration="Debug" Class="ProjectiOSInfoPList">
  447. <Platform Name="iOSSimulator">
  448. <RemoteName>Info.plist</RemoteName>
  449. <Overwrite>true</Overwrite>
  450. </Platform>
  451. </DeployFile>
  452. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
  453. <Platform Name="Android">
  454. <RemoteName>ic_launcher.png</RemoteName>
  455. <Overwrite>true</Overwrite>
  456. </Platform>
  457. </DeployFile>
  458. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
  459. <Platform Name="Android">
  460. <RemoteName>splash_image.png</RemoteName>
  461. <Overwrite>true</Overwrite>
  462. </Platform>
  463. </DeployFile>
  464. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
  465. <Platform Name="Android">
  466. <RemoteName>ic_launcher.png</RemoteName>
  467. <Overwrite>true</Overwrite>
  468. </Platform>
  469. </DeployFile>
  470. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png" Configuration="Debug" Class="iPhone_AppIcon87">
  471. <Platform Name="iOSSimulator">
  472. <Overwrite>true</Overwrite>
  473. </Platform>
  474. </DeployFile>
  475. <DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
  476. <Platform Name="Android">
  477. <Overwrite>true</Overwrite>
  478. </Platform>
  479. </DeployFile>
  480. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png" Configuration="Debug" Class="iPhone_Spotlight80">
  481. <Platform Name="iOSSimulator">
  482. <Overwrite>true</Overwrite>
  483. </Platform>
  484. </DeployFile>
  485. <DeployFile LocalName="Android\Debug\libConfigToYAML.so" Configuration="Debug" Class="ProjectOutput">
  486. <Platform Name="Android">
  487. <RemoteName>libConfigToYAML.so</RemoteName>
  488. <Overwrite>true</Overwrite>
  489. </Platform>
  490. </DeployFile>
  491. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png" Configuration="Debug" Class="iPhone_Spotlight29">
  492. <Platform Name="iOSSimulator">
  493. <Overwrite>true</Overwrite>
  494. </Platform>
  495. </DeployFile>
  496. <DeployFile LocalName="Win32\Debug\ConfigToYAML.exe" Configuration="Debug" Class="ProjectOutput">
  497. <Platform Name="Win32">
  498. <RemoteName>ConfigToYAML.exe</RemoteName>
  499. <Overwrite>true</Overwrite>
  500. </Platform>
  501. </DeployFile>
  502. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png" Configuration="Debug" Class="iPad_AppIcon144">
  503. <Platform Name="iOSSimulator">
  504. <Overwrite>true</Overwrite>
  505. </Platform>
  506. </DeployFile>
  507. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png" Configuration="Debug" Class="iPhone_AppIcon114">
  508. <Platform Name="iOSSimulator">
  509. <Overwrite>true</Overwrite>
  510. </Platform>
  511. </DeployFile>
  512. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  513. <Platform Name="iOSSimulator">
  514. <Overwrite>true</Overwrite>
  515. </Platform>
  516. </DeployFile>
  517. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  518. <Platform Name="OSX32">
  519. <Overwrite>true</Overwrite>
  520. </Platform>
  521. </DeployFile>
  522. <DeployFile LocalName="Android\Debug\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
  523. <Platform Name="Android">
  524. <Overwrite>true</Overwrite>
  525. </Platform>
  526. </DeployFile>
  527. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png" Configuration="Debug" Class="iPad_Launch2048">
  528. <Platform Name="iOSSimulator">
  529. <RemoteName>[email protected]</RemoteName>
  530. <Overwrite>true</Overwrite>
  531. </Platform>
  532. </DeployFile>
  533. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_120x120.png" Configuration="Debug" Class="iPhone_Spotlight120">
  534. <Platform Name="iOSSimulator">
  535. <Overwrite>true</Overwrite>
  536. </Platform>
  537. </DeployFile>
  538. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png" Configuration="Debug" Class="iPhone_Launch320">
  539. <Platform Name="iOSSimulator">
  540. <RemoteName>Default.png</RemoteName>
  541. <Overwrite>true</Overwrite>
  542. </Platform>
  543. </DeployFile>
  544. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png" Configuration="Debug" Class="iPad_Setting29">
  545. <Platform Name="iOSSimulator">
  546. <Overwrite>true</Overwrite>
  547. </Platform>
  548. </DeployFile>
  549. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png" Configuration="Debug" Class="iPad_SpotLight50">
  550. <Platform Name="iOSSimulator">
  551. <Overwrite>true</Overwrite>
  552. </Platform>
  553. </DeployFile>
  554. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2688x1242.png" Configuration="Debug" Class="iPhone_Launch2688x1242">
  555. <Platform Name="iOSSimulator">
  556. <RemoteName>[email protected]</RemoteName>
  557. <Overwrite>true</Overwrite>
  558. </Platform>
  559. </DeployFile>
  560. <DeployFile LocalName="bin\iOSSimulator\Debug\ConfigToYAML" Configuration="Debug" Class="ProjectOutput">
  561. <Platform Name="iOSSimulator">
  562. <RemoteName>ConfigToYAML</RemoteName>
  563. <Overwrite>true</Overwrite>
  564. </Platform>
  565. </DeployFile>
  566. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png" Configuration="Debug" Class="iPad_AppIcon152">
  567. <Platform Name="iOSSimulator">
  568. <Overwrite>true</Overwrite>
  569. </Platform>
  570. </DeployFile>
  571. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png" Configuration="Debug" Class="iPad_SpotLight100">
  572. <Platform Name="iOSSimulator">
  573. <Overwrite>true</Overwrite>
  574. </Platform>
  575. </DeployFile>
  576. <DeployFile LocalName="bin\OSX32\Debug\ConfigToYAML" Configuration="Debug" Class="ProjectOutput">
  577. <Platform Name="OSX32">
  578. <RemoteName>ConfigToYAML</RemoteName>
  579. <Overwrite>true</Overwrite>
  580. </Platform>
  581. </DeployFile>
  582. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2688.png" Configuration="Debug" Class="iPhone_Launch1242x2688">
  583. <Platform Name="iOSSimulator">
  584. <RemoteName>[email protected]</RemoteName>
  585. <Overwrite>true</Overwrite>
  586. </Platform>
  587. </DeployFile>
  588. <DeployFile LocalName="Android\Debug\styles-v21.xml" Configuration="Debug" Class="AndroidSplashStylesV21">
  589. <Platform Name="Android">
  590. <RemoteName>styles.xml</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\iOS\iPad\FM_LaunchImagePortrait_768x1024.png" Configuration="Debug" Class="iPad_Launch768x1024">
  600. <Platform Name="iOSSimulator">
  601. <RemoteName>Default-Portrait~ipad.png</RemoteName>
  602. <Overwrite>true</Overwrite>
  603. </Platform>
  604. </DeployFile>
  605. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2224.png" Configuration="Debug" Class="iPad_Launch1668">
  606. <Platform Name="iOSSimulator">
  607. <RemoteName>Default-1668w-2224h@2x~ipad.png</RemoteName>
  608. <Overwrite>true</Overwrite>
  609. </Platform>
  610. </DeployFile>
  611. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png" Configuration="Debug" Class="iPhone_Launch750">
  612. <Platform Name="iOSSimulator">
  613. <RemoteName>[email protected]</RemoteName>
  614. <Overwrite>true</Overwrite>
  615. </Platform>
  616. </DeployFile>
  617. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  618. <Platform Name="Android">
  619. <RemoteName>libConfigToFile.so</RemoteName>
  620. <Overwrite>true</Overwrite>
  621. </Platform>
  622. </DeployFile>
  623. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png" Configuration="Debug" Class="iPhone_Launch2208">
  624. <Platform Name="iOSSimulator">
  625. <RemoteName>[email protected]</RemoteName>
  626. <Overwrite>true</Overwrite>
  627. </Platform>
  628. </DeployFile>
  629. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  630. <Platform Name="Android">
  631. <RemoteName>libConfigToFile.so</RemoteName>
  632. <Overwrite>true</Overwrite>
  633. </Platform>
  634. </DeployFile>
  635. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  636. <Platform Name="OSX32">
  637. <Overwrite>true</Overwrite>
  638. </Platform>
  639. </DeployFile>
  640. <DeployFile LocalName="bin\OSX32\Debug\ConfigToFile.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements">
  641. <Platform Name="OSX32">
  642. <Overwrite>true</Overwrite>
  643. </Platform>
  644. </DeployFile>
  645. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
  646. <Platform Name="Android">
  647. <RemoteName>splash_image.png</RemoteName>
  648. <Overwrite>true</Overwrite>
  649. </Platform>
  650. </DeployFile>
  651. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1136x640.png" Configuration="Debug" Class="iPhone_Launch1136x640">
  652. <Platform Name="iOSSimulator">
  653. <RemoteName>[email protected]</RemoteName>
  654. <Overwrite>true</Overwrite>
  655. </Platform>
  656. </DeployFile>
  657. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
  658. <Platform Name="Android">
  659. <RemoteName>ic_launcher.png</RemoteName>
  660. <Overwrite>true</Overwrite>
  661. </Platform>
  662. </DeployFile>
  663. <DeployFile LocalName="Android\Debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
  664. <Platform Name="Android">
  665. <RemoteName>classes.dex</RemoteName>
  666. <Overwrite>true</Overwrite>
  667. </Platform>
  668. </DeployFile>
  669. <DeployFile LocalName="bin\iOSSimulator\Debug\ConfigToFile.entitlements" Configuration="Debug" Class="ProjectiOSEntitlements">
  670. <Platform Name="iOSSimulator">
  671. <Overwrite>true</Overwrite>
  672. </Platform>
  673. </DeployFile>
  674. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2732x2048.png" Configuration="Debug" Class="iPad_Launch2732x2048">
  675. <Platform Name="iOSSimulator">
  676. <RemoteName>Default-Landscape-2048w-2732h@2x~ipad.png</RemoteName>
  677. <Overwrite>true</Overwrite>
  678. </Platform>
  679. </DeployFile>
  680. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png" Configuration="Debug" Class="iPhone_Spotlight58">
  681. <Platform Name="iOSSimulator">
  682. <Overwrite>true</Overwrite>
  683. </Platform>
  684. </DeployFile>
  685. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1334x750.png" Configuration="Debug" Class="iPhone_Launch1334">
  686. <Platform Name="iOSSimulator">
  687. <RemoteName>[email protected]</RemoteName>
  688. <Overwrite>true</Overwrite>
  689. </Platform>
  690. </DeployFile>
  691. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png" Configuration="Debug" Class="iPad_Launch1024x768">
  692. <Platform Name="iOSSimulator">
  693. <RemoteName>Default-Landscape~ipad.png</RemoteName>
  694. <Overwrite>true</Overwrite>
  695. </Platform>
  696. </DeployFile>
  697. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  698. <Platform Name="iOSSimulator">
  699. <Overwrite>true</Overwrite>
  700. </Platform>
  701. </DeployFile>
  702. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png" Configuration="Debug" Class="iPhone_AppIcon57">
  703. <Platform Name="iOSSimulator">
  704. <Overwrite>true</Overwrite>
  705. </Platform>
  706. </DeployFile>
  707. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png" Configuration="Debug" Class="iPad_Launch1536x2048">
  708. <Platform Name="iOSSimulator">
  709. <RemoteName>Default-Portrait@2x~ipad.png</RemoteName>
  710. <Overwrite>true</Overwrite>
  711. </Platform>
  712. </DeployFile>
  713. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png" Configuration="Debug" Class="iPad_Setting58">
  714. <Platform Name="iOSSimulator">
  715. <Overwrite>true</Overwrite>
  716. </Platform>
  717. </DeployFile>
  718. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png" Configuration="Debug" Class="iPhone_Launch640x1136">
  719. <Platform Name="iOSSimulator">
  720. <RemoteName>[email protected]</RemoteName>
  721. <Overwrite>true</Overwrite>
  722. </Platform>
  723. </DeployFile>
  724. <DeployFile LocalName="bin\Win64\Debug\ConfigToYAML.exe" Configuration="Debug" Class="ProjectOutput">
  725. <Platform Name="Win64">
  726. <RemoteName>ConfigToYAML.exe</RemoteName>
  727. <Overwrite>true</Overwrite>
  728. </Platform>
  729. </DeployFile>
  730. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png" Configuration="Debug" Class="iPad_AppIcon72">
  731. <Platform Name="iOSSimulator">
  732. <Overwrite>true</Overwrite>
  733. </Platform>
  734. </DeployFile>
  735. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_828x1792.png" Configuration="Debug" Class="iPhone_Launch828">
  736. <Platform Name="iOSSimulator">
  737. <RemoteName>[email protected]</RemoteName>
  738. <Overwrite>true</Overwrite>
  739. </Platform>
  740. </DeployFile>
  741. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2224x1668.png" Configuration="Debug" Class="iPad_Launch2224">
  742. <Platform Name="iOSSimulator">
  743. <RemoteName>Default-Landscape-1668w-2224h@2x~ipad.png</RemoteName>
  744. <Overwrite>true</Overwrite>
  745. </Platform>
  746. </DeployFile>
  747. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2388x1668.png" Configuration="Debug" Class="iPad_Launch2388x1668">
  748. <Platform Name="iOSSimulator">
  749. <RemoteName>Default-Landscape-1668w-2388h@2x~ipad.png</RemoteName>
  750. <Overwrite>true</Overwrite>
  751. </Platform>
  752. </DeployFile>
  753. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png" Configuration="Debug" Class="iPhone_AppIcon180">
  754. <Platform Name="iOSSimulator">
  755. <Overwrite>true</Overwrite>
  756. </Platform>
  757. </DeployFile>
  758. <DeployFile LocalName="bin\iOSSimulator\Debug\ConfigToFile.rsm" Configuration="Debug" Class="DebugSymbols">
  759. <Platform Name="iOSSimulator">
  760. <RemoteName>ConfigToFile.rsm</RemoteName>
  761. <Overwrite>true</Overwrite>
  762. </Platform>
  763. </DeployFile>
  764. <DeployFile LocalName="bin\OSX32\Debug\ConfigToFile.rsm" Configuration="Debug" Class="DebugSymbols">
  765. <Platform Name="OSX32">
  766. <RemoteDir>Contents\MacOS\</RemoteDir>
  767. <RemoteName>ConfigToFile.rsm</RemoteName>
  768. <Overwrite>true</Overwrite>
  769. </Platform>
  770. </DeployFile>
  771. <DeployClass Name="AdditionalDebugSymbols">
  772. <Platform Name="iOSSimulator">
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="OSX32">
  776. <RemoteDir>Contents\MacOS</RemoteDir>
  777. <Operation>1</Operation>
  778. </Platform>
  779. <Platform Name="Win32">
  780. <Operation>0</Operation>
  781. </Platform>
  782. </DeployClass>
  783. <DeployClass Name="AndroidClasses">
  784. <Platform Name="Android">
  785. <RemoteDir>classes</RemoteDir>
  786. <Operation>64</Operation>
  787. </Platform>
  788. <Platform Name="Android64">
  789. <RemoteDir>classes</RemoteDir>
  790. <Operation>64</Operation>
  791. </Platform>
  792. </DeployClass>
  793. <DeployClass Name="AndroidClassesDexFile">
  794. <Platform Name="Android">
  795. <RemoteDir>classes</RemoteDir>
  796. <Operation>1</Operation>
  797. </Platform>
  798. </DeployClass>
  799. <DeployClass Name="AndroidFileProvider">
  800. <Platform Name="Android">
  801. <RemoteDir>res\xml</RemoteDir>
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="Android64">
  805. <RemoteDir>res\xml</RemoteDir>
  806. <Operation>1</Operation>
  807. </Platform>
  808. </DeployClass>
  809. <DeployClass Name="AndroidGDBServer">
  810. <Platform Name="Android">
  811. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  812. <Operation>1</Operation>
  813. </Platform>
  814. </DeployClass>
  815. <DeployClass Name="AndroidLibnativeArmeabiFile">
  816. <Platform Name="Android">
  817. <RemoteDir>library\lib\armeabi</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. <Platform Name="Android64">
  821. <RemoteDir>library\lib\armeabi</RemoteDir>
  822. <Operation>1</Operation>
  823. </Platform>
  824. </DeployClass>
  825. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  826. <Platform Name="Android64">
  827. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="AndroidLibnativeMipsFile">
  832. <Platform Name="Android">
  833. <RemoteDir>library\lib\mips</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="Android64">
  837. <RemoteDir>library\lib\mips</RemoteDir>
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="AndroidServiceOutput">
  842. <Platform Name="Android">
  843. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="Android64">
  847. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. </DeployClass>
  851. <DeployClass Name="AndroidServiceOutput_Android32">
  852. <Platform Name="Android64">
  853. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  854. <Operation>1</Operation>
  855. </Platform>
  856. </DeployClass>
  857. <DeployClass Name="AndroidSplashImageDef">
  858. <Platform Name="Android">
  859. <RemoteDir>res\drawable</RemoteDir>
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="Android64">
  863. <RemoteDir>res\drawable</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. </DeployClass>
  867. <DeployClass Name="AndroidSplashStyles">
  868. <Platform Name="Android">
  869. <RemoteDir>res\values</RemoteDir>
  870. <Operation>1</Operation>
  871. </Platform>
  872. <Platform Name="Android64">
  873. <RemoteDir>res\values</RemoteDir>
  874. <Operation>1</Operation>
  875. </Platform>
  876. </DeployClass>
  877. <DeployClass Name="AndroidSplashStylesV21">
  878. <Platform Name="Android">
  879. <RemoteDir>res\values-v21</RemoteDir>
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="Android64">
  883. <RemoteDir>res\values-v21</RemoteDir>
  884. <Operation>1</Operation>
  885. </Platform>
  886. </DeployClass>
  887. <DeployClass Name="Android_Colors">
  888. <Platform Name="Android">
  889. <RemoteDir>res\values</RemoteDir>
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="Android64">
  893. <RemoteDir>res\values</RemoteDir>
  894. <Operation>1</Operation>
  895. </Platform>
  896. </DeployClass>
  897. <DeployClass Name="Android_DefaultAppIcon">
  898. <Platform Name="Android">
  899. <RemoteDir>res\drawable</RemoteDir>
  900. <Operation>1</Operation>
  901. </Platform>
  902. <Platform Name="Android64">
  903. <RemoteDir>res\drawable</RemoteDir>
  904. <Operation>1</Operation>
  905. </Platform>
  906. </DeployClass>
  907. <DeployClass Name="Android_LauncherIcon144">
  908. <Platform Name="Android">
  909. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  910. <Operation>1</Operation>
  911. </Platform>
  912. <Platform Name="Android64">
  913. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. </DeployClass>
  917. <DeployClass Name="Android_LauncherIcon192">
  918. <Platform Name="Android">
  919. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  920. <Operation>1</Operation>
  921. </Platform>
  922. <Platform Name="Android64">
  923. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  924. <Operation>1</Operation>
  925. </Platform>
  926. </DeployClass>
  927. <DeployClass Name="Android_LauncherIcon36">
  928. <Platform Name="Android">
  929. <RemoteDir>res\drawable-ldpi</RemoteDir>
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="Android64">
  933. <RemoteDir>res\drawable-ldpi</RemoteDir>
  934. <Operation>1</Operation>
  935. </Platform>
  936. </DeployClass>
  937. <DeployClass Name="Android_LauncherIcon48">
  938. <Platform Name="Android">
  939. <RemoteDir>res\drawable-mdpi</RemoteDir>
  940. <Operation>1</Operation>
  941. </Platform>
  942. <Platform Name="Android64">
  943. <RemoteDir>res\drawable-mdpi</RemoteDir>
  944. <Operation>1</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <DeployClass Name="Android_LauncherIcon72">
  948. <Platform Name="Android">
  949. <RemoteDir>res\drawable-hdpi</RemoteDir>
  950. <Operation>1</Operation>
  951. </Platform>
  952. <Platform Name="Android64">
  953. <RemoteDir>res\drawable-hdpi</RemoteDir>
  954. <Operation>1</Operation>
  955. </Platform>
  956. </DeployClass>
  957. <DeployClass Name="Android_LauncherIcon96">
  958. <Platform Name="Android">
  959. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="Android64">
  963. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  964. <Operation>1</Operation>
  965. </Platform>
  966. </DeployClass>
  967. <DeployClass Name="Android_NotificationIcon24">
  968. <Platform Name="Android">
  969. <RemoteDir>res\drawable-mdpi</RemoteDir>
  970. <Operation>1</Operation>
  971. </Platform>
  972. <Platform Name="Android64">
  973. <RemoteDir>res\drawable-mdpi</RemoteDir>
  974. <Operation>1</Operation>
  975. </Platform>
  976. </DeployClass>
  977. <DeployClass Name="Android_NotificationIcon36">
  978. <Platform Name="Android">
  979. <RemoteDir>res\drawable-hdpi</RemoteDir>
  980. <Operation>1</Operation>
  981. </Platform>
  982. <Platform Name="Android64">
  983. <RemoteDir>res\drawable-hdpi</RemoteDir>
  984. <Operation>1</Operation>
  985. </Platform>
  986. </DeployClass>
  987. <DeployClass Name="Android_NotificationIcon48">
  988. <Platform Name="Android">
  989. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  990. <Operation>1</Operation>
  991. </Platform>
  992. <Platform Name="Android64">
  993. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  994. <Operation>1</Operation>
  995. </Platform>
  996. </DeployClass>
  997. <DeployClass Name="Android_NotificationIcon72">
  998. <Platform Name="Android">
  999. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  1000. <Operation>1</Operation>
  1001. </Platform>
  1002. <Platform Name="Android64">
  1003. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. </DeployClass>
  1007. <DeployClass Name="Android_NotificationIcon96">
  1008. <Platform Name="Android">
  1009. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. <Platform Name="Android64">
  1013. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. </DeployClass>
  1017. <DeployClass Name="Android_SplashImage426">
  1018. <Platform Name="Android">
  1019. <RemoteDir>res\drawable-small</RemoteDir>
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. <Platform Name="Android64">
  1023. <RemoteDir>res\drawable-small</RemoteDir>
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. </DeployClass>
  1027. <DeployClass Name="Android_SplashImage470">
  1028. <Platform Name="Android">
  1029. <RemoteDir>res\drawable-normal</RemoteDir>
  1030. <Operation>1</Operation>
  1031. </Platform>
  1032. <Platform Name="Android64">
  1033. <RemoteDir>res\drawable-normal</RemoteDir>
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. </DeployClass>
  1037. <DeployClass Name="Android_SplashImage640">
  1038. <Platform Name="Android">
  1039. <RemoteDir>res\drawable-large</RemoteDir>
  1040. <Operation>1</Operation>
  1041. </Platform>
  1042. <Platform Name="Android64">
  1043. <RemoteDir>res\drawable-large</RemoteDir>
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. </DeployClass>
  1047. <DeployClass Name="Android_SplashImage960">
  1048. <Platform Name="Android">
  1049. <RemoteDir>res\drawable-xlarge</RemoteDir>
  1050. <Operation>1</Operation>
  1051. </Platform>
  1052. <Platform Name="Android64">
  1053. <RemoteDir>res\drawable-xlarge</RemoteDir>
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. </DeployClass>
  1057. <DeployClass Name="Android_Strings">
  1058. <Platform Name="Android">
  1059. <RemoteDir>res\values</RemoteDir>
  1060. <Operation>1</Operation>
  1061. </Platform>
  1062. <Platform Name="Android64">
  1063. <RemoteDir>res\values</RemoteDir>
  1064. <Operation>1</Operation>
  1065. </Platform>
  1066. </DeployClass>
  1067. <DeployClass Name="DebugSymbols">
  1068. <Platform Name="iOSSimulator">
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. <Platform Name="OSX32">
  1072. <RemoteDir>Contents\MacOS</RemoteDir>
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. <Platform Name="Win32">
  1076. <Operation>0</Operation>
  1077. </Platform>
  1078. </DeployClass>
  1079. <DeployClass Name="DependencyFramework">
  1080. <Platform Name="OSX32">
  1081. <RemoteDir>Contents\MacOS</RemoteDir>
  1082. <Operation>1</Operation>
  1083. <Extensions>.framework</Extensions>
  1084. </Platform>
  1085. <Platform Name="OSX64">
  1086. <RemoteDir>Contents\MacOS</RemoteDir>
  1087. <Operation>1</Operation>
  1088. <Extensions>.framework</Extensions>
  1089. </Platform>
  1090. <Platform Name="OSXARM64">
  1091. <RemoteDir>Contents\MacOS</RemoteDir>
  1092. <Operation>1</Operation>
  1093. <Extensions>.framework</Extensions>
  1094. </Platform>
  1095. <Platform Name="Win32">
  1096. <Operation>0</Operation>
  1097. </Platform>
  1098. </DeployClass>
  1099. <DeployClass Name="DependencyModule">
  1100. <Platform Name="iOSDevice32">
  1101. <Operation>1</Operation>
  1102. <Extensions>.dylib</Extensions>
  1103. </Platform>
  1104. <Platform Name="iOSDevice64">
  1105. <Operation>1</Operation>
  1106. <Extensions>.dylib</Extensions>
  1107. </Platform>
  1108. <Platform Name="iOSSimulator">
  1109. <Operation>1</Operation>
  1110. <Extensions>.dylib</Extensions>
  1111. </Platform>
  1112. <Platform Name="OSX32">
  1113. <RemoteDir>Contents\MacOS</RemoteDir>
  1114. <Operation>1</Operation>
  1115. <Extensions>.dylib</Extensions>
  1116. </Platform>
  1117. <Platform Name="OSX64">
  1118. <RemoteDir>Contents\MacOS</RemoteDir>
  1119. <Operation>1</Operation>
  1120. <Extensions>.dylib</Extensions>
  1121. </Platform>
  1122. <Platform Name="OSXARM64">
  1123. <RemoteDir>Contents\MacOS</RemoteDir>
  1124. <Operation>1</Operation>
  1125. <Extensions>.dylib</Extensions>
  1126. </Platform>
  1127. <Platform Name="Win32">
  1128. <Operation>0</Operation>
  1129. <Extensions>.dll;.bpl</Extensions>
  1130. </Platform>
  1131. </DeployClass>
  1132. <DeployClass Required="true" Name="DependencyPackage">
  1133. <Platform Name="iOSDevice32">
  1134. <Operation>1</Operation>
  1135. <Extensions>.dylib</Extensions>
  1136. </Platform>
  1137. <Platform Name="iOSDevice64">
  1138. <Operation>1</Operation>
  1139. <Extensions>.dylib</Extensions>
  1140. </Platform>
  1141. <Platform Name="iOSSimulator">
  1142. <Operation>1</Operation>
  1143. <Extensions>.dylib</Extensions>
  1144. </Platform>
  1145. <Platform Name="OSX32">
  1146. <RemoteDir>Contents\MacOS</RemoteDir>
  1147. <Operation>1</Operation>
  1148. <Extensions>.dylib</Extensions>
  1149. </Platform>
  1150. <Platform Name="OSX64">
  1151. <RemoteDir>Contents\MacOS</RemoteDir>
  1152. <Operation>1</Operation>
  1153. <Extensions>.dylib</Extensions>
  1154. </Platform>
  1155. <Platform Name="OSXARM64">
  1156. <RemoteDir>Contents\MacOS</RemoteDir>
  1157. <Operation>1</Operation>
  1158. <Extensions>.dylib</Extensions>
  1159. </Platform>
  1160. <Platform Name="Win32">
  1161. <Operation>0</Operation>
  1162. <Extensions>.bpl</Extensions>
  1163. </Platform>
  1164. </DeployClass>
  1165. <DeployClass Name="File">
  1166. <Platform Name="Android">
  1167. <Operation>0</Operation>
  1168. </Platform>
  1169. <Platform Name="Android64">
  1170. <Operation>0</Operation>
  1171. </Platform>
  1172. <Platform Name="iOSDevice32">
  1173. <Operation>0</Operation>
  1174. </Platform>
  1175. <Platform Name="iOSDevice64">
  1176. <Operation>0</Operation>
  1177. </Platform>
  1178. <Platform Name="iOSSimulator">
  1179. <Operation>0</Operation>
  1180. </Platform>
  1181. <Platform Name="OSX32">
  1182. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  1183. <Operation>0</Operation>
  1184. </Platform>
  1185. <Platform Name="OSX64">
  1186. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  1187. <Operation>0</Operation>
  1188. </Platform>
  1189. <Platform Name="OSXARM64">
  1190. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  1191. <Operation>0</Operation>
  1192. </Platform>
  1193. <Platform Name="Win32">
  1194. <Operation>0</Operation>
  1195. </Platform>
  1196. </DeployClass>
  1197. <DeployClass Name="iOS_AppStore1024">
  1198. <Platform Name="iOSDevice64">
  1199. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1200. <Operation>1</Operation>
  1201. </Platform>
  1202. </DeployClass>
  1203. <DeployClass Name="iPad_AppIcon152">
  1204. <Platform Name="iOSDevice64">
  1205. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1206. <Operation>1</Operation>
  1207. </Platform>
  1208. <Platform Name="iOSSimulator">
  1209. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1210. <Operation>1</Operation>
  1211. </Platform>
  1212. </DeployClass>
  1213. <DeployClass Name="iPad_AppIcon167">
  1214. <Platform Name="iOSDevice64">
  1215. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1216. <Operation>1</Operation>
  1217. </Platform>
  1218. <Platform Name="iOSSimulator">
  1219. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1220. <Operation>1</Operation>
  1221. </Platform>
  1222. </DeployClass>
  1223. <DeployClass Name="iPad_Launch1024">
  1224. <Platform Name="iOSDevice32">
  1225. <Operation>1</Operation>
  1226. </Platform>
  1227. <Platform Name="iOSDevice64">
  1228. <Operation>1</Operation>
  1229. </Platform>
  1230. <Platform Name="iOSSimulator">
  1231. <Operation>1</Operation>
  1232. </Platform>
  1233. </DeployClass>
  1234. <DeployClass Name="iPad_Launch1536">
  1235. <Platform Name="iOSDevice32">
  1236. <Operation>1</Operation>
  1237. </Platform>
  1238. <Platform Name="iOSDevice64">
  1239. <Operation>1</Operation>
  1240. </Platform>
  1241. <Platform Name="iOSSimulator">
  1242. <Operation>1</Operation>
  1243. </Platform>
  1244. </DeployClass>
  1245. <DeployClass Name="iPad_Launch2048">
  1246. <Platform Name="iOSDevice32">
  1247. <Operation>1</Operation>
  1248. </Platform>
  1249. <Platform Name="iOSDevice64">
  1250. <Operation>1</Operation>
  1251. </Platform>
  1252. <Platform Name="iOSSimulator">
  1253. <Operation>1</Operation>
  1254. </Platform>
  1255. </DeployClass>
  1256. <DeployClass Name="iPad_Launch2x">
  1257. <Platform Name="iOSDevice64">
  1258. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1259. <Operation>1</Operation>
  1260. </Platform>
  1261. <Platform Name="iOSSimulator">
  1262. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1263. <Operation>1</Operation>
  1264. </Platform>
  1265. </DeployClass>
  1266. <DeployClass Name="iPad_Launch768">
  1267. <Platform Name="iOSDevice32">
  1268. <Operation>1</Operation>
  1269. </Platform>
  1270. <Platform Name="iOSDevice64">
  1271. <Operation>1</Operation>
  1272. </Platform>
  1273. <Platform Name="iOSSimulator">
  1274. <Operation>1</Operation>
  1275. </Platform>
  1276. </DeployClass>
  1277. <DeployClass Name="iPad_LaunchDark2x">
  1278. <Platform Name="iOSDevice64">
  1279. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1280. <Operation>1</Operation>
  1281. </Platform>
  1282. <Platform Name="iOSSimulator">
  1283. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1284. <Operation>1</Operation>
  1285. </Platform>
  1286. </DeployClass>
  1287. <DeployClass Name="iPad_Notification40">
  1288. <Platform Name="iOSDevice64">
  1289. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1290. <Operation>1</Operation>
  1291. </Platform>
  1292. <Platform Name="iOSSimulator">
  1293. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1294. <Operation>1</Operation>
  1295. </Platform>
  1296. </DeployClass>
  1297. <DeployClass Name="iPad_Setting58">
  1298. <Platform Name="iOSDevice64">
  1299. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1300. <Operation>1</Operation>
  1301. </Platform>
  1302. <Platform Name="iOSSimulator">
  1303. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1304. <Operation>1</Operation>
  1305. </Platform>
  1306. </DeployClass>
  1307. <DeployClass Name="iPad_SpotLight80">
  1308. <Platform Name="iOSDevice64">
  1309. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1310. <Operation>1</Operation>
  1311. </Platform>
  1312. <Platform Name="iOSSimulator">
  1313. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1314. <Operation>1</Operation>
  1315. </Platform>
  1316. </DeployClass>
  1317. <DeployClass Name="iPhone_AppIcon120">
  1318. <Platform Name="iOSDevice64">
  1319. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1320. <Operation>1</Operation>
  1321. </Platform>
  1322. <Platform Name="iOSSimulator">
  1323. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1324. <Operation>1</Operation>
  1325. </Platform>
  1326. </DeployClass>
  1327. <DeployClass Name="iPhone_AppIcon180">
  1328. <Platform Name="iOSDevice64">
  1329. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1330. <Operation>1</Operation>
  1331. </Platform>
  1332. <Platform Name="iOSSimulator">
  1333. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1334. <Operation>1</Operation>
  1335. </Platform>
  1336. </DeployClass>
  1337. <DeployClass Name="iPhone_Launch2x">
  1338. <Platform Name="iOSDevice64">
  1339. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1340. <Operation>1</Operation>
  1341. </Platform>
  1342. <Platform Name="iOSSimulator">
  1343. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1344. <Operation>1</Operation>
  1345. </Platform>
  1346. </DeployClass>
  1347. <DeployClass Name="iPhone_Launch320">
  1348. <Platform Name="iOSDevice32">
  1349. <Operation>1</Operation>
  1350. </Platform>
  1351. <Platform Name="iOSDevice64">
  1352. <Operation>1</Operation>
  1353. </Platform>
  1354. <Platform Name="iOSSimulator">
  1355. <Operation>1</Operation>
  1356. </Platform>
  1357. </DeployClass>
  1358. <DeployClass Name="iPhone_Launch3x">
  1359. <Platform Name="iOSDevice64">
  1360. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1361. <Operation>1</Operation>
  1362. </Platform>
  1363. <Platform Name="iOSSimulator">
  1364. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1365. <Operation>1</Operation>
  1366. </Platform>
  1367. </DeployClass>
  1368. <DeployClass Name="iPhone_Launch640">
  1369. <Platform Name="iOSDevice32">
  1370. <Operation>1</Operation>
  1371. </Platform>
  1372. <Platform Name="iOSDevice64">
  1373. <Operation>1</Operation>
  1374. </Platform>
  1375. <Platform Name="iOSSimulator">
  1376. <Operation>1</Operation>
  1377. </Platform>
  1378. </DeployClass>
  1379. <DeployClass Name="iPhone_Launch640x1136">
  1380. <Platform Name="iOSDevice32">
  1381. <Operation>1</Operation>
  1382. </Platform>
  1383. <Platform Name="iOSDevice64">
  1384. <Operation>1</Operation>
  1385. </Platform>
  1386. <Platform Name="iOSSimulator">
  1387. <Operation>1</Operation>
  1388. </Platform>
  1389. </DeployClass>
  1390. <DeployClass Name="iPhone_LaunchDark2x">
  1391. <Platform Name="iOSDevice64">
  1392. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1393. <Operation>1</Operation>
  1394. </Platform>
  1395. <Platform Name="iOSSimulator">
  1396. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1397. <Operation>1</Operation>
  1398. </Platform>
  1399. </DeployClass>
  1400. <DeployClass Name="iPhone_LaunchDark3x">
  1401. <Platform Name="iOSDevice64">
  1402. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1403. <Operation>1</Operation>
  1404. </Platform>
  1405. <Platform Name="iOSSimulator">
  1406. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1407. <Operation>1</Operation>
  1408. </Platform>
  1409. </DeployClass>
  1410. <DeployClass Name="iPhone_Notification40">
  1411. <Platform Name="iOSDevice64">
  1412. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1413. <Operation>1</Operation>
  1414. </Platform>
  1415. <Platform Name="iOSSimulator">
  1416. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1417. <Operation>1</Operation>
  1418. </Platform>
  1419. </DeployClass>
  1420. <DeployClass Name="iPhone_Notification60">
  1421. <Platform Name="iOSDevice64">
  1422. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1423. <Operation>1</Operation>
  1424. </Platform>
  1425. <Platform Name="iOSSimulator">
  1426. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1427. <Operation>1</Operation>
  1428. </Platform>
  1429. </DeployClass>
  1430. <DeployClass Name="iPhone_Setting58">
  1431. <Platform Name="iOSDevice64">
  1432. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1433. <Operation>1</Operation>
  1434. </Platform>
  1435. <Platform Name="iOSSimulator">
  1436. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1437. <Operation>1</Operation>
  1438. </Platform>
  1439. </DeployClass>
  1440. <DeployClass Name="iPhone_Setting87">
  1441. <Platform Name="iOSDevice64">
  1442. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1443. <Operation>1</Operation>
  1444. </Platform>
  1445. <Platform Name="iOSSimulator">
  1446. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1447. <Operation>1</Operation>
  1448. </Platform>
  1449. </DeployClass>
  1450. <DeployClass Name="iPhone_Spotlight120">
  1451. <Platform Name="iOSDevice64">
  1452. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1453. <Operation>1</Operation>
  1454. </Platform>
  1455. <Platform Name="iOSSimulator">
  1456. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1457. <Operation>1</Operation>
  1458. </Platform>
  1459. </DeployClass>
  1460. <DeployClass Name="iPhone_Spotlight80">
  1461. <Platform Name="iOSDevice64">
  1462. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1463. <Operation>1</Operation>
  1464. </Platform>
  1465. <Platform Name="iOSSimulator">
  1466. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1467. <Operation>1</Operation>
  1468. </Platform>
  1469. </DeployClass>
  1470. <DeployClass Name="ProjectAndroidManifest">
  1471. <Platform Name="Android">
  1472. <Operation>1</Operation>
  1473. </Platform>
  1474. <Platform Name="Android64">
  1475. <Operation>1</Operation>
  1476. </Platform>
  1477. </DeployClass>
  1478. <DeployClass Name="ProjectiOSDeviceDebug">
  1479. <Platform Name="iOSDevice32">
  1480. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1481. <Operation>1</Operation>
  1482. </Platform>
  1483. <Platform Name="iOSDevice64">
  1484. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1485. <Operation>1</Operation>
  1486. </Platform>
  1487. </DeployClass>
  1488. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1489. <Platform Name="iOSDevice32">
  1490. <Operation>1</Operation>
  1491. </Platform>
  1492. <Platform Name="iOSDevice64">
  1493. <Operation>1</Operation>
  1494. </Platform>
  1495. </DeployClass>
  1496. <DeployClass Name="ProjectiOSEntitlements">
  1497. <Platform Name="iOSDevice32">
  1498. <RemoteDir>..\</RemoteDir>
  1499. <Operation>1</Operation>
  1500. </Platform>
  1501. <Platform Name="iOSDevice64">
  1502. <RemoteDir>..\</RemoteDir>
  1503. <Operation>1</Operation>
  1504. </Platform>
  1505. </DeployClass>
  1506. <DeployClass Name="ProjectiOSInfoPList">
  1507. <Platform Name="iOSDevice32">
  1508. <Operation>1</Operation>
  1509. </Platform>
  1510. <Platform Name="iOSDevice64">
  1511. <Operation>1</Operation>
  1512. </Platform>
  1513. <Platform Name="iOSSimulator">
  1514. <Operation>1</Operation>
  1515. </Platform>
  1516. </DeployClass>
  1517. <DeployClass Name="ProjectiOSLaunchScreen">
  1518. <Platform Name="iOSDevice64">
  1519. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1520. <Operation>64</Operation>
  1521. </Platform>
  1522. <Platform Name="iOSSimulator">
  1523. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1524. <Operation>64</Operation>
  1525. </Platform>
  1526. </DeployClass>
  1527. <DeployClass Name="ProjectiOSResource">
  1528. <Platform Name="iOSDevice32">
  1529. <Operation>1</Operation>
  1530. </Platform>
  1531. <Platform Name="iOSDevice64">
  1532. <Operation>1</Operation>
  1533. </Platform>
  1534. <Platform Name="iOSSimulator">
  1535. <Operation>1</Operation>
  1536. </Platform>
  1537. </DeployClass>
  1538. <DeployClass Name="ProjectOSXDebug">
  1539. <Platform Name="OSX64">
  1540. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1541. <Operation>1</Operation>
  1542. </Platform>
  1543. <Platform Name="OSXARM64">
  1544. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1545. <Operation>1</Operation>
  1546. </Platform>
  1547. </DeployClass>
  1548. <DeployClass Name="ProjectOSXEntitlements">
  1549. <Platform Name="OSX32">
  1550. <RemoteDir>..\</RemoteDir>
  1551. <Operation>1</Operation>
  1552. </Platform>
  1553. <Platform Name="OSX64">
  1554. <RemoteDir>..\</RemoteDir>
  1555. <Operation>1</Operation>
  1556. </Platform>
  1557. <Platform Name="OSXARM64">
  1558. <RemoteDir>..\</RemoteDir>
  1559. <Operation>1</Operation>
  1560. </Platform>
  1561. </DeployClass>
  1562. <DeployClass Name="ProjectOSXInfoPList">
  1563. <Platform Name="OSX32">
  1564. <RemoteDir>Contents</RemoteDir>
  1565. <Operation>1</Operation>
  1566. </Platform>
  1567. <Platform Name="OSX64">
  1568. <RemoteDir>Contents</RemoteDir>
  1569. <Operation>1</Operation>
  1570. </Platform>
  1571. <Platform Name="OSXARM64">
  1572. <RemoteDir>Contents</RemoteDir>
  1573. <Operation>1</Operation>
  1574. </Platform>
  1575. </DeployClass>
  1576. <DeployClass Name="ProjectOSXResource">
  1577. <Platform Name="OSX32">
  1578. <RemoteDir>Contents\Resources</RemoteDir>
  1579. <Operation>1</Operation>
  1580. </Platform>
  1581. <Platform Name="OSX64">
  1582. <RemoteDir>Contents\Resources</RemoteDir>
  1583. <Operation>1</Operation>
  1584. </Platform>
  1585. <Platform Name="OSXARM64">
  1586. <RemoteDir>Contents\Resources</RemoteDir>
  1587. <Operation>1</Operation>
  1588. </Platform>
  1589. </DeployClass>
  1590. <DeployClass Required="true" Name="ProjectOutput">
  1591. <Platform Name="Android">
  1592. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1593. <Operation>1</Operation>
  1594. </Platform>
  1595. <Platform Name="Android64">
  1596. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1597. <Operation>1</Operation>
  1598. </Platform>
  1599. <Platform Name="iOSDevice32">
  1600. <Operation>1</Operation>
  1601. </Platform>
  1602. <Platform Name="iOSDevice64">
  1603. <Operation>1</Operation>
  1604. </Platform>
  1605. <Platform Name="iOSSimulator">
  1606. <Operation>1</Operation>
  1607. </Platform>
  1608. <Platform Name="Linux64">
  1609. <Operation>1</Operation>
  1610. </Platform>
  1611. <Platform Name="OSX32">
  1612. <RemoteDir>Contents\MacOS</RemoteDir>
  1613. <Operation>1</Operation>
  1614. </Platform>
  1615. <Platform Name="OSX64">
  1616. <RemoteDir>Contents\MacOS</RemoteDir>
  1617. <Operation>1</Operation>
  1618. </Platform>
  1619. <Platform Name="OSXARM64">
  1620. <RemoteDir>Contents\MacOS</RemoteDir>
  1621. <Operation>1</Operation>
  1622. </Platform>
  1623. <Platform Name="Win32">
  1624. <Operation>0</Operation>
  1625. </Platform>
  1626. </DeployClass>
  1627. <DeployClass Name="ProjectOutput_Android32">
  1628. <Platform Name="Android64">
  1629. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1630. <Operation>1</Operation>
  1631. </Platform>
  1632. </DeployClass>
  1633. <DeployClass Name="ProjectUWPManifest">
  1634. <Platform Name="Win32">
  1635. <Operation>1</Operation>
  1636. </Platform>
  1637. <Platform Name="Win64">
  1638. <Operation>1</Operation>
  1639. </Platform>
  1640. </DeployClass>
  1641. <DeployClass Name="UWP_DelphiLogo150">
  1642. <Platform Name="Win32">
  1643. <RemoteDir>Assets</RemoteDir>
  1644. <Operation>1</Operation>
  1645. </Platform>
  1646. <Platform Name="Win64">
  1647. <RemoteDir>Assets</RemoteDir>
  1648. <Operation>1</Operation>
  1649. </Platform>
  1650. </DeployClass>
  1651. <DeployClass Name="UWP_DelphiLogo44">
  1652. <Platform Name="Win32">
  1653. <RemoteDir>Assets</RemoteDir>
  1654. <Operation>1</Operation>
  1655. </Platform>
  1656. <Platform Name="Win64">
  1657. <RemoteDir>Assets</RemoteDir>
  1658. <Operation>1</Operation>
  1659. </Platform>
  1660. </DeployClass>
  1661. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1662. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1663. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1664. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1665. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1666. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1667. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1668. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1669. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1670. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1671. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1672. </Deployment>
  1673. <Platforms>
  1674. <Platform value="Android">True</Platform>
  1675. <Platform value="Android64">True</Platform>
  1676. <Platform value="iOSDevice64">True</Platform>
  1677. <Platform value="OSX64">True</Platform>
  1678. <Platform value="OSXARM64">False</Platform>
  1679. <Platform value="Win32">True</Platform>
  1680. <Platform value="Win64">True</Platform>
  1681. </Platforms>
  1682. </BorlandProject>
  1683. <ProjectFileVersion>12</ProjectFileVersion>
  1684. </ProjectExtensions>
  1685. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1686. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1687. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1688. </Project>