MyServiceConsole.dproj 59 KB

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