JsonSerializer.dproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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>1027</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>FMX</FrameworkType>
  10. <ProjectVersion>18.5</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  17. <Base_Android>true</Base_Android>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''">
  22. <Base_iOSDevice32>true</Base_iOSDevice32>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
  27. <Base_iOSDevice64>true</Base_iOSDevice64>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  32. <Base_iOSSimulator>true</Base_iOSSimulator>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
  37. <Base_OSX32>true</Base_OSX32>
  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)'=='iOSDevice32' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice32)'!=''">
  74. <Cfg_2_iOSDevice32>true</Cfg_2_iOSDevice32>
  75. <CfgParent>Cfg_2</CfgParent>
  76. <Cfg_2>true</Cfg_2>
  77. <Base>true</Base>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
  80. <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
  81. <CfgParent>Cfg_2</CfgParent>
  82. <Cfg_2>true</Cfg_2>
  83. <Base>true</Base>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimulator)'!=''">
  86. <Cfg_2_iOSSimulator>true</Cfg_2_iOSSimulator>
  87. <CfgParent>Cfg_2</CfgParent>
  88. <Cfg_2>true</Cfg_2>
  89. <Base>true</Base>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX32)'!=''">
  92. <Cfg_2_OSX32>true</Cfg_2_OSX32>
  93. <CfgParent>Cfg_2</CfgParent>
  94. <Cfg_2>true</Cfg_2>
  95. <Base>true</Base>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  98. <Cfg_2_Win32>true</Cfg_2_Win32>
  99. <CfgParent>Cfg_2</CfgParent>
  100. <Cfg_2>true</Cfg_2>
  101. <Base>true</Base>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  104. <Cfg_2_Win64>true</Cfg_2_Win64>
  105. <CfgParent>Cfg_2</CfgParent>
  106. <Cfg_2>true</Cfg_2>
  107. <Base>true</Base>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Base)'!=''">
  110. <DCC_E>false</DCC_E>
  111. <DCC_F>false</DCC_F>
  112. <DCC_K>false</DCC_K>
  113. <DCC_N>false</DCC_N>
  114. <DCC_S>false</DCC_S>
  115. <DCC_ImageBase>00400000</DCC_ImageBase>
  116. <SanitizedProjectName>JsonSerializer</SanitizedProjectName>
  117. <VerInfo_Locale>3082</VerInfo_Locale>
  118. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  119. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  120. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  121. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Base_Android)'!=''">
  124. <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>
  125. <BT_BuildType>Debug</BT_BuildType>
  126. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  127. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  128. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  129. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  130. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  131. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  132. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  133. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  134. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  135. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  136. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  137. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  138. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  139. <AUP_CAMERA>true</AUP_CAMERA>
  140. <AUP_INTERNET>true</AUP_INTERNET>
  141. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  142. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  143. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  144. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  145. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  146. <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>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  149. <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>
  150. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  151. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  152. <BT_BuildType>Debug</BT_BuildType>
  153. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  154. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  155. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  156. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  157. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  158. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  159. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  160. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  161. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  162. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  163. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  164. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  165. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  166. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  167. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  168. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  169. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  170. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  171. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  172. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  175. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  176. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  177. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  178. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  179. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  180. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  181. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  182. </PropertyGroup>
  183. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  184. <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>
  185. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  186. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  187. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  188. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  189. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  190. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  191. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  192. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  193. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  194. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  195. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  196. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  197. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  198. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  199. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  200. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  201. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  202. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  203. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  204. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  205. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  206. </PropertyGroup>
  207. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  208. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  209. </PropertyGroup>
  210. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  211. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  212. <BT_BuildType>Debug</BT_BuildType>
  213. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  214. <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>
  215. <VerInfo_Locale>1033</VerInfo_Locale>
  216. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  217. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  218. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  219. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  220. </PropertyGroup>
  221. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  222. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  223. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  224. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  225. <BT_BuildType>Debug</BT_BuildType>
  226. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  227. <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>
  228. <VerInfo_Locale>1033</VerInfo_Locale>
  229. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  230. </PropertyGroup>
  231. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  232. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  233. <DCC_DebugInformation>0</DCC_DebugInformation>
  234. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  235. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  236. </PropertyGroup>
  237. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  238. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  239. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  242. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  243. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  244. </PropertyGroup>
  245. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  246. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  247. <DCC_Optimize>false</DCC_Optimize>
  248. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  249. </PropertyGroup>
  250. <PropertyGroup Condition="'$(Cfg_2_iOSDevice32)'!=''">
  251. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  252. </PropertyGroup>
  253. <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
  254. <BT_BuildType>Debug</BT_BuildType>
  255. </PropertyGroup>
  256. <PropertyGroup Condition="'$(Cfg_2_iOSSimulator)'!=''">
  257. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  258. </PropertyGroup>
  259. <PropertyGroup Condition="'$(Cfg_2_OSX32)'!=''">
  260. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  261. </PropertyGroup>
  262. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  263. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  264. <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>
  265. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  266. </PropertyGroup>
  267. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  268. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  269. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  270. <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>
  271. </PropertyGroup>
  272. <ItemGroup>
  273. <DelphiCompile Include="$(MainSource)">
  274. <MainSource>MainSource</MainSource>
  275. </DelphiCompile>
  276. <DCCReference Include="main.pas">
  277. <Form>Form1</Form>
  278. </DCCReference>
  279. <BuildConfiguration Include="Debug">
  280. <Key>Cfg_2</Key>
  281. <CfgParent>Base</CfgParent>
  282. </BuildConfiguration>
  283. <BuildConfiguration Include="Base">
  284. <Key>Base</Key>
  285. </BuildConfiguration>
  286. <BuildConfiguration Include="Release">
  287. <Key>Cfg_1</Key>
  288. <CfgParent>Base</CfgParent>
  289. </BuildConfiguration>
  290. </ItemGroup>
  291. <ProjectExtensions>
  292. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  293. <Borland.ProjectType/>
  294. <BorlandProject>
  295. <Delphi.Personality>
  296. <Source>
  297. <Source Name="MainSource">JsonSerializer.dpr</Source>
  298. </Source>
  299. </Delphi.Personality>
  300. <Platforms>
  301. <Platform value="Android">False</Platform>
  302. <Platform value="iOSDevice32">False</Platform>
  303. <Platform value="iOSDevice64">True</Platform>
  304. <Platform value="iOSSimulator">False</Platform>
  305. <Platform value="OSX32">False</Platform>
  306. <Platform value="Win32">True</Platform>
  307. <Platform value="Win64">True</Platform>
  308. </Platforms>
  309. </BorlandProject>
  310. <ProjectFileVersion>12</ProjectFileVersion>
  311. </ProjectExtensions>
  312. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  313. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  314. </Project>