JsonSerializer.dproj 82 KB

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