JsonSerializer.dproj 76 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{9C6576EF-31E8-4604-A9A1-B9FAC5DBF05A}</ProjectGuid>
  4. <MainSource>JsonSerializer.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>4103</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>FMX</FrameworkType>
  10. <ProjectVersion>18.8</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)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''">
  27. <Base_iOSDevice32>true</Base_iOSDevice32>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  32. <Base_iOSDevice64>true</Base_iOSDevice64>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  37. <Base_iOSSimulator>true</Base_iOSSimulator>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
  42. <Base_OSX32>true</Base_OSX32>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  47. <Base_OSX64>true</Base_OSX64>
  48. <CfgParent>Base</CfgParent>
  49. <Base>true</Base>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  52. <Base_Win32>true</Base_Win32>
  53. <CfgParent>Base</CfgParent>
  54. <Base>true</Base>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  57. <Base_Win64>true</Base_Win64>
  58. <CfgParent>Base</CfgParent>
  59. <Base>true</Base>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  62. <Cfg_1>true</Cfg_1>
  63. <CfgParent>Base</CfgParent>
  64. <Base>true</Base>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  67. <Cfg_1_Win32>true</Cfg_1_Win32>
  68. <CfgParent>Cfg_1</CfgParent>
  69. <Cfg_1>true</Cfg_1>
  70. <Base>true</Base>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  73. <Cfg_1_Win64>true</Cfg_1_Win64>
  74. <CfgParent>Cfg_1</CfgParent>
  75. <Cfg_1>true</Cfg_1>
  76. <Base>true</Base>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  79. <Cfg_2>true</Cfg_2>
  80. <CfgParent>Base</CfgParent>
  81. <Base>true</Base>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice32)'!=''">
  84. <Cfg_2_iOSDevice32>true</Cfg_2_iOSDevice32>
  85. <CfgParent>Cfg_2</CfgParent>
  86. <Cfg_2>true</Cfg_2>
  87. <Base>true</Base>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
  90. <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
  91. <CfgParent>Cfg_2</CfgParent>
  92. <Cfg_2>true</Cfg_2>
  93. <Base>true</Base>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimulator)'!=''">
  96. <Cfg_2_iOSSimulator>true</Cfg_2_iOSSimulator>
  97. <CfgParent>Cfg_2</CfgParent>
  98. <Cfg_2>true</Cfg_2>
  99. <Base>true</Base>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX32)'!=''">
  102. <Cfg_2_OSX32>true</Cfg_2_OSX32>
  103. <CfgParent>Cfg_2</CfgParent>
  104. <Cfg_2>true</Cfg_2>
  105. <Base>true</Base>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''">
  108. <Cfg_2_OSX64>true</Cfg_2_OSX64>
  109. <CfgParent>Cfg_2</CfgParent>
  110. <Cfg_2>true</Cfg_2>
  111. <Base>true</Base>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  114. <Cfg_2_Win32>true</Cfg_2_Win32>
  115. <CfgParent>Cfg_2</CfgParent>
  116. <Cfg_2>true</Cfg_2>
  117. <Base>true</Base>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  120. <Cfg_2_Win64>true</Cfg_2_Win64>
  121. <CfgParent>Cfg_2</CfgParent>
  122. <Cfg_2>true</Cfg_2>
  123. <Base>true</Base>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Base)'!=''">
  126. <DCC_E>false</DCC_E>
  127. <DCC_F>false</DCC_F>
  128. <DCC_K>false</DCC_K>
  129. <DCC_N>false</DCC_N>
  130. <DCC_S>false</DCC_S>
  131. <DCC_ImageBase>00400000</DCC_ImageBase>
  132. <SanitizedProjectName>JsonSerializer</SanitizedProjectName>
  133. <VerInfo_Locale>3082</VerInfo_Locale>
  134. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  135. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  136. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  137. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  138. <DCC_ExeOutput>.\bin\$(Platform)\$(Config)</DCC_ExeOutput>
  139. <DCC_DcuOutput>.\bin\$(Platform)\$(Config)\dcu</DCC_DcuOutput>
  140. <DCC_UnitSearchPath>..\..\..\..;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Base_Android)'!=''">
  143. <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>
  144. <BT_BuildType>Debug</BT_BuildType>
  145. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  146. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  147. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  148. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  149. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  150. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  151. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  152. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  153. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  154. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  155. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  156. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  157. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  158. <AUP_CAMERA>true</AUP_CAMERA>
  159. <AUP_INTERNET>true</AUP_INTERNET>
  160. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  161. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  162. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  163. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  164. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  165. <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>
  166. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  167. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  168. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  169. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  170. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  173. <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>
  174. <BT_BuildType>Debug</BT_BuildType>
  175. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  176. <Base_Android>true</Base_Android>
  177. <CfgParent>Base</CfgParent>
  178. <Base>true</Base>
  179. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  180. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  181. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  182. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  183. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  184. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  185. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  186. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  187. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  188. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  189. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  190. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  191. <AUP_CAMERA>true</AUP_CAMERA>
  192. <AUP_INTERNET>true</AUP_INTERNET>
  193. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  194. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  195. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  196. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  197. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  198. <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>
  199. </PropertyGroup>
  200. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  201. <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>
  202. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  203. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  204. <BT_BuildType>Debug</BT_BuildType>
  205. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  206. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  207. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  208. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  209. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  210. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  211. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  212. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  213. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  214. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  215. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  216. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  217. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  218. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  219. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  220. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  221. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  222. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  223. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  224. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  225. <iPhone_Spotlight120>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_120x120.png</iPhone_Spotlight120>
  226. <iPhone_Launch828>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_828x1792.png</iPhone_Launch828>
  227. <iPhone_Launch1136x640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1136x640.png</iPhone_Launch1136x640>
  228. <iPhone_Launch1242x2688>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2688.png</iPhone_Launch1242x2688>
  229. <iPhone_Launch1334>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1334x750.png</iPhone_Launch1334>
  230. <iPhone_Launch1792>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1792x828.png</iPhone_Launch1792>
  231. <iPhone_Launch2688x1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2688x1242.png</iPhone_Launch2688x1242>
  232. <iPad_AppIcon83_5>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_83.5x83.5.png</iPad_AppIcon83_5>
  233. <iPad_AppIcon167>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_167x167.png</iPad_AppIcon167>
  234. <iPad_Launch1668>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2224.png</iPad_Launch1668>
  235. <iPad_Launch1668x2388>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2388.png</iPad_Launch1668x2388>
  236. <iPad_Launch2048x2732>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_2048x2732.png</iPad_Launch2048x2732>
  237. <iPad_Launch2224>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2224x1668.png</iPad_Launch2224>
  238. <iPad_Launch2388x1668>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2388x1668.png</iPad_Launch2388x1668>
  239. <iPad_Launch2732x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2732x2048.png</iPad_Launch2732x2048>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  242. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  243. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  244. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  245. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  246. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  247. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  248. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  249. <iPhone_Spotlight120>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_120x120.png</iPhone_Spotlight120>
  250. <iPhone_Launch828>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_828x1792.png</iPhone_Launch828>
  251. <iPhone_Launch1136x640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1136x640.png</iPhone_Launch1136x640>
  252. <iPhone_Launch1242x2688>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2688.png</iPhone_Launch1242x2688>
  253. <iPhone_Launch1334>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1334x750.png</iPhone_Launch1334>
  254. <iPhone_Launch1792>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1792x828.png</iPhone_Launch1792>
  255. <iPhone_Launch2688x1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2688x1242.png</iPhone_Launch2688x1242>
  256. <iPad_AppIcon83_5>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_83.5x83.5.png</iPad_AppIcon83_5>
  257. <iPad_AppIcon167>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_167x167.png</iPad_AppIcon167>
  258. <iPad_Launch1668>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2224.png</iPad_Launch1668>
  259. <iPad_Launch1668x2388>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2388.png</iPad_Launch1668x2388>
  260. <iPad_Launch2048x2732>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_2048x2732.png</iPad_Launch2048x2732>
  261. <iPad_Launch2224>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2224x1668.png</iPad_Launch2224>
  262. <iPad_Launch2388x1668>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2388x1668.png</iPad_Launch2388x1668>
  263. <iPad_Launch2732x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2732x2048.png</iPad_Launch2732x2048>
  264. </PropertyGroup>
  265. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  266. <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>
  267. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  268. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  269. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  270. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  271. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  272. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  273. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  274. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  275. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  276. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  277. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  278. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  279. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  280. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  281. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  282. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  283. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  284. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  285. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  286. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  287. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  288. <iPhone_Spotlight120>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_120x120.png</iPhone_Spotlight120>
  289. <iPhone_Launch828>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_828x1792.png</iPhone_Launch828>
  290. <iPhone_Launch1136x640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1136x640.png</iPhone_Launch1136x640>
  291. <iPhone_Launch1242x2688>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2688.png</iPhone_Launch1242x2688>
  292. <iPhone_Launch1334>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1334x750.png</iPhone_Launch1334>
  293. <iPhone_Launch1792>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1792x828.png</iPhone_Launch1792>
  294. <iPhone_Launch2688x1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2688x1242.png</iPhone_Launch2688x1242>
  295. <iPad_AppIcon83_5>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_83.5x83.5.png</iPad_AppIcon83_5>
  296. <iPad_AppIcon167>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_167x167.png</iPad_AppIcon167>
  297. <iPad_Launch1668>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2224.png</iPad_Launch1668>
  298. <iPad_Launch1668x2388>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1668x2388.png</iPad_Launch1668x2388>
  299. <iPad_Launch2048x2732>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_2048x2732.png</iPad_Launch2048x2732>
  300. <iPad_Launch2224>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2224x1668.png</iPad_Launch2224>
  301. <iPad_Launch2388x1668>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2388x1668.png</iPad_Launch2388x1668>
  302. <iPad_Launch2732x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2732x2048.png</iPad_Launch2732x2048>
  303. </PropertyGroup>
  304. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  305. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  306. <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</VerInfo_Keys>
  307. <BT_BuildType>Debug</BT_BuildType>
  308. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  309. </PropertyGroup>
  310. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  311. <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</VerInfo_Keys>
  312. <BT_BuildType>Debug</BT_BuildType>
  313. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  314. <Base_OSX32>true</Base_OSX32>
  315. <CfgParent>Base</CfgParent>
  316. <Base>true</Base>
  317. </PropertyGroup>
  318. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  319. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  320. <BT_BuildType>Debug</BT_BuildType>
  321. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  322. <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>
  323. <VerInfo_Locale>1033</VerInfo_Locale>
  324. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  325. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  326. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  327. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  328. </PropertyGroup>
  329. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  330. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  331. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  332. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  333. <BT_BuildType>Debug</BT_BuildType>
  334. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  335. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  336. <VerInfo_Locale>1033</VerInfo_Locale>
  337. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  338. </PropertyGroup>
  339. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  340. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  341. <DCC_DebugInformation>0</DCC_DebugInformation>
  342. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  343. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  344. </PropertyGroup>
  345. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  346. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  347. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  348. </PropertyGroup>
  349. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  350. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  351. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  352. </PropertyGroup>
  353. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  354. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  355. <DCC_Optimize>false</DCC_Optimize>
  356. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  357. </PropertyGroup>
  358. <PropertyGroup Condition="'$(Cfg_2_iOSDevice32)'!=''">
  359. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  360. </PropertyGroup>
  361. <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
  362. <BT_BuildType>Debug</BT_BuildType>
  363. </PropertyGroup>
  364. <PropertyGroup Condition="'$(Cfg_2_iOSSimulator)'!=''">
  365. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  366. </PropertyGroup>
  367. <PropertyGroup Condition="'$(Cfg_2_OSX32)'!=''">
  368. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  369. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  370. <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</VerInfo_Keys>
  371. </PropertyGroup>
  372. <PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''">
  373. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  374. <Cfg_2_OSX32>true</Cfg_2_OSX32>
  375. <CfgParent>Cfg_2</CfgParent>
  376. <Cfg_2>true</Cfg_2>
  377. <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</VerInfo_Keys>
  378. </PropertyGroup>
  379. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  380. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  381. <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>
  382. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  383. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  384. <VerInfo_Locale>1033</VerInfo_Locale>
  385. </PropertyGroup>
  386. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  387. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  388. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  389. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  390. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  391. <VerInfo_Locale>1033</VerInfo_Locale>
  392. </PropertyGroup>
  393. <ItemGroup>
  394. <DelphiCompile Include="$(MainSource)">
  395. <MainSource>MainSource</MainSource>
  396. </DelphiCompile>
  397. <DCCReference Include="main.pas">
  398. <Form>Form1</Form>
  399. </DCCReference>
  400. <BuildConfiguration Include="Debug">
  401. <Key>Cfg_2</Key>
  402. <CfgParent>Base</CfgParent>
  403. </BuildConfiguration>
  404. <BuildConfiguration Include="Base">
  405. <Key>Base</Key>
  406. </BuildConfiguration>
  407. <BuildConfiguration Include="Release">
  408. <Key>Cfg_1</Key>
  409. <CfgParent>Base</CfgParent>
  410. </BuildConfiguration>
  411. </ItemGroup>
  412. <ProjectExtensions>
  413. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  414. <Borland.ProjectType/>
  415. <BorlandProject>
  416. <Delphi.Personality>
  417. <Source>
  418. <Source Name="MainSource">JsonSerializer.dpr</Source>
  419. </Source>
  420. <Excluded_Packages>
  421. <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt260.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
  422. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  423. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  424. <Excluded_Packages Name="C:\Libs\NusEnvision\neUtils\Packages\D103Rio\Win32\Release\neUtilsD103Rio.bpl">File C:\Libs\NusEnvision\neUtils\Packages\D103Rio\Win32\Release\neUtilsD103Rio.bpl not found</Excluded_Packages>
  425. </Excluded_Packages>
  426. </Delphi.Personality>
  427. <Platforms>
  428. <Platform value="Android">False</Platform>
  429. <Platform value="Android64">False</Platform>
  430. <Platform value="iOSDevice32">False</Platform>
  431. <Platform value="iOSDevice64">False</Platform>
  432. <Platform value="iOSSimulator">False</Platform>
  433. <Platform value="OSX32">True</Platform>
  434. <Platform value="OSX64">True</Platform>
  435. <Platform value="Win32">True</Platform>
  436. <Platform value="Win64">True</Platform>
  437. </Platforms>
  438. <Deployment Version="3">
  439. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  440. <Platform Name="OSX32">
  441. <Overwrite>true</Overwrite>
  442. </Platform>
  443. </DeployFile>
  444. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  445. <Platform Name="OSX64">
  446. <Overwrite>true</Overwrite>
  447. </Platform>
  448. </DeployFile>
  449. <DeployFile LocalName="bin\OSX32\Debug\JsonSerializer.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList">
  450. <Platform Name="OSX32">
  451. <RemoteName>Info.plist</RemoteName>
  452. <Overwrite>true</Overwrite>
  453. </Platform>
  454. </DeployFile>
  455. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  456. <Platform Name="iOSSimulator">
  457. <Overwrite>true</Overwrite>
  458. </Platform>
  459. </DeployFile>
  460. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  461. <Platform Name="iOSSimulator">
  462. <Overwrite>true</Overwrite>
  463. </Platform>
  464. </DeployFile>
  465. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  466. <Platform Name="OSX32">
  467. <Overwrite>true</Overwrite>
  468. </Platform>
  469. </DeployFile>
  470. <DeployFile LocalName="bin\OSX32\Debug\JsonSerializer" Configuration="Debug" Class="ProjectOutput">
  471. <Platform Name="OSX32">
  472. <RemoteName>JsonSerializer</RemoteName>
  473. <Overwrite>true</Overwrite>
  474. </Platform>
  475. </DeployFile>
  476. <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource">
  477. <Platform Name="OSX32">
  478. <RemoteName>JsonSerializer.icns</RemoteName>
  479. <Overwrite>true</Overwrite>
  480. </Platform>
  481. </DeployFile>
  482. <DeployFile LocalName="bin\OSX32\Debug\JsonSerializer.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements">
  483. <Platform Name="OSX32">
  484. <Overwrite>true</Overwrite>
  485. </Platform>
  486. </DeployFile>
  487. <DeployClass Name="AdditionalDebugSymbols">
  488. <Platform Name="iOSSimulator">
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="OSX32">
  492. <RemoteDir>Contents\MacOS</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="Win32">
  496. <Operation>0</Operation>
  497. </Platform>
  498. </DeployClass>
  499. <DeployClass Name="AndroidClassesDexFile">
  500. <Platform Name="Android">
  501. <RemoteDir>classes</RemoteDir>
  502. <Operation>1</Operation>
  503. </Platform>
  504. <Platform Name="Android64">
  505. <RemoteDir>classes</RemoteDir>
  506. <Operation>1</Operation>
  507. </Platform>
  508. </DeployClass>
  509. <DeployClass Name="AndroidFileProvider">
  510. <Platform Name="Android">
  511. <RemoteDir>res\xml</RemoteDir>
  512. <Operation>1</Operation>
  513. </Platform>
  514. <Platform Name="Android64">
  515. <RemoteDir>res\xml</RemoteDir>
  516. <Operation>1</Operation>
  517. </Platform>
  518. </DeployClass>
  519. <DeployClass Name="AndroidGDBServer">
  520. <Platform Name="Android">
  521. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  522. <Operation>1</Operation>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Name="AndroidLibnativeArmeabiFile">
  526. <Platform Name="Android">
  527. <RemoteDir>library\lib\armeabi</RemoteDir>
  528. <Operation>1</Operation>
  529. </Platform>
  530. <Platform Name="Android64">
  531. <RemoteDir>library\lib\armeabi</RemoteDir>
  532. <Operation>1</Operation>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  536. <Platform Name="Android64">
  537. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  538. <Operation>1</Operation>
  539. </Platform>
  540. </DeployClass>
  541. <DeployClass Name="AndroidLibnativeMipsFile">
  542. <Platform Name="Android">
  543. <RemoteDir>library\lib\mips</RemoteDir>
  544. <Operation>1</Operation>
  545. </Platform>
  546. <Platform Name="Android64">
  547. <RemoteDir>library\lib\mips</RemoteDir>
  548. <Operation>1</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="AndroidServiceOutput">
  552. <Platform Name="Android">
  553. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. <Platform Name="Android64">
  557. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  558. <Operation>1</Operation>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="AndroidServiceOutput_Android32">
  562. <Platform Name="Android64">
  563. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="AndroidSplashImageDef">
  568. <Platform Name="Android">
  569. <RemoteDir>res\drawable</RemoteDir>
  570. <Operation>1</Operation>
  571. </Platform>
  572. <Platform Name="Android64">
  573. <RemoteDir>res\drawable</RemoteDir>
  574. <Operation>1</Operation>
  575. </Platform>
  576. </DeployClass>
  577. <DeployClass Name="AndroidSplashStyles">
  578. <Platform Name="Android">
  579. <RemoteDir>res\values</RemoteDir>
  580. <Operation>1</Operation>
  581. </Platform>
  582. <Platform Name="Android64">
  583. <RemoteDir>res\values</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. </DeployClass>
  587. <DeployClass Name="AndroidSplashStylesV21">
  588. <Platform Name="Android">
  589. <RemoteDir>res\values-v21</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="Android64">
  593. <RemoteDir>res\values-v21</RemoteDir>
  594. <Operation>1</Operation>
  595. </Platform>
  596. </DeployClass>
  597. <DeployClass Name="Android_Colors">
  598. <Platform Name="Android">
  599. <RemoteDir>res\values</RemoteDir>
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="Android64">
  603. <RemoteDir>res\values</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. </DeployClass>
  607. <DeployClass Name="Android_DefaultAppIcon">
  608. <Platform Name="Android">
  609. <RemoteDir>res\drawable</RemoteDir>
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="Android64">
  613. <RemoteDir>res\drawable</RemoteDir>
  614. <Operation>1</Operation>
  615. </Platform>
  616. </DeployClass>
  617. <DeployClass Name="Android_LauncherIcon144">
  618. <Platform Name="Android">
  619. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. <Platform Name="Android64">
  623. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  624. <Operation>1</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="Android_LauncherIcon36">
  628. <Platform Name="Android">
  629. <RemoteDir>res\drawable-ldpi</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="Android64">
  633. <RemoteDir>res\drawable-ldpi</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="Android_LauncherIcon48">
  638. <Platform Name="Android">
  639. <RemoteDir>res\drawable-mdpi</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="Android64">
  643. <RemoteDir>res\drawable-mdpi</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. </DeployClass>
  647. <DeployClass Name="Android_LauncherIcon72">
  648. <Platform Name="Android">
  649. <RemoteDir>res\drawable-hdpi</RemoteDir>
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="Android64">
  653. <RemoteDir>res\drawable-hdpi</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. </DeployClass>
  657. <DeployClass Name="Android_LauncherIcon96">
  658. <Platform Name="Android">
  659. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  660. <Operation>1</Operation>
  661. </Platform>
  662. <Platform Name="Android64">
  663. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. </DeployClass>
  667. <DeployClass Name="Android_NotificationIcon24">
  668. <Platform Name="Android">
  669. <RemoteDir>res\drawable-mdpi</RemoteDir>
  670. <Operation>1</Operation>
  671. </Platform>
  672. <Platform Name="Android64">
  673. <RemoteDir>res\drawable-mdpi</RemoteDir>
  674. <Operation>1</Operation>
  675. </Platform>
  676. </DeployClass>
  677. <DeployClass Name="Android_NotificationIcon36">
  678. <Platform Name="Android">
  679. <RemoteDir>res\drawable-hdpi</RemoteDir>
  680. <Operation>1</Operation>
  681. </Platform>
  682. <Platform Name="Android64">
  683. <RemoteDir>res\drawable-hdpi</RemoteDir>
  684. <Operation>1</Operation>
  685. </Platform>
  686. </DeployClass>
  687. <DeployClass Name="Android_NotificationIcon48">
  688. <Platform Name="Android">
  689. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  690. <Operation>1</Operation>
  691. </Platform>
  692. <Platform Name="Android64">
  693. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  694. <Operation>1</Operation>
  695. </Platform>
  696. </DeployClass>
  697. <DeployClass Name="Android_NotificationIcon72">
  698. <Platform Name="Android">
  699. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  700. <Operation>1</Operation>
  701. </Platform>
  702. <Platform Name="Android64">
  703. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  704. <Operation>1</Operation>
  705. </Platform>
  706. </DeployClass>
  707. <DeployClass Name="Android_NotificationIcon96">
  708. <Platform Name="Android">
  709. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  710. <Operation>1</Operation>
  711. </Platform>
  712. <Platform Name="Android64">
  713. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  714. <Operation>1</Operation>
  715. </Platform>
  716. </DeployClass>
  717. <DeployClass Name="Android_SplashImage426">
  718. <Platform Name="Android">
  719. <RemoteDir>res\drawable-small</RemoteDir>
  720. <Operation>1</Operation>
  721. </Platform>
  722. <Platform Name="Android64">
  723. <RemoteDir>res\drawable-small</RemoteDir>
  724. <Operation>1</Operation>
  725. </Platform>
  726. </DeployClass>
  727. <DeployClass Name="Android_SplashImage470">
  728. <Platform Name="Android">
  729. <RemoteDir>res\drawable-normal</RemoteDir>
  730. <Operation>1</Operation>
  731. </Platform>
  732. <Platform Name="Android64">
  733. <RemoteDir>res\drawable-normal</RemoteDir>
  734. <Operation>1</Operation>
  735. </Platform>
  736. </DeployClass>
  737. <DeployClass Name="Android_SplashImage640">
  738. <Platform Name="Android">
  739. <RemoteDir>res\drawable-large</RemoteDir>
  740. <Operation>1</Operation>
  741. </Platform>
  742. <Platform Name="Android64">
  743. <RemoteDir>res\drawable-large</RemoteDir>
  744. <Operation>1</Operation>
  745. </Platform>
  746. </DeployClass>
  747. <DeployClass Name="Android_SplashImage960">
  748. <Platform Name="Android">
  749. <RemoteDir>res\drawable-xlarge</RemoteDir>
  750. <Operation>1</Operation>
  751. </Platform>
  752. <Platform Name="Android64">
  753. <RemoteDir>res\drawable-xlarge</RemoteDir>
  754. <Operation>1</Operation>
  755. </Platform>
  756. </DeployClass>
  757. <DeployClass Name="Android_Strings">
  758. <Platform Name="Android">
  759. <RemoteDir>res\values</RemoteDir>
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="Android64">
  763. <RemoteDir>res\values</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. </DeployClass>
  767. <DeployClass Name="DebugSymbols">
  768. <Platform Name="iOSSimulator">
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="OSX32">
  772. <RemoteDir>Contents\MacOS</RemoteDir>
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="Win32">
  776. <Operation>0</Operation>
  777. </Platform>
  778. </DeployClass>
  779. <DeployClass Name="DependencyFramework">
  780. <Platform Name="OSX32">
  781. <RemoteDir>Contents\MacOS</RemoteDir>
  782. <Operation>1</Operation>
  783. <Extensions>.framework</Extensions>
  784. </Platform>
  785. <Platform Name="OSX64">
  786. <RemoteDir>Contents\MacOS</RemoteDir>
  787. <Operation>1</Operation>
  788. <Extensions>.framework</Extensions>
  789. </Platform>
  790. <Platform Name="Win32">
  791. <Operation>0</Operation>
  792. </Platform>
  793. </DeployClass>
  794. <DeployClass Name="DependencyModule">
  795. <Platform Name="iOSDevice32">
  796. <Operation>1</Operation>
  797. <Extensions>.dylib</Extensions>
  798. </Platform>
  799. <Platform Name="iOSDevice64">
  800. <Operation>1</Operation>
  801. <Extensions>.dylib</Extensions>
  802. </Platform>
  803. <Platform Name="iOSSimulator">
  804. <Operation>1</Operation>
  805. <Extensions>.dylib</Extensions>
  806. </Platform>
  807. <Platform Name="OSX32">
  808. <RemoteDir>Contents\MacOS</RemoteDir>
  809. <Operation>1</Operation>
  810. <Extensions>.dylib</Extensions>
  811. </Platform>
  812. <Platform Name="OSX64">
  813. <RemoteDir>Contents\MacOS</RemoteDir>
  814. <Operation>1</Operation>
  815. <Extensions>.dylib</Extensions>
  816. </Platform>
  817. <Platform Name="Win32">
  818. <Operation>0</Operation>
  819. <Extensions>.dll;.bpl</Extensions>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Required="true" Name="DependencyPackage">
  823. <Platform Name="iOSDevice32">
  824. <Operation>1</Operation>
  825. <Extensions>.dylib</Extensions>
  826. </Platform>
  827. <Platform Name="iOSDevice64">
  828. <Operation>1</Operation>
  829. <Extensions>.dylib</Extensions>
  830. </Platform>
  831. <Platform Name="iOSSimulator">
  832. <Operation>1</Operation>
  833. <Extensions>.dylib</Extensions>
  834. </Platform>
  835. <Platform Name="OSX32">
  836. <RemoteDir>Contents\MacOS</RemoteDir>
  837. <Operation>1</Operation>
  838. <Extensions>.dylib</Extensions>
  839. </Platform>
  840. <Platform Name="OSX64">
  841. <RemoteDir>Contents\MacOS</RemoteDir>
  842. <Operation>1</Operation>
  843. <Extensions>.dylib</Extensions>
  844. </Platform>
  845. <Platform Name="Win32">
  846. <Operation>0</Operation>
  847. <Extensions>.bpl</Extensions>
  848. </Platform>
  849. </DeployClass>
  850. <DeployClass Name="File">
  851. <Platform Name="Android">
  852. <Operation>0</Operation>
  853. </Platform>
  854. <Platform Name="Android64">
  855. <Operation>0</Operation>
  856. </Platform>
  857. <Platform Name="iOSDevice32">
  858. <Operation>0</Operation>
  859. </Platform>
  860. <Platform Name="iOSDevice64">
  861. <Operation>0</Operation>
  862. </Platform>
  863. <Platform Name="iOSSimulator">
  864. <Operation>0</Operation>
  865. </Platform>
  866. <Platform Name="OSX32">
  867. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  868. <Operation>0</Operation>
  869. </Platform>
  870. <Platform Name="OSX64">
  871. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  872. <Operation>0</Operation>
  873. </Platform>
  874. <Platform Name="Win32">
  875. <Operation>0</Operation>
  876. </Platform>
  877. </DeployClass>
  878. <DeployClass Name="iPad_Launch1024">
  879. <Platform Name="iOSDevice32">
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="iOSDevice64">
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="iOSSimulator">
  886. <Operation>1</Operation>
  887. </Platform>
  888. </DeployClass>
  889. <DeployClass Name="iPad_Launch1024x768">
  890. <Platform Name="iOSDevice32">
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="iOSDevice64">
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="iOSSimulator">
  897. <Operation>1</Operation>
  898. </Platform>
  899. </DeployClass>
  900. <DeployClass Name="iPad_Launch1536">
  901. <Platform Name="iOSDevice32">
  902. <Operation>1</Operation>
  903. </Platform>
  904. <Platform Name="iOSDevice64">
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="iOSSimulator">
  908. <Operation>1</Operation>
  909. </Platform>
  910. </DeployClass>
  911. <DeployClass Name="iPad_Launch1536x2048">
  912. <Platform Name="iOSDevice32">
  913. <Operation>1</Operation>
  914. </Platform>
  915. <Platform Name="iOSDevice64">
  916. <Operation>1</Operation>
  917. </Platform>
  918. <Platform Name="iOSSimulator">
  919. <Operation>1</Operation>
  920. </Platform>
  921. </DeployClass>
  922. <DeployClass Name="iPad_Launch1668">
  923. <Platform Name="iOSDevice32">
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSDevice64">
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="iOSSimulator">
  930. <Operation>1</Operation>
  931. </Platform>
  932. </DeployClass>
  933. <DeployClass Name="iPad_Launch1668x2388">
  934. <Platform Name="iOSDevice32">
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="iOSDevice64">
  938. <Operation>1</Operation>
  939. </Platform>
  940. <Platform Name="iOSSimulator">
  941. <Operation>1</Operation>
  942. </Platform>
  943. </DeployClass>
  944. <DeployClass Name="iPad_Launch2048">
  945. <Platform Name="iOSDevice32">
  946. <Operation>1</Operation>
  947. </Platform>
  948. <Platform Name="iOSDevice64">
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="iOSSimulator">
  952. <Operation>1</Operation>
  953. </Platform>
  954. </DeployClass>
  955. <DeployClass Name="iPad_Launch2048x1536">
  956. <Platform Name="iOSDevice32">
  957. <Operation>1</Operation>
  958. </Platform>
  959. <Platform Name="iOSDevice64">
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="iOSSimulator">
  963. <Operation>1</Operation>
  964. </Platform>
  965. </DeployClass>
  966. <DeployClass Name="iPad_Launch2048x2732">
  967. <Platform Name="iOSDevice32">
  968. <Operation>1</Operation>
  969. </Platform>
  970. <Platform Name="iOSDevice64">
  971. <Operation>1</Operation>
  972. </Platform>
  973. <Platform Name="iOSSimulator">
  974. <Operation>1</Operation>
  975. </Platform>
  976. </DeployClass>
  977. <DeployClass Name="iPad_Launch2224">
  978. <Platform Name="iOSDevice32">
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="iOSDevice64">
  982. <Operation>1</Operation>
  983. </Platform>
  984. <Platform Name="iOSSimulator">
  985. <Operation>1</Operation>
  986. </Platform>
  987. </DeployClass>
  988. <DeployClass Name="iPad_Launch2388x1668">
  989. <Platform Name="iOSDevice32">
  990. <Operation>1</Operation>
  991. </Platform>
  992. <Platform Name="iOSDevice64">
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="iOSSimulator">
  996. <Operation>1</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="iPad_Launch2732x2048">
  1000. <Platform Name="iOSDevice32">
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. <Platform Name="iOSDevice64">
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSSimulator">
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. </DeployClass>
  1010. <DeployClass Name="iPad_Launch768">
  1011. <Platform Name="iOSDevice32">
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="iOSDevice64">
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. <Platform Name="iOSSimulator">
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. </DeployClass>
  1021. <DeployClass Name="iPad_Launch768x1024">
  1022. <Platform Name="iOSDevice32">
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. <Platform Name="iOSDevice64">
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. <Platform Name="iOSSimulator">
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. </DeployClass>
  1032. <DeployClass Name="iPhone_Launch1125">
  1033. <Platform Name="iOSDevice32">
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. <Platform Name="iOSDevice64">
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. <Platform Name="iOSSimulator">
  1040. <Operation>1</Operation>
  1041. </Platform>
  1042. </DeployClass>
  1043. <DeployClass Name="iPhone_Launch1136x640">
  1044. <Platform Name="iOSDevice32">
  1045. <Operation>1</Operation>
  1046. </Platform>
  1047. <Platform Name="iOSDevice64">
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. <Platform Name="iOSSimulator">
  1051. <Operation>1</Operation>
  1052. </Platform>
  1053. </DeployClass>
  1054. <DeployClass Name="iPhone_Launch1242">
  1055. <Platform Name="iOSDevice32">
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. <Platform Name="iOSDevice64">
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. <Platform Name="iOSSimulator">
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. </DeployClass>
  1065. <DeployClass Name="iPhone_Launch1242x2688">
  1066. <Platform Name="iOSDevice32">
  1067. <Operation>1</Operation>
  1068. </Platform>
  1069. <Platform Name="iOSDevice64">
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. <Platform Name="iOSSimulator">
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. </DeployClass>
  1076. <DeployClass Name="iPhone_Launch1334">
  1077. <Platform Name="iOSDevice32">
  1078. <Operation>1</Operation>
  1079. </Platform>
  1080. <Platform Name="iOSDevice64">
  1081. <Operation>1</Operation>
  1082. </Platform>
  1083. <Platform Name="iOSSimulator">
  1084. <Operation>1</Operation>
  1085. </Platform>
  1086. </DeployClass>
  1087. <DeployClass Name="iPhone_Launch1792">
  1088. <Platform Name="iOSDevice32">
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. <Platform Name="iOSDevice64">
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. <Platform Name="iOSSimulator">
  1095. <Operation>1</Operation>
  1096. </Platform>
  1097. </DeployClass>
  1098. <DeployClass Name="iPhone_Launch2208">
  1099. <Platform Name="iOSDevice32">
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. <Platform Name="iOSDevice64">
  1103. <Operation>1</Operation>
  1104. </Platform>
  1105. <Platform Name="iOSSimulator">
  1106. <Operation>1</Operation>
  1107. </Platform>
  1108. </DeployClass>
  1109. <DeployClass Name="iPhone_Launch2436">
  1110. <Platform Name="iOSDevice32">
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. <Platform Name="iOSDevice64">
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. <Platform Name="iOSSimulator">
  1117. <Operation>1</Operation>
  1118. </Platform>
  1119. </DeployClass>
  1120. <DeployClass Name="iPhone_Launch2688x1242">
  1121. <Platform Name="iOSDevice32">
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. <Platform Name="iOSDevice64">
  1125. <Operation>1</Operation>
  1126. </Platform>
  1127. <Platform Name="iOSSimulator">
  1128. <Operation>1</Operation>
  1129. </Platform>
  1130. </DeployClass>
  1131. <DeployClass Name="iPhone_Launch320">
  1132. <Platform Name="iOSDevice32">
  1133. <Operation>1</Operation>
  1134. </Platform>
  1135. <Platform Name="iOSDevice64">
  1136. <Operation>1</Operation>
  1137. </Platform>
  1138. <Platform Name="iOSSimulator">
  1139. <Operation>1</Operation>
  1140. </Platform>
  1141. </DeployClass>
  1142. <DeployClass Name="iPhone_Launch640">
  1143. <Platform Name="iOSDevice32">
  1144. <Operation>1</Operation>
  1145. </Platform>
  1146. <Platform Name="iOSDevice64">
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. <Platform Name="iOSSimulator">
  1150. <Operation>1</Operation>
  1151. </Platform>
  1152. </DeployClass>
  1153. <DeployClass Name="iPhone_Launch640x1136">
  1154. <Platform Name="iOSDevice32">
  1155. <Operation>1</Operation>
  1156. </Platform>
  1157. <Platform Name="iOSDevice64">
  1158. <Operation>1</Operation>
  1159. </Platform>
  1160. <Platform Name="iOSSimulator">
  1161. <Operation>1</Operation>
  1162. </Platform>
  1163. </DeployClass>
  1164. <DeployClass Name="iPhone_Launch750">
  1165. <Platform Name="iOSDevice32">
  1166. <Operation>1</Operation>
  1167. </Platform>
  1168. <Platform Name="iOSDevice64">
  1169. <Operation>1</Operation>
  1170. </Platform>
  1171. <Platform Name="iOSSimulator">
  1172. <Operation>1</Operation>
  1173. </Platform>
  1174. </DeployClass>
  1175. <DeployClass Name="iPhone_Launch828">
  1176. <Platform Name="iOSDevice32">
  1177. <Operation>1</Operation>
  1178. </Platform>
  1179. <Platform Name="iOSDevice64">
  1180. <Operation>1</Operation>
  1181. </Platform>
  1182. <Platform Name="iOSSimulator">
  1183. <Operation>1</Operation>
  1184. </Platform>
  1185. </DeployClass>
  1186. <DeployClass Name="ProjectAndroidManifest">
  1187. <Platform Name="Android">
  1188. <Operation>1</Operation>
  1189. </Platform>
  1190. <Platform Name="Android64">
  1191. <Operation>1</Operation>
  1192. </Platform>
  1193. </DeployClass>
  1194. <DeployClass Name="ProjectiOSDeviceDebug">
  1195. <Platform Name="iOSDevice32">
  1196. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1197. <Operation>1</Operation>
  1198. </Platform>
  1199. <Platform Name="iOSDevice64">
  1200. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1201. <Operation>1</Operation>
  1202. </Platform>
  1203. </DeployClass>
  1204. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1205. <Platform Name="iOSDevice32">
  1206. <Operation>1</Operation>
  1207. </Platform>
  1208. <Platform Name="iOSDevice64">
  1209. <Operation>1</Operation>
  1210. </Platform>
  1211. </DeployClass>
  1212. <DeployClass Name="ProjectiOSEntitlements">
  1213. <Platform Name="iOSDevice32">
  1214. <RemoteDir>..\</RemoteDir>
  1215. <Operation>1</Operation>
  1216. </Platform>
  1217. <Platform Name="iOSDevice64">
  1218. <RemoteDir>..\</RemoteDir>
  1219. <Operation>1</Operation>
  1220. </Platform>
  1221. </DeployClass>
  1222. <DeployClass Name="ProjectiOSInfoPList">
  1223. <Platform Name="iOSDevice32">
  1224. <Operation>1</Operation>
  1225. </Platform>
  1226. <Platform Name="iOSDevice64">
  1227. <Operation>1</Operation>
  1228. </Platform>
  1229. <Platform Name="iOSSimulator">
  1230. <Operation>1</Operation>
  1231. </Platform>
  1232. </DeployClass>
  1233. <DeployClass Name="ProjectiOSResource">
  1234. <Platform Name="iOSDevice32">
  1235. <Operation>1</Operation>
  1236. </Platform>
  1237. <Platform Name="iOSDevice64">
  1238. <Operation>1</Operation>
  1239. </Platform>
  1240. <Platform Name="iOSSimulator">
  1241. <Operation>1</Operation>
  1242. </Platform>
  1243. </DeployClass>
  1244. <DeployClass Name="ProjectOSXDebug">
  1245. <Platform Name="OSX64">
  1246. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1247. <Operation>1</Operation>
  1248. </Platform>
  1249. </DeployClass>
  1250. <DeployClass Name="ProjectOSXEntitlements">
  1251. <Platform Name="OSX32">
  1252. <RemoteDir>..\</RemoteDir>
  1253. <Operation>1</Operation>
  1254. </Platform>
  1255. <Platform Name="OSX64">
  1256. <RemoteDir>..\</RemoteDir>
  1257. <Operation>1</Operation>
  1258. </Platform>
  1259. </DeployClass>
  1260. <DeployClass Name="ProjectOSXInfoPList">
  1261. <Platform Name="OSX32">
  1262. <RemoteDir>Contents</RemoteDir>
  1263. <Operation>1</Operation>
  1264. </Platform>
  1265. <Platform Name="OSX64">
  1266. <RemoteDir>Contents</RemoteDir>
  1267. <Operation>1</Operation>
  1268. </Platform>
  1269. </DeployClass>
  1270. <DeployClass Name="ProjectOSXResource">
  1271. <Platform Name="OSX32">
  1272. <RemoteDir>Contents\Resources</RemoteDir>
  1273. <Operation>1</Operation>
  1274. </Platform>
  1275. <Platform Name="OSX64">
  1276. <RemoteDir>Contents\Resources</RemoteDir>
  1277. <Operation>1</Operation>
  1278. </Platform>
  1279. </DeployClass>
  1280. <DeployClass Required="true" Name="ProjectOutput">
  1281. <Platform Name="Android">
  1282. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1283. <Operation>1</Operation>
  1284. </Platform>
  1285. <Platform Name="Android64">
  1286. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1287. <Operation>1</Operation>
  1288. </Platform>
  1289. <Platform Name="iOSDevice32">
  1290. <Operation>1</Operation>
  1291. </Platform>
  1292. <Platform Name="iOSDevice64">
  1293. <Operation>1</Operation>
  1294. </Platform>
  1295. <Platform Name="iOSSimulator">
  1296. <Operation>1</Operation>
  1297. </Platform>
  1298. <Platform Name="Linux64">
  1299. <Operation>1</Operation>
  1300. </Platform>
  1301. <Platform Name="OSX32">
  1302. <RemoteDir>Contents\MacOS</RemoteDir>
  1303. <Operation>1</Operation>
  1304. </Platform>
  1305. <Platform Name="OSX64">
  1306. <RemoteDir>Contents\MacOS</RemoteDir>
  1307. <Operation>1</Operation>
  1308. </Platform>
  1309. <Platform Name="Win32">
  1310. <Operation>0</Operation>
  1311. </Platform>
  1312. </DeployClass>
  1313. <DeployClass Name="ProjectOutput_Android32">
  1314. <Platform Name="Android64">
  1315. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1316. <Operation>1</Operation>
  1317. </Platform>
  1318. </DeployClass>
  1319. <DeployClass Name="ProjectUWPManifest">
  1320. <Platform Name="Win32">
  1321. <Operation>1</Operation>
  1322. </Platform>
  1323. <Platform Name="Win64">
  1324. <Operation>1</Operation>
  1325. </Platform>
  1326. </DeployClass>
  1327. <DeployClass Name="UWP_DelphiLogo150">
  1328. <Platform Name="Win32">
  1329. <RemoteDir>Assets</RemoteDir>
  1330. <Operation>1</Operation>
  1331. </Platform>
  1332. <Platform Name="Win64">
  1333. <RemoteDir>Assets</RemoteDir>
  1334. <Operation>1</Operation>
  1335. </Platform>
  1336. </DeployClass>
  1337. <DeployClass Name="UWP_DelphiLogo44">
  1338. <Platform Name="Win32">
  1339. <RemoteDir>Assets</RemoteDir>
  1340. <Operation>1</Operation>
  1341. </Platform>
  1342. <Platform Name="Win64">
  1343. <RemoteDir>Assets</RemoteDir>
  1344. <Operation>1</Operation>
  1345. </Platform>
  1346. </DeployClass>
  1347. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1348. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1349. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1350. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1351. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1352. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1353. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1354. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1355. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1356. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1357. </Deployment>
  1358. </BorlandProject>
  1359. <ProjectFileVersion>12</ProjectFileVersion>
  1360. </ProjectExtensions>
  1361. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1362. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1363. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1364. </Project>