MyServiceConsole.dproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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>18.4</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)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''">
  22. <Base_iOSDevice32>true</Base_iOSDevice32>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  27. <Base_iOSSimulator>true</Base_iOSSimulator>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  32. <Base_Win32>true</Base_Win32>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  37. <Cfg_1>true</Cfg_1>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  42. <Cfg_2>true</Cfg_2>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice32)'!=''">
  47. <Cfg_2_iOSDevice32>true</Cfg_2_iOSDevice32>
  48. <CfgParent>Cfg_2</CfgParent>
  49. <Cfg_2>true</Cfg_2>
  50. <Base>true</Base>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
  53. <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
  54. <CfgParent>Cfg_2</CfgParent>
  55. <Cfg_2>true</Cfg_2>
  56. <Base>true</Base>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimulator)'!=''">
  59. <Cfg_2_iOSSimulator>true</Cfg_2_iOSSimulator>
  60. <CfgParent>Cfg_2</CfgParent>
  61. <Cfg_2>true</Cfg_2>
  62. <Base>true</Base>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Base)'!=''">
  65. <DCC_E>false</DCC_E>
  66. <DCC_F>false</DCC_F>
  67. <DCC_K>false</DCC_K>
  68. <DCC_N>false</DCC_N>
  69. <DCC_S>false</DCC_S>
  70. <DCC_ImageBase>00400000</DCC_ImageBase>
  71. <SanitizedProjectName>MyServiceConsole</SanitizedProjectName>
  72. <VerInfo_Locale>3082</VerInfo_Locale>
  73. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  74. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  75. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  76. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Android)'!=''">
  79. <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>
  80. <BT_BuildType>Debug</BT_BuildType>
  81. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  82. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  83. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  84. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  85. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  86. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  87. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  88. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  89. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  90. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  91. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  92. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  93. <AUP_CAMERA>true</AUP_CAMERA>
  94. <AUP_INTERNET>true</AUP_INTERNET>
  95. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  96. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  97. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  98. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  99. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  100. <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>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  103. <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>
  104. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  105. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  106. <BT_BuildType>Debug</BT_BuildType>
  107. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  108. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  109. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  110. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  111. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  112. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  113. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  114. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  115. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  116. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  117. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  118. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  119. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  122. <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>
  123. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  124. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  125. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  126. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  127. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  128. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  129. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  130. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  131. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  132. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  133. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  134. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  135. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  136. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  139. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  140. <BT_BuildType>Debug</BT_BuildType>
  141. <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>
  142. <VerInfo_Locale>1033</VerInfo_Locale>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  145. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  146. <DCC_DebugInformation>0</DCC_DebugInformation>
  147. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  148. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  151. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  152. <DCC_Optimize>false</DCC_Optimize>
  153. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Cfg_2_iOSDevice32)'!=''">
  156. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
  159. <BT_BuildType>Debug</BT_BuildType>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Cfg_2_iOSSimulator)'!=''">
  162. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  163. </PropertyGroup>
  164. <ItemGroup>
  165. <DelphiCompile Include="$(MainSource)">
  166. <MainSource>MainSource</MainSource>
  167. </DelphiCompile>
  168. <BuildConfiguration Include="Debug">
  169. <Key>Cfg_2</Key>
  170. <CfgParent>Base</CfgParent>
  171. </BuildConfiguration>
  172. <BuildConfiguration Include="Base">
  173. <Key>Base</Key>
  174. </BuildConfiguration>
  175. <BuildConfiguration Include="Release">
  176. <Key>Cfg_1</Key>
  177. <CfgParent>Base</CfgParent>
  178. </BuildConfiguration>
  179. </ItemGroup>
  180. <ProjectExtensions>
  181. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  182. <Borland.ProjectType/>
  183. <BorlandProject>
  184. <Delphi.Personality>
  185. <Source>
  186. <Source Name="MainSource">MyServiceConsole.dpr</Source>
  187. </Source>
  188. </Delphi.Personality>
  189. <Platforms>
  190. <Platform value="Android">False</Platform>
  191. <Platform value="iOSDevice32">False</Platform>
  192. <Platform value="iOSDevice64">True</Platform>
  193. <Platform value="iOSSimulator">False</Platform>
  194. <Platform value="OSX32">False</Platform>
  195. <Platform value="Win32">True</Platform>
  196. <Platform value="Win64">False</Platform>
  197. </Platforms>
  198. <Deployment Version="3">
  199. <DeployFile LocalName="MyServiceConsole.exe" Configuration="Debug" Class="ProjectOutput">
  200. <Platform Name="Win32">
  201. <RemoteName>MyServiceConsole.exe</RemoteName>
  202. <Overwrite>true</Overwrite>
  203. </Platform>
  204. </DeployFile>
  205. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  206. <Platform Name="OSX32">
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  211. <Platform Name="iOSSimulator">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  216. <Platform Name="iOSSimulator">
  217. <Overwrite>true</Overwrite>
  218. </Platform>
  219. </DeployFile>
  220. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  221. <Platform Name="OSX32">
  222. <Overwrite>true</Overwrite>
  223. </Platform>
  224. </DeployFile>
  225. <DeployClass Name="AdditionalDebugSymbols">
  226. <Platform Name="OSX32">
  227. <Operation>1</Operation>
  228. </Platform>
  229. <Platform Name="Win32">
  230. <RemoteDir>Contents\MacOS</RemoteDir>
  231. <Operation>0</Operation>
  232. </Platform>
  233. </DeployClass>
  234. <DeployClass Name="AndroidClassesDexFile">
  235. <Platform Name="Android">
  236. <RemoteDir>classes</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="AndroidGDBServer">
  241. <Platform Name="Android">
  242. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. </DeployClass>
  246. <DeployClass Name="AndroidLibnativeArmeabiFile">
  247. <Platform Name="Android">
  248. <RemoteDir>library\lib\armeabi</RemoteDir>
  249. <Operation>1</Operation>
  250. </Platform>
  251. </DeployClass>
  252. <DeployClass Name="AndroidLibnativeMipsFile">
  253. <Platform Name="Android">
  254. <RemoteDir>library\lib\mips</RemoteDir>
  255. <Operation>1</Operation>
  256. </Platform>
  257. </DeployClass>
  258. <DeployClass Name="AndroidServiceOutput">
  259. <Platform Name="Android">
  260. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  261. <Operation>1</Operation>
  262. </Platform>
  263. </DeployClass>
  264. <DeployClass Name="AndroidSplashImageDef">
  265. <Platform Name="Android">
  266. <RemoteDir>res\drawable</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. </DeployClass>
  270. <DeployClass Name="AndroidSplashStyles">
  271. <Platform Name="Android">
  272. <RemoteDir>res\values</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. </DeployClass>
  276. <DeployClass Name="Android_DefaultAppIcon">
  277. <Platform Name="Android">
  278. <RemoteDir>res\drawable</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. </DeployClass>
  282. <DeployClass Name="Android_LauncherIcon144">
  283. <Platform Name="Android">
  284. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. </DeployClass>
  288. <DeployClass Name="Android_LauncherIcon36">
  289. <Platform Name="Android">
  290. <RemoteDir>res\drawable-ldpi</RemoteDir>
  291. <Operation>1</Operation>
  292. </Platform>
  293. </DeployClass>
  294. <DeployClass Name="Android_LauncherIcon48">
  295. <Platform Name="Android">
  296. <RemoteDir>res\drawable-mdpi</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="Android_LauncherIcon72">
  301. <Platform Name="Android">
  302. <RemoteDir>res\drawable-hdpi</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. </DeployClass>
  306. <DeployClass Name="Android_LauncherIcon96">
  307. <Platform Name="Android">
  308. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. </DeployClass>
  312. <DeployClass Name="Android_SplashImage426">
  313. <Platform Name="Android">
  314. <RemoteDir>res\drawable-small</RemoteDir>
  315. <Operation>1</Operation>
  316. </Platform>
  317. </DeployClass>
  318. <DeployClass Name="Android_SplashImage470">
  319. <Platform Name="Android">
  320. <RemoteDir>res\drawable-normal</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="Android_SplashImage640">
  325. <Platform Name="Android">
  326. <RemoteDir>res\drawable-large</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="Android_SplashImage960">
  331. <Platform Name="Android">
  332. <RemoteDir>res\drawable-xlarge</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="DebugSymbols">
  337. <Platform Name="iOSSimulator">
  338. <Operation>1</Operation>
  339. </Platform>
  340. <Platform Name="OSX32">
  341. <Operation>1</Operation>
  342. </Platform>
  343. <Platform Name="Win32">
  344. <Operation>0</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="DependencyFramework">
  348. <Platform Name="OSX32">
  349. <Operation>1</Operation>
  350. <Extensions>.framework</Extensions>
  351. </Platform>
  352. <Platform Name="Win32">
  353. <Operation>0</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="DependencyModule">
  357. <Platform Name="OSX32">
  358. <Operation>1</Operation>
  359. <Extensions>.dylib</Extensions>
  360. </Platform>
  361. <Platform Name="Win32">
  362. <Operation>0</Operation>
  363. <Extensions>.dll;.bpl</Extensions>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Required="true" Name="DependencyPackage">
  367. <Platform Name="iOSDevice32">
  368. <Operation>1</Operation>
  369. <Extensions>.dylib</Extensions>
  370. </Platform>
  371. <Platform Name="iOSDevice64">
  372. <Operation>1</Operation>
  373. <Extensions>.dylib</Extensions>
  374. </Platform>
  375. <Platform Name="iOSSimulator">
  376. <Operation>1</Operation>
  377. <Extensions>.dylib</Extensions>
  378. </Platform>
  379. <Platform Name="OSX32">
  380. <Operation>1</Operation>
  381. <Extensions>.dylib</Extensions>
  382. </Platform>
  383. <Platform Name="Win32">
  384. <Operation>0</Operation>
  385. <Extensions>.bpl</Extensions>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="File">
  389. <Platform Name="Android">
  390. <Operation>0</Operation>
  391. </Platform>
  392. <Platform Name="iOSDevice32">
  393. <Operation>0</Operation>
  394. </Platform>
  395. <Platform Name="iOSDevice64">
  396. <Operation>0</Operation>
  397. </Platform>
  398. <Platform Name="iOSSimulator">
  399. <Operation>0</Operation>
  400. </Platform>
  401. <Platform Name="OSX32">
  402. <Operation>0</Operation>
  403. </Platform>
  404. <Platform Name="Win32">
  405. <Operation>0</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="iPad_Launch1024">
  409. <Platform Name="iOSDevice32">
  410. <Operation>1</Operation>
  411. </Platform>
  412. <Platform Name="iOSDevice64">
  413. <Operation>1</Operation>
  414. </Platform>
  415. <Platform Name="iOSSimulator">
  416. <Operation>1</Operation>
  417. </Platform>
  418. </DeployClass>
  419. <DeployClass Name="iPad_Launch1536">
  420. <Platform Name="iOSDevice32">
  421. <Operation>1</Operation>
  422. </Platform>
  423. <Platform Name="iOSDevice64">
  424. <Operation>1</Operation>
  425. </Platform>
  426. <Platform Name="iOSSimulator">
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="iPad_Launch2048">
  431. <Platform Name="iOSDevice32">
  432. <Operation>1</Operation>
  433. </Platform>
  434. <Platform Name="iOSDevice64">
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="iOSSimulator">
  438. <Operation>1</Operation>
  439. </Platform>
  440. </DeployClass>
  441. <DeployClass Name="iPad_Launch768">
  442. <Platform Name="iOSDevice32">
  443. <Operation>1</Operation>
  444. </Platform>
  445. <Platform Name="iOSDevice64">
  446. <Operation>1</Operation>
  447. </Platform>
  448. <Platform Name="iOSSimulator">
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="iPhone_Launch320">
  453. <Platform Name="iOSDevice32">
  454. <Operation>1</Operation>
  455. </Platform>
  456. <Platform Name="iOSDevice64">
  457. <Operation>1</Operation>
  458. </Platform>
  459. <Platform Name="iOSSimulator">
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="iPhone_Launch640">
  464. <Platform Name="iOSDevice32">
  465. <Operation>1</Operation>
  466. </Platform>
  467. <Platform Name="iOSDevice64">
  468. <Operation>1</Operation>
  469. </Platform>
  470. <Platform Name="iOSSimulator">
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="iPhone_Launch640x1136">
  475. <Platform Name="iOSDevice32">
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="iOSDevice64">
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="iOSSimulator">
  482. <Operation>1</Operation>
  483. </Platform>
  484. </DeployClass>
  485. <DeployClass Name="ProjectAndroidManifest">
  486. <Platform Name="Android">
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="ProjectiOSDeviceDebug">
  491. <Platform Name="iOSDevice32">
  492. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="iOSDevice64">
  496. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  501. <DeployClass Name="ProjectiOSEntitlements"/>
  502. <DeployClass Name="ProjectiOSInfoPList"/>
  503. <DeployClass Name="ProjectiOSResource">
  504. <Platform Name="iOSDevice32">
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="iOSDevice64">
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="iOSSimulator">
  511. <Operation>1</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="ProjectOSXEntitlements"/>
  515. <DeployClass Name="ProjectOSXInfoPList"/>
  516. <DeployClass Name="ProjectOSXResource">
  517. <Platform Name="OSX32">
  518. <RemoteDir>Contents\Resources</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Required="true" Name="ProjectOutput">
  523. <Platform Name="Android">
  524. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="iOSDevice32">
  528. <Operation>1</Operation>
  529. </Platform>
  530. <Platform Name="iOSDevice64">
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="iOSSimulator">
  534. <Operation>1</Operation>
  535. </Platform>
  536. <Platform Name="Linux64">
  537. <Operation>1</Operation>
  538. </Platform>
  539. <Platform Name="OSX32">
  540. <Operation>1</Operation>
  541. </Platform>
  542. <Platform Name="Win32">
  543. <Operation>0</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="ProjectUWPManifest">
  547. <Platform Name="Win32">
  548. <Operation>1</Operation>
  549. </Platform>
  550. <Platform Name="Win64">
  551. <Operation>1</Operation>
  552. </Platform>
  553. </DeployClass>
  554. <DeployClass Name="UWP_DelphiLogo150">
  555. <Platform Name="Win32">
  556. <RemoteDir>Assets</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. <Platform Name="Win64">
  560. <RemoteDir>Assets</RemoteDir>
  561. <Operation>1</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="UWP_DelphiLogo44">
  565. <Platform Name="Win32">
  566. <RemoteDir>Assets</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. <Platform Name="Win64">
  570. <RemoteDir>Assets</RemoteDir>
  571. <Operation>1</Operation>
  572. </Platform>
  573. </DeployClass>
  574. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  575. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  576. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  577. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  578. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  579. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  580. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  581. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  582. </Deployment>
  583. </BorlandProject>
  584. <ProjectFileVersion>12</ProjectFileVersion>
  585. </ProjectExtensions>
  586. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  587. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  588. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  589. </Project>