MyServiceConsole.dproj 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{1E7AA196-6865-4B02-9569-250A2B6BA91F}</ProjectGuid>
  4. <MainSource>MyServiceConsole.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1025</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>19.1</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  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)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  32. <Base_iOSSimulator>true</Base_iOSSimulator>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  37. <Base_Win32>true</Base_Win32>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  42. <Cfg_1>true</Cfg_1>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  47. <Cfg_2>true</Cfg_2>
  48. <CfgParent>Base</CfgParent>
  49. <Base>true</Base>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
  52. <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
  53. <CfgParent>Cfg_2</CfgParent>
  54. <Cfg_2>true</Cfg_2>
  55. <Base>true</Base>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimulator)'!=''">
  58. <Cfg_2_iOSSimulator>true</Cfg_2_iOSSimulator>
  59. <CfgParent>Cfg_2</CfgParent>
  60. <Cfg_2>true</Cfg_2>
  61. <Base>true</Base>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  64. <Cfg_2_Win32>true</Cfg_2_Win32>
  65. <CfgParent>Cfg_2</CfgParent>
  66. <Cfg_2>true</Cfg_2>
  67. <Base>true</Base>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Base)'!=''">
  70. <DCC_E>false</DCC_E>
  71. <DCC_F>false</DCC_F>
  72. <DCC_K>false</DCC_K>
  73. <DCC_N>false</DCC_N>
  74. <DCC_S>false</DCC_S>
  75. <DCC_ImageBase>00400000</DCC_ImageBase>
  76. <SanitizedProjectName>MyServiceConsole</SanitizedProjectName>
  77. <VerInfo_Locale>3082</VerInfo_Locale>
  78. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  79. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  80. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  81. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  82. <DCC_ExeOutput>.\bin\$(Platform)\$(Config)</DCC_ExeOutput>
  83. <DCC_DcuOutput>.\bin\$(Platform)\$(Config)\dcu</DCC_DcuOutput>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Base_Android)'!=''">
  86. <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>
  87. <BT_BuildType>Debug</BT_BuildType>
  88. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  89. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  90. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  91. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  92. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  93. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  94. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  95. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  96. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  97. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  98. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  99. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  100. <AUP_CAMERA>true</AUP_CAMERA>
  101. <AUP_INTERNET>true</AUP_INTERNET>
  102. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  103. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  104. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  105. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  106. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  107. <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-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>
  108. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  109. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  110. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  111. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  112. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  115. <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>
  116. <BT_BuildType>Debug</BT_BuildType>
  117. <Base_Android>true</Base_Android>
  118. <CfgParent>Base</CfgParent>
  119. <Base>true</Base>
  120. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  121. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  122. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  123. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  124. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  125. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  126. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  127. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  128. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  129. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  130. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  131. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  132. <AUP_CAMERA>true</AUP_CAMERA>
  133. <AUP_INTERNET>true</AUP_INTERNET>
  134. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  135. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  136. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  137. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  138. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  139. <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-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>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  142. <iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  145. <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;CFBundleResourceSpecification=ResourceRules.plist;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;FMLocalNotificationPermission=false;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSCameraUsageDescription=The reason for accessing the camera</VerInfo_Keys>
  146. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  147. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  148. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  149. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  150. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  151. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  152. <iPhone_Notification60>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_60x60.png</iPhone_Notification60>
  153. <iPhone_Notification40>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_40x40.png</iPhone_Notification40>
  154. <iPad_Notification40>$(BDS)\bin\Artwork\iOS\iPad\FM_NotificationIcon_40x40.png</iPad_Notification40>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  157. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  158. <BT_BuildType>Debug</BT_BuildType>
  159. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
  160. <VerInfo_Locale>1033</VerInfo_Locale>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  163. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  164. <DCC_DebugInformation>0</DCC_DebugInformation>
  165. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  166. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  169. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  170. <DCC_Optimize>false</DCC_Optimize>
  171. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
  174. <BT_BuildType>Debug</BT_BuildType>
  175. </PropertyGroup>
  176. <PropertyGroup Condition="'$(Cfg_2_iOSSimulator)'!=''">
  177. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  178. <iPhone_Notification60>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_60x60.png</iPhone_Notification60>
  179. <iPhone_Notification40>$(BDS)\bin\Artwork\iOS\iPhone\FM_NotificationIcon_40x40.png</iPhone_Notification40>
  180. <iPad_Notification40>$(BDS)\bin\Artwork\iOS\iPad\FM_NotificationIcon_40x40.png</iPad_Notification40>
  181. </PropertyGroup>
  182. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  183. <VerInfo_Locale>1033</VerInfo_Locale>
  184. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
  185. <Manifest_File>(None)</Manifest_File>
  186. </PropertyGroup>
  187. <ItemGroup>
  188. <DelphiCompile Include="$(MainSource)">
  189. <MainSource>MainSource</MainSource>
  190. </DelphiCompile>
  191. <BuildConfiguration Include="Debug">
  192. <Key>Cfg_2</Key>
  193. <CfgParent>Base</CfgParent>
  194. </BuildConfiguration>
  195. <BuildConfiguration Include="Base">
  196. <Key>Base</Key>
  197. </BuildConfiguration>
  198. <BuildConfiguration Include="Release">
  199. <Key>Cfg_1</Key>
  200. <CfgParent>Base</CfgParent>
  201. </BuildConfiguration>
  202. </ItemGroup>
  203. <ProjectExtensions>
  204. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  205. <Borland.ProjectType/>
  206. <BorlandProject>
  207. <Delphi.Personality>
  208. <Source>
  209. <Source Name="MainSource">MyServiceConsole.dpr</Source>
  210. </Source>
  211. <Excluded_Packages>
  212. <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt260.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
  213. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  214. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  215. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  216. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  217. <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>
  218. <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>
  219. <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>
  220. <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>
  221. <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>
  222. </Excluded_Packages>
  223. </Delphi.Personality>
  224. <Platforms>
  225. <Platform value="Android">False</Platform>
  226. <Platform value="Android64">False</Platform>
  227. <Platform value="iOSDevice64">True</Platform>
  228. <Platform value="iOSSimulator">False</Platform>
  229. <Platform value="Win32">True</Platform>
  230. <Platform value="Win64">False</Platform>
  231. </Platforms>
  232. <Deployment Version="3">
  233. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  234. <Platform Name="OSX32">
  235. <Overwrite>true</Overwrite>
  236. </Platform>
  237. </DeployFile>
  238. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  239. <Platform Name="OSX64">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  244. <Platform Name="iOSSimulator">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  249. <Platform Name="iOSSimulator">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  254. <Platform Name="iOSSimulator">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  259. <Platform Name="OSX32">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile LocalName="MyServiceConsole.exe" Configuration="Debug" Class="ProjectOutput">
  264. <Platform Name="Win32">
  265. <RemoteName>MyServiceConsole.exe</RemoteName>
  266. <Overwrite>true</Overwrite>
  267. </Platform>
  268. </DeployFile>
  269. <DeployClass Name="AdditionalDebugSymbols">
  270. <Platform Name="OSX32">
  271. <Operation>1</Operation>
  272. </Platform>
  273. <Platform Name="Win32">
  274. <Operation>0</Operation>
  275. </Platform>
  276. </DeployClass>
  277. <DeployClass Name="AndroidClassesDexFile">
  278. <Platform Name="Android">
  279. <RemoteDir>classes</RemoteDir>
  280. <Operation>1</Operation>
  281. </Platform>
  282. <Platform Name="Android64">
  283. <RemoteDir>classes</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. </DeployClass>
  287. <DeployClass Name="AndroidFileProvider">
  288. <Platform Name="Android">
  289. <RemoteDir>res\xml</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. <Platform Name="Android64">
  293. <RemoteDir>res\xml</RemoteDir>
  294. <Operation>1</Operation>
  295. </Platform>
  296. </DeployClass>
  297. <DeployClass Name="AndroidGDBServer">
  298. <Platform Name="Android">
  299. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  300. <Operation>1</Operation>
  301. </Platform>
  302. </DeployClass>
  303. <DeployClass Name="AndroidLibnativeArmeabiFile">
  304. <Platform Name="Android">
  305. <RemoteDir>library\lib\armeabi</RemoteDir>
  306. <Operation>1</Operation>
  307. </Platform>
  308. <Platform Name="Android64">
  309. <RemoteDir>library\lib\armeabi</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  314. <Platform Name="Android64">
  315. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="AndroidLibnativeMipsFile">
  320. <Platform Name="Android">
  321. <RemoteDir>library\lib\mips</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. <Platform Name="Android64">
  325. <RemoteDir>library\lib\mips</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="AndroidServiceOutput">
  330. <Platform Name="Android">
  331. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. <Platform Name="Android64">
  335. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  336. <Operation>1</Operation>
  337. </Platform>
  338. </DeployClass>
  339. <DeployClass Name="AndroidServiceOutput_Android32">
  340. <Platform Name="Android64">
  341. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. </DeployClass>
  345. <DeployClass Name="AndroidSplashImageDef">
  346. <Platform Name="Android">
  347. <RemoteDir>res\drawable</RemoteDir>
  348. <Operation>1</Operation>
  349. </Platform>
  350. <Platform Name="Android64">
  351. <RemoteDir>res\drawable</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="AndroidSplashStyles">
  356. <Platform Name="Android">
  357. <RemoteDir>res\values</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. <Platform Name="Android64">
  361. <RemoteDir>res\values</RemoteDir>
  362. <Operation>1</Operation>
  363. </Platform>
  364. </DeployClass>
  365. <DeployClass Name="AndroidSplashStylesV21">
  366. <Platform Name="Android">
  367. <RemoteDir>res\values-v21</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. <Platform Name="Android64">
  371. <RemoteDir>res\values-v21</RemoteDir>
  372. <Operation>1</Operation>
  373. </Platform>
  374. </DeployClass>
  375. <DeployClass Name="Android_Colors">
  376. <Platform Name="Android">
  377. <RemoteDir>res\values</RemoteDir>
  378. <Operation>1</Operation>
  379. </Platform>
  380. <Platform Name="Android64">
  381. <RemoteDir>res\values</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. </DeployClass>
  385. <DeployClass Name="Android_DefaultAppIcon">
  386. <Platform Name="Android">
  387. <RemoteDir>res\drawable</RemoteDir>
  388. <Operation>1</Operation>
  389. </Platform>
  390. <Platform Name="Android64">
  391. <RemoteDir>res\drawable</RemoteDir>
  392. <Operation>1</Operation>
  393. </Platform>
  394. </DeployClass>
  395. <DeployClass Name="Android_LauncherIcon144">
  396. <Platform Name="Android">
  397. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  398. <Operation>1</Operation>
  399. </Platform>
  400. <Platform Name="Android64">
  401. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  402. <Operation>1</Operation>
  403. </Platform>
  404. </DeployClass>
  405. <DeployClass Name="Android_LauncherIcon36">
  406. <Platform Name="Android">
  407. <RemoteDir>res\drawable-ldpi</RemoteDir>
  408. <Operation>1</Operation>
  409. </Platform>
  410. <Platform Name="Android64">
  411. <RemoteDir>res\drawable-ldpi</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="Android_LauncherIcon48">
  416. <Platform Name="Android">
  417. <RemoteDir>res\drawable-mdpi</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. <Platform Name="Android64">
  421. <RemoteDir>res\drawable-mdpi</RemoteDir>
  422. <Operation>1</Operation>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="Android_LauncherIcon72">
  426. <Platform Name="Android">
  427. <RemoteDir>res\drawable-hdpi</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. <Platform Name="Android64">
  431. <RemoteDir>res\drawable-hdpi</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. </DeployClass>
  435. <DeployClass Name="Android_LauncherIcon96">
  436. <Platform Name="Android">
  437. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  438. <Operation>1</Operation>
  439. </Platform>
  440. <Platform Name="Android64">
  441. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="Android_NotificationIcon24">
  446. <Platform Name="Android">
  447. <RemoteDir>res\drawable-mdpi</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. <Platform Name="Android64">
  451. <RemoteDir>res\drawable-mdpi</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. </DeployClass>
  455. <DeployClass Name="Android_NotificationIcon36">
  456. <Platform Name="Android">
  457. <RemoteDir>res\drawable-hdpi</RemoteDir>
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="Android64">
  461. <RemoteDir>res\drawable-hdpi</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="Android_NotificationIcon48">
  466. <Platform Name="Android">
  467. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  468. <Operation>1</Operation>
  469. </Platform>
  470. <Platform Name="Android64">
  471. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  472. <Operation>1</Operation>
  473. </Platform>
  474. </DeployClass>
  475. <DeployClass Name="Android_NotificationIcon72">
  476. <Platform Name="Android">
  477. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  478. <Operation>1</Operation>
  479. </Platform>
  480. <Platform Name="Android64">
  481. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  482. <Operation>1</Operation>
  483. </Platform>
  484. </DeployClass>
  485. <DeployClass Name="Android_NotificationIcon96">
  486. <Platform Name="Android">
  487. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="Android64">
  491. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  492. <Operation>1</Operation>
  493. </Platform>
  494. </DeployClass>
  495. <DeployClass Name="Android_SplashImage426">
  496. <Platform Name="Android">
  497. <RemoteDir>res\drawable-small</RemoteDir>
  498. <Operation>1</Operation>
  499. </Platform>
  500. <Platform Name="Android64">
  501. <RemoteDir>res\drawable-small</RemoteDir>
  502. <Operation>1</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="Android_SplashImage470">
  506. <Platform Name="Android">
  507. <RemoteDir>res\drawable-normal</RemoteDir>
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="Android64">
  511. <RemoteDir>res\drawable-normal</RemoteDir>
  512. <Operation>1</Operation>
  513. </Platform>
  514. </DeployClass>
  515. <DeployClass Name="Android_SplashImage640">
  516. <Platform Name="Android">
  517. <RemoteDir>res\drawable-large</RemoteDir>
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="Android64">
  521. <RemoteDir>res\drawable-large</RemoteDir>
  522. <Operation>1</Operation>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Name="Android_SplashImage960">
  526. <Platform Name="Android">
  527. <RemoteDir>res\drawable-xlarge</RemoteDir>
  528. <Operation>1</Operation>
  529. </Platform>
  530. <Platform Name="Android64">
  531. <RemoteDir>res\drawable-xlarge</RemoteDir>
  532. <Operation>1</Operation>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Name="Android_Strings">
  536. <Platform Name="Android">
  537. <RemoteDir>res\values</RemoteDir>
  538. <Operation>1</Operation>
  539. </Platform>
  540. <Platform Name="Android64">
  541. <RemoteDir>res\values</RemoteDir>
  542. <Operation>1</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="DebugSymbols">
  546. <Platform Name="iOSSimulator">
  547. <Operation>1</Operation>
  548. </Platform>
  549. <Platform Name="OSX32">
  550. <Operation>1</Operation>
  551. </Platform>
  552. <Platform Name="Win32">
  553. <Operation>0</Operation>
  554. </Platform>
  555. </DeployClass>
  556. <DeployClass Name="DependencyFramework">
  557. <Platform Name="OSX32">
  558. <Operation>1</Operation>
  559. <Extensions>.framework</Extensions>
  560. </Platform>
  561. <Platform Name="OSX64">
  562. <Operation>1</Operation>
  563. <Extensions>.framework</Extensions>
  564. </Platform>
  565. <Platform Name="Win32">
  566. <Operation>0</Operation>
  567. </Platform>
  568. </DeployClass>
  569. <DeployClass Name="DependencyModule">
  570. <Platform Name="OSX32">
  571. <Operation>1</Operation>
  572. <Extensions>.dylib</Extensions>
  573. </Platform>
  574. <Platform Name="OSX64">
  575. <Operation>1</Operation>
  576. <Extensions>.dylib</Extensions>
  577. </Platform>
  578. <Platform Name="Win32">
  579. <Operation>0</Operation>
  580. <Extensions>.dll;.bpl</Extensions>
  581. </Platform>
  582. </DeployClass>
  583. <DeployClass Required="true" Name="DependencyPackage">
  584. <Platform Name="iOSDevice32">
  585. <Operation>1</Operation>
  586. <Extensions>.dylib</Extensions>
  587. </Platform>
  588. <Platform Name="iOSDevice64">
  589. <Operation>1</Operation>
  590. <Extensions>.dylib</Extensions>
  591. </Platform>
  592. <Platform Name="iOSSimulator">
  593. <Operation>1</Operation>
  594. <Extensions>.dylib</Extensions>
  595. </Platform>
  596. <Platform Name="OSX32">
  597. <Operation>1</Operation>
  598. <Extensions>.dylib</Extensions>
  599. </Platform>
  600. <Platform Name="OSX64">
  601. <Operation>1</Operation>
  602. <Extensions>.dylib</Extensions>
  603. </Platform>
  604. <Platform Name="Win32">
  605. <Operation>0</Operation>
  606. <Extensions>.bpl</Extensions>
  607. </Platform>
  608. </DeployClass>
  609. <DeployClass Name="File">
  610. <Platform Name="Android">
  611. <Operation>0</Operation>
  612. </Platform>
  613. <Platform Name="Android64">
  614. <Operation>0</Operation>
  615. </Platform>
  616. <Platform Name="iOSDevice32">
  617. <Operation>0</Operation>
  618. </Platform>
  619. <Platform Name="iOSDevice64">
  620. <Operation>0</Operation>
  621. </Platform>
  622. <Platform Name="iOSSimulator">
  623. <Operation>0</Operation>
  624. </Platform>
  625. <Platform Name="OSX32">
  626. <Operation>0</Operation>
  627. </Platform>
  628. <Platform Name="OSX64">
  629. <Operation>0</Operation>
  630. </Platform>
  631. <Platform Name="Win32">
  632. <Operation>0</Operation>
  633. </Platform>
  634. </DeployClass>
  635. <DeployClass Name="iOS_AppStore1024">
  636. <Platform Name="iOSDevice64">
  637. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  638. <Operation>1</Operation>
  639. </Platform>
  640. </DeployClass>
  641. <DeployClass Name="iPad_AppIcon152">
  642. <Platform Name="iOSDevice64">
  643. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. </DeployClass>
  651. <DeployClass Name="iPad_AppIcon167">
  652. <Platform Name="iOSDevice64">
  653. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSSimulator">
  657. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPad_Launch1024">
  662. <Platform Name="iOSDevice32">
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice64">
  666. <Operation>1</Operation>
  667. </Platform>
  668. <Platform Name="iOSSimulator">
  669. <Operation>1</Operation>
  670. </Platform>
  671. </DeployClass>
  672. <DeployClass Name="iPad_Launch1536">
  673. <Platform Name="iOSDevice32">
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSDevice64">
  677. <Operation>1</Operation>
  678. </Platform>
  679. <Platform Name="iOSSimulator">
  680. <Operation>1</Operation>
  681. </Platform>
  682. </DeployClass>
  683. <DeployClass Name="iPad_Launch2048">
  684. <Platform Name="iOSDevice32">
  685. <Operation>1</Operation>
  686. </Platform>
  687. <Platform Name="iOSDevice64">
  688. <Operation>1</Operation>
  689. </Platform>
  690. <Platform Name="iOSSimulator">
  691. <Operation>1</Operation>
  692. </Platform>
  693. </DeployClass>
  694. <DeployClass Name="iPad_Launch2x">
  695. <Platform Name="iOSDevice64">
  696. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="iOSSimulator">
  700. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  701. <Operation>1</Operation>
  702. </Platform>
  703. </DeployClass>
  704. <DeployClass Name="iPad_Launch768">
  705. <Platform Name="iOSDevice32">
  706. <Operation>1</Operation>
  707. </Platform>
  708. <Platform Name="iOSDevice64">
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="iOSSimulator">
  712. <Operation>1</Operation>
  713. </Platform>
  714. </DeployClass>
  715. <DeployClass Name="iPad_LaunchDark2x">
  716. <Platform Name="iOSDevice64">
  717. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSSimulator">
  721. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  722. <Operation>1</Operation>
  723. </Platform>
  724. </DeployClass>
  725. <DeployClass Name="iPad_Notification40">
  726. <Platform Name="iOSDevice64">
  727. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="iOSSimulator">
  731. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  732. <Operation>1</Operation>
  733. </Platform>
  734. </DeployClass>
  735. <DeployClass Name="iPad_Setting58">
  736. <Platform Name="iOSDevice64">
  737. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  738. <Operation>1</Operation>
  739. </Platform>
  740. <Platform Name="iOSSimulator">
  741. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  742. <Operation>1</Operation>
  743. </Platform>
  744. </DeployClass>
  745. <DeployClass Name="iPad_SpotLight80">
  746. <Platform Name="iOSDevice64">
  747. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="iOSSimulator">
  751. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  752. <Operation>1</Operation>
  753. </Platform>
  754. </DeployClass>
  755. <DeployClass Name="iPhone_AppIcon120">
  756. <Platform Name="iOSDevice64">
  757. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  758. <Operation>1</Operation>
  759. </Platform>
  760. <Platform Name="iOSSimulator">
  761. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  762. <Operation>1</Operation>
  763. </Platform>
  764. </DeployClass>
  765. <DeployClass Name="iPhone_AppIcon180">
  766. <Platform Name="iOSDevice64">
  767. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="iOSSimulator">
  771. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  772. <Operation>1</Operation>
  773. </Platform>
  774. </DeployClass>
  775. <DeployClass Name="iPhone_Launch2x">
  776. <Platform Name="iOSDevice64">
  777. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSSimulator">
  781. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  782. <Operation>1</Operation>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Name="iPhone_Launch320">
  786. <Platform Name="iOSDevice32">
  787. <Operation>1</Operation>
  788. </Platform>
  789. <Platform Name="iOSDevice64">
  790. <Operation>1</Operation>
  791. </Platform>
  792. <Platform Name="iOSSimulator">
  793. <Operation>1</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="iPhone_Launch3x">
  797. <Platform Name="iOSDevice64">
  798. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. <Platform Name="iOSSimulator">
  802. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Name="iPhone_Launch640">
  807. <Platform Name="iOSDevice32">
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="iOSDevice64">
  811. <Operation>1</Operation>
  812. </Platform>
  813. <Platform Name="iOSSimulator">
  814. <Operation>1</Operation>
  815. </Platform>
  816. </DeployClass>
  817. <DeployClass Name="iPhone_Launch640x1136">
  818. <Platform Name="iOSDevice32">
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="iOSDevice64">
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="iOSSimulator">
  825. <Operation>1</Operation>
  826. </Platform>
  827. </DeployClass>
  828. <DeployClass Name="iPhone_LaunchDark2x">
  829. <Platform Name="iOSDevice64">
  830. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  831. <Operation>1</Operation>
  832. </Platform>
  833. <Platform Name="iOSSimulator">
  834. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  835. <Operation>1</Operation>
  836. </Platform>
  837. </DeployClass>
  838. <DeployClass Name="iPhone_LaunchDark3x">
  839. <Platform Name="iOSDevice64">
  840. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="iOSSimulator">
  844. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="iPhone_Notification40">
  849. <Platform Name="iOSDevice64">
  850. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="iOSSimulator">
  854. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. </DeployClass>
  858. <DeployClass Name="iPhone_Notification60">
  859. <Platform Name="iOSDevice64">
  860. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  861. <Operation>1</Operation>
  862. </Platform>
  863. <Platform Name="iOSSimulator">
  864. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  865. <Operation>1</Operation>
  866. </Platform>
  867. </DeployClass>
  868. <DeployClass Name="iPhone_Setting58">
  869. <Platform Name="iOSDevice64">
  870. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="iOSSimulator">
  874. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  875. <Operation>1</Operation>
  876. </Platform>
  877. </DeployClass>
  878. <DeployClass Name="iPhone_Setting87">
  879. <Platform Name="iOSDevice64">
  880. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  881. <Operation>1</Operation>
  882. </Platform>
  883. <Platform Name="iOSSimulator">
  884. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="iPhone_Spotlight120">
  889. <Platform Name="iOSDevice64">
  890. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="iOSSimulator">
  894. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. </DeployClass>
  898. <DeployClass Name="iPhone_Spotlight80">
  899. <Platform Name="iOSDevice64">
  900. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="iOSSimulator">
  904. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  905. <Operation>1</Operation>
  906. </Platform>
  907. </DeployClass>
  908. <DeployClass Name="ProjectAndroidManifest">
  909. <Platform Name="Android">
  910. <Operation>1</Operation>
  911. </Platform>
  912. <Platform Name="Android64">
  913. <Operation>1</Operation>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Name="ProjectiOSDeviceDebug">
  917. <Platform Name="iOSDevice32">
  918. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="iOSDevice64">
  922. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  923. <Operation>1</Operation>
  924. </Platform>
  925. </DeployClass>
  926. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  927. <DeployClass Name="ProjectiOSEntitlements"/>
  928. <DeployClass Name="ProjectiOSInfoPList"/>
  929. <DeployClass Name="ProjectiOSLaunchScreen"/>
  930. <DeployClass Name="ProjectiOSResource">
  931. <Platform Name="iOSDevice32">
  932. <Operation>1</Operation>
  933. </Platform>
  934. <Platform Name="iOSDevice64">
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="iOSSimulator">
  938. <Operation>1</Operation>
  939. </Platform>
  940. </DeployClass>
  941. <DeployClass Name="ProjectOSXDebug"/>
  942. <DeployClass Name="ProjectOSXEntitlements"/>
  943. <DeployClass Name="ProjectOSXInfoPList"/>
  944. <DeployClass Name="ProjectOSXResource">
  945. <Platform Name="OSX32">
  946. <RemoteDir>Contents\Resources</RemoteDir>
  947. <Operation>1</Operation>
  948. </Platform>
  949. <Platform Name="OSX64">
  950. <RemoteDir>Contents\Resources</RemoteDir>
  951. <Operation>1</Operation>
  952. </Platform>
  953. </DeployClass>
  954. <DeployClass Required="true" Name="ProjectOutput">
  955. <Platform Name="Android">
  956. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  957. <Operation>1</Operation>
  958. </Platform>
  959. <Platform Name="Android64">
  960. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  961. <Operation>1</Operation>
  962. </Platform>
  963. <Platform Name="iOSDevice32">
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="iOSDevice64">
  967. <Operation>1</Operation>
  968. </Platform>
  969. <Platform Name="iOSSimulator">
  970. <Operation>1</Operation>
  971. </Platform>
  972. <Platform Name="Linux64">
  973. <Operation>1</Operation>
  974. </Platform>
  975. <Platform Name="OSX32">
  976. <Operation>1</Operation>
  977. </Platform>
  978. <Platform Name="OSX64">
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="Win32">
  982. <Operation>0</Operation>
  983. </Platform>
  984. </DeployClass>
  985. <DeployClass Name="ProjectOutput_Android32">
  986. <Platform Name="Android64">
  987. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  988. <Operation>1</Operation>
  989. </Platform>
  990. </DeployClass>
  991. <DeployClass Name="ProjectUWPManifest">
  992. <Platform Name="Win32">
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="Win64">
  996. <Operation>1</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="UWP_DelphiLogo150">
  1000. <Platform Name="Win32">
  1001. <RemoteDir>Assets</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="Win64">
  1005. <RemoteDir>Assets</RemoteDir>
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. </DeployClass>
  1009. <DeployClass Name="UWP_DelphiLogo44">
  1010. <Platform Name="Win32">
  1011. <RemoteDir>Assets</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="Win64">
  1015. <RemoteDir>Assets</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. </DeployClass>
  1019. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1020. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1021. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1022. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1023. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1024. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  1025. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1026. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  1027. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1028. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1029. </Deployment>
  1030. </BorlandProject>
  1031. <ProjectFileVersion>12</ProjectFileVersion>
  1032. </ProjectExtensions>
  1033. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1034. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1035. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1036. </Project>