1
0

rjson_test.dproj 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{54E16AC0-1FC7-4A0D-B1CA-2D300161A17E}</ProjectGuid>
  4. <ProjectVersion>20.1</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <TargetedPlatforms>1</TargetedPlatforms>
  10. <AppType>Application</AppType>
  11. <MainSource>rjson_test.dpr</MainSource>
  12. <ProjectName Condition="'$(ProjectName)'==''">rjson_test</ProjectName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Base)'=='true') or '$(Base_OSX64)'!=''">
  18. <Base_OSX64>true</Base_OSX64>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Base)'=='true') or '$(Base_OSXARM64)'!=''">
  23. <Base_OSXARM64>true</Base_OSXARM64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  28. <Base_Win32>true</Base_Win32>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  33. <Base_Win64>true</Base_Win64>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  38. <Cfg_1>true</Cfg_1>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  43. <Cfg_1_Win32>true</Cfg_1_Win32>
  44. <CfgParent>Cfg_1</CfgParent>
  45. <Cfg_1>true</Cfg_1>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  49. <Cfg_1_Win64>true</Cfg_1_Win64>
  50. <CfgParent>Cfg_1</CfgParent>
  51. <Cfg_1>true</Cfg_1>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  55. <Cfg_2>true</Cfg_2>
  56. <CfgParent>Base</CfgParent>
  57. <Base>true</Base>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  60. <Cfg_2_Win32>true</Cfg_2_Win32>
  61. <CfgParent>Cfg_2</CfgParent>
  62. <Cfg_2>true</Cfg_2>
  63. <Base>true</Base>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  66. <Cfg_2_Win64>true</Cfg_2_Win64>
  67. <CfgParent>Cfg_2</CfgParent>
  68. <Cfg_2>true</Cfg_2>
  69. <Base>true</Base>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Base)'!=''">
  72. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  73. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  74. <DCC_E>false</DCC_E>
  75. <DCC_N>false</DCC_N>
  76. <DCC_S>false</DCC_S>
  77. <DCC_F>false</DCC_F>
  78. <DCC_K>false</DCC_K>
  79. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  80. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  81. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  82. <SanitizedProjectName>rjson_test</SanitizedProjectName>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Base_OSX64)'!=''">
  85. <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;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  86. <BT_BuildType>Debug</BT_BuildType>
  87. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_OSXARM64)'!=''">
  90. <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;ITSAppUsesNonExemptEncryption=false;NSBluetoothAlwaysUsageDescription=The reason for accessing the Bluetooth interface</VerInfo_Keys>
  91. <BT_BuildType>Debug</BT_BuildType>
  92. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  95. <DCC_UsePackage>DataSnapServer;vclwinx;emshosting;fmx;DbxCommonDriver;vclie;bindengine;VCLRESTComponents;FireDACCommonODBC;DBXMSSQLDriver;IndyIPCommon;emsclient;FireDACCommonDriver;appanalytics;IndyProtocols;vclx;Skia.Package.RTL;dbxcds;vcledge;IndyIPClient;bindcompvclwinx;FmxTeeUI;emsedge;bindcompfmx;DBXFirebirdDriver;inetdb;ibmonitor;FireDACSqliteDriver;DbxClientDriver;FireDACASADriver;Tee;soapmidas;vclactnband;TeeUI;fmxFireDAC;dbexpress;FireDACInfxDriver;DBXMySQLDriver;VclSmp;inet;DataSnapCommon;fmxase;vcltouch;DBXOdbcDriver;dbrtl;FireDACOracleDriver;FireDACDBXDriver;Skia.Package.FMX;fmxdae;TeeDB;FireDACMSAccDriver;CustomIPTransport;FireDACMSSQLDriver;DataSnapIndy10ServerTransport;DataSnapConnectors;DBXInterBaseDriver;vcldsnap;FireDACMongoDBDriver;IndySystem;FireDACTDataDriver;Skia.Package.VCL;vcldb;ibxbindings;vclFireDAC;bindcomp;FireDACCommon;DataSnapServerMidas;FireDACODBCDriver;emsserverresource;IndyCore;RESTBackendComponents;bindcompdbx;rtl;FireDACMySQLDriver;FireDACADSDriver;RESTComponents;DBXSqliteDriver;vcl;adortl;dsnapxml;IndyIPServer;DataSnapClient;DataSnapProviderClient;dsnapcon;DBXSybaseASEDriver;DBXDb2Driver;vclimg;DataSnapFireDAC;emsclientfiredac;FireDACPgDriver;FireDAC;FireDACDSDriver;inetdbxpress;xmlrtl;tethering;ibxpress;bindcompvcl;dsnap;DBXSybaseASADriver;CloudService;DBXOracleDriver;FireDACDb2Driver;DBXInformixDriver;vclib;DataSnapNativeClient;bindcompvclsmp;fmxobj;FMXTee;DatasnapConnectorsFreePascal;soaprtl;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  97. <BT_BuildType>Debug</BT_BuildType>
  98. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  99. <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>
  100. <VerInfo_Locale>1033</VerInfo_Locale>
  101. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  102. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  103. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  106. <DCC_UsePackage>DataSnapServer;vclwinx;emshosting;fmx;DbxCommonDriver;vclie;bindengine;VCLRESTComponents;FireDACCommonODBC;DBXMSSQLDriver;IndyIPCommon;emsclient;FireDACCommonDriver;appanalytics;IndyProtocols;vclx;dbxcds;vcledge;IndyIPClient;bindcompvclwinx;FmxTeeUI;emsedge;bindcompfmx;DBXFirebirdDriver;inetdb;ibmonitor;FireDACSqliteDriver;DbxClientDriver;FireDACASADriver;Tee;soapmidas;vclactnband;TeeUI;fmxFireDAC;dbexpress;FireDACInfxDriver;DBXMySQLDriver;VclSmp;inet;DataSnapCommon;fmxase;vcltouch;DBXOdbcDriver;dbrtl;FireDACOracleDriver;FireDACDBXDriver;fmxdae;TeeDB;FireDACMSAccDriver;CustomIPTransport;FireDACMSSQLDriver;DataSnapIndy10ServerTransport;DataSnapConnectors;DBXInterBaseDriver;vcldsnap;FireDACMongoDBDriver;IndySystem;FireDACTDataDriver;Skia.Package.VCL;vcldb;ibxbindings;vclFireDAC;bindcomp;FireDACCommon;DataSnapServerMidas;FireDACODBCDriver;emsserverresource;IndyCore;RESTBackendComponents;bindcompdbx;rtl;FireDACMySQLDriver;FireDACADSDriver;RESTComponents;DBXSqliteDriver;vcl;adortl;dsnapxml;IndyIPServer;DataSnapClient;DataSnapProviderClient;dsnapcon;DBXSybaseASEDriver;DBXDb2Driver;vclimg;DataSnapFireDAC;emsclientfiredac;FireDACPgDriver;FireDAC;FireDACDSDriver;inetdbxpress;xmlrtl;tethering;ibxpress;bindcompvcl;dsnap;DBXSybaseASADriver;CloudService;DBXOracleDriver;FireDACDb2Driver;DBXInformixDriver;vclib;DataSnapNativeClient;bindcompvclsmp;fmxobj;FMXTee;DatasnapConnectorsFreePascal;soaprtl;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
  107. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  108. <BT_BuildType>Debug</BT_BuildType>
  109. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  110. <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>
  111. <VerInfo_Locale>1033</VerInfo_Locale>
  112. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  113. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  114. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  117. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  118. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  119. <DCC_Optimize>false</DCC_Optimize>
  120. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  121. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  122. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  123. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  124. <DCC_RangeChecking>true</DCC_RangeChecking>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  127. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  128. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  131. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  134. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  135. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  136. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  137. <DCC_DebugInformation>0</DCC_DebugInformation>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  140. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  143. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  144. </PropertyGroup>
  145. <ItemGroup>
  146. <DelphiCompile Include="$(MainSource)">
  147. <MainSource>MainSource</MainSource>
  148. </DelphiCompile>
  149. <DCCReference Include="FormMainUnit.pas">
  150. <Form>FormMain</Form>
  151. <FormType>fmx</FormType>
  152. </DCCReference>
  153. <DCCReference Include="..\rjson.pas"/>
  154. <None Include="..\README.md"/>
  155. <BuildConfiguration Include="Base">
  156. <Key>Base</Key>
  157. </BuildConfiguration>
  158. <BuildConfiguration Include="Debug">
  159. <Key>Cfg_1</Key>
  160. <CfgParent>Base</CfgParent>
  161. </BuildConfiguration>
  162. <BuildConfiguration Include="Release">
  163. <Key>Cfg_2</Key>
  164. <CfgParent>Base</CfgParent>
  165. </BuildConfiguration>
  166. </ItemGroup>
  167. <ProjectExtensions>
  168. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  169. <Borland.ProjectType>Application</Borland.ProjectType>
  170. <BorlandProject>
  171. <Delphi.Personality>
  172. <Source>
  173. <Source Name="MainSource">rjson_test.dpr</Source>
  174. </Source>
  175. </Delphi.Personality>
  176. <Deployment Version="4">
  177. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  178. <Platform Name="iOSSimulator">
  179. <Overwrite>true</Overwrite>
  180. </Platform>
  181. </DeployFile>
  182. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  183. <Platform Name="iOSSimulator">
  184. <Overwrite>true</Overwrite>
  185. </Platform>
  186. </DeployFile>
  187. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  188. <Platform Name="OSX32">
  189. <Overwrite>true</Overwrite>
  190. </Platform>
  191. </DeployFile>
  192. <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource">
  193. <Platform Name="OSX64">
  194. <RemoteName>JOHelperTest.icns</RemoteName>
  195. <Overwrite>true</Overwrite>
  196. </Platform>
  197. </DeployFile>
  198. <DeployFile LocalName="..\README.md" Configuration="Debug" Class="ProjectFile">
  199. <Platform Name="Win32">
  200. <RemoteDir>.\</RemoteDir>
  201. <Overwrite>true</Overwrite>
  202. </Platform>
  203. </DeployFile>
  204. <DeployFile LocalName="OSX64\Debug\JOHelperTest.dSYM" Configuration="Debug" Class="ProjectOSXDebug">
  205. <Platform Name="OSX64">
  206. <RemoteName>JOHelperTest</RemoteName>
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile LocalName="OSX64\Debug\JOHelperTest.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements">
  211. <Platform Name="OSX64">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile LocalName="OSX64\Debug\JOHelperTest.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList">
  216. <Platform Name="OSX64">
  217. <RemoteName>Info.plist</RemoteName>
  218. <Overwrite>true</Overwrite>
  219. </Platform>
  220. </DeployFile>
  221. <DeployFile LocalName="OSX64\Debug\rjson_test" Configuration="Debug" Class="ProjectOutput">
  222. <Platform Name="OSX64">
  223. <RemoteName>rjson_test</RemoteName>
  224. <Overwrite>true</Overwrite>
  225. </Platform>
  226. </DeployFile>
  227. <DeployFile LocalName="Win32\Debug\rjson_test.exe" Configuration="Debug" Class="ProjectOutput">
  228. <Platform Name="Win32">
  229. <RemoteName>rjson_test.exe</RemoteName>
  230. <Overwrite>true</Overwrite>
  231. </Platform>
  232. </DeployFile>
  233. <DeployClass Name="AdditionalDebugSymbols">
  234. <Platform Name="iOSSimulator">
  235. <Operation>1</Operation>
  236. </Platform>
  237. <Platform Name="OSX32">
  238. <RemoteDir>Contents\MacOS</RemoteDir>
  239. <Operation>1</Operation>
  240. </Platform>
  241. <Platform Name="Win32">
  242. <Operation>0</Operation>
  243. </Platform>
  244. </DeployClass>
  245. <DeployClass Name="AndroidClasses">
  246. <Platform Name="Android">
  247. <RemoteDir>classes</RemoteDir>
  248. <Operation>64</Operation>
  249. </Platform>
  250. <Platform Name="Android64">
  251. <RemoteDir>classes</RemoteDir>
  252. <Operation>64</Operation>
  253. </Platform>
  254. </DeployClass>
  255. <DeployClass Name="AndroidFileProvider">
  256. <Platform Name="Android">
  257. <RemoteDir>res\xml</RemoteDir>
  258. <Operation>1</Operation>
  259. </Platform>
  260. <Platform Name="Android64">
  261. <RemoteDir>res\xml</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="AndroidLibnativeArmeabiFile">
  266. <Platform Name="Android">
  267. <RemoteDir>library\lib\armeabi</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. <Platform Name="Android64">
  271. <RemoteDir>library\lib\armeabi</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  276. <Platform Name="Android64">
  277. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="AndroidLibnativeMipsFile">
  282. <Platform Name="Android">
  283. <RemoteDir>library\lib\mips</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. <Platform Name="Android64">
  287. <RemoteDir>library\lib\mips</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. </DeployClass>
  291. <DeployClass Name="AndroidServiceOutput">
  292. <Platform Name="Android">
  293. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  294. <Operation>1</Operation>
  295. </Platform>
  296. <Platform Name="Android64">
  297. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="AndroidServiceOutput_Android32">
  302. <Platform Name="Android64">
  303. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="AndroidSplashImageDef">
  308. <Platform Name="Android">
  309. <RemoteDir>res\drawable</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. <Platform Name="Android64">
  313. <RemoteDir>res\drawable</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="AndroidSplashImageDefV21">
  318. <Platform Name="Android">
  319. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. <Platform Name="Android64">
  323. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="AndroidSplashStyles">
  328. <Platform Name="Android">
  329. <RemoteDir>res\values</RemoteDir>
  330. <Operation>1</Operation>
  331. </Platform>
  332. <Platform Name="Android64">
  333. <RemoteDir>res\values</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="AndroidSplashStylesV21">
  338. <Platform Name="Android">
  339. <RemoteDir>res\values-v21</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. <Platform Name="Android64">
  343. <RemoteDir>res\values-v21</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="AndroidSplashStylesV31">
  348. <Platform Name="Android">
  349. <RemoteDir>res\values-v31</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. <Platform Name="Android64">
  353. <RemoteDir>res\values-v31</RemoteDir>
  354. <Operation>1</Operation>
  355. </Platform>
  356. </DeployClass>
  357. <DeployClass Name="Android_AdaptiveIcon">
  358. <Platform Name="Android">
  359. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  360. <Operation>1</Operation>
  361. </Platform>
  362. <Platform Name="Android64">
  363. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="Android_AdaptiveIconBackground">
  368. <Platform Name="Android">
  369. <RemoteDir>res\drawable</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. <Platform Name="Android64">
  373. <RemoteDir>res\drawable</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="Android_AdaptiveIconForeground">
  378. <Platform Name="Android">
  379. <RemoteDir>res\drawable</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. <Platform Name="Android64">
  383. <RemoteDir>res\drawable</RemoteDir>
  384. <Operation>1</Operation>
  385. </Platform>
  386. </DeployClass>
  387. <DeployClass Name="Android_AdaptiveIconMonochrome">
  388. <Platform Name="Android">
  389. <RemoteDir>res\drawable</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="Android64">
  393. <RemoteDir>res\drawable</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_AdaptiveIconV33">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. <Platform Name="Android64">
  403. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  404. <Operation>1</Operation>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="Android_Colors">
  408. <Platform Name="Android">
  409. <RemoteDir>res\values</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. <Platform Name="Android64">
  413. <RemoteDir>res\values</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="Android_ColorsDark">
  418. <Platform Name="Android">
  419. <RemoteDir>res\values-night-v21</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. <Platform Name="Android64">
  423. <RemoteDir>res\values-night-v21</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_DefaultAppIcon">
  428. <Platform Name="Android">
  429. <RemoteDir>res\drawable</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. <Platform Name="Android64">
  433. <RemoteDir>res\drawable</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="Android_LauncherIcon144">
  438. <Platform Name="Android">
  439. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. <Platform Name="Android64">
  443. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="Android_LauncherIcon192">
  448. <Platform Name="Android">
  449. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. <Platform Name="Android64">
  453. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_LauncherIcon36">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable-ldpi</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. <Platform Name="Android64">
  463. <RemoteDir>res\drawable-ldpi</RemoteDir>
  464. <Operation>1</Operation>
  465. </Platform>
  466. </DeployClass>
  467. <DeployClass Name="Android_LauncherIcon48">
  468. <Platform Name="Android">
  469. <RemoteDir>res\drawable-mdpi</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="Android64">
  473. <RemoteDir>res\drawable-mdpi</RemoteDir>
  474. <Operation>1</Operation>
  475. </Platform>
  476. </DeployClass>
  477. <DeployClass Name="Android_LauncherIcon72">
  478. <Platform Name="Android">
  479. <RemoteDir>res\drawable-hdpi</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="Android64">
  483. <RemoteDir>res\drawable-hdpi</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="Android_LauncherIcon96">
  488. <Platform Name="Android">
  489. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. <Platform Name="Android64">
  493. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="Android_NotificationIcon24">
  498. <Platform Name="Android">
  499. <RemoteDir>res\drawable-mdpi</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="Android64">
  503. <RemoteDir>res\drawable-mdpi</RemoteDir>
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="Android_NotificationIcon36">
  508. <Platform Name="Android">
  509. <RemoteDir>res\drawable-hdpi</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. <Platform Name="Android64">
  513. <RemoteDir>res\drawable-hdpi</RemoteDir>
  514. <Operation>1</Operation>
  515. </Platform>
  516. </DeployClass>
  517. <DeployClass Name="Android_NotificationIcon48">
  518. <Platform Name="Android">
  519. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="Android64">
  523. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  524. <Operation>1</Operation>
  525. </Platform>
  526. </DeployClass>
  527. <DeployClass Name="Android_NotificationIcon72">
  528. <Platform Name="Android">
  529. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. <Platform Name="Android64">
  533. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  534. <Operation>1</Operation>
  535. </Platform>
  536. </DeployClass>
  537. <DeployClass Name="Android_NotificationIcon96">
  538. <Platform Name="Android">
  539. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  540. <Operation>1</Operation>
  541. </Platform>
  542. <Platform Name="Android64">
  543. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  544. <Operation>1</Operation>
  545. </Platform>
  546. </DeployClass>
  547. <DeployClass Name="Android_SplashImage426">
  548. <Platform Name="Android">
  549. <RemoteDir>res\drawable-small</RemoteDir>
  550. <Operation>1</Operation>
  551. </Platform>
  552. <Platform Name="Android64">
  553. <RemoteDir>res\drawable-small</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. </DeployClass>
  557. <DeployClass Name="Android_SplashImage470">
  558. <Platform Name="Android">
  559. <RemoteDir>res\drawable-normal</RemoteDir>
  560. <Operation>1</Operation>
  561. </Platform>
  562. <Platform Name="Android64">
  563. <RemoteDir>res\drawable-normal</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="Android_SplashImage640">
  568. <Platform Name="Android">
  569. <RemoteDir>res\drawable-large</RemoteDir>
  570. <Operation>1</Operation>
  571. </Platform>
  572. <Platform Name="Android64">
  573. <RemoteDir>res\drawable-large</RemoteDir>
  574. <Operation>1</Operation>
  575. </Platform>
  576. </DeployClass>
  577. <DeployClass Name="Android_SplashImage960">
  578. <Platform Name="Android">
  579. <RemoteDir>res\drawable-xlarge</RemoteDir>
  580. <Operation>1</Operation>
  581. </Platform>
  582. <Platform Name="Android64">
  583. <RemoteDir>res\drawable-xlarge</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. </DeployClass>
  587. <DeployClass Name="Android_Strings">
  588. <Platform Name="Android">
  589. <RemoteDir>res\values</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="Android64">
  593. <RemoteDir>res\values</RemoteDir>
  594. <Operation>1</Operation>
  595. </Platform>
  596. </DeployClass>
  597. <DeployClass Name="Android_VectorizedNotificationIcon">
  598. <Platform Name="Android">
  599. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="Android64">
  603. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. </DeployClass>
  607. <DeployClass Name="Android_VectorizedSplash">
  608. <Platform Name="Android">
  609. <RemoteDir>res\drawable</RemoteDir>
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="Android64">
  613. <RemoteDir>res\drawable</RemoteDir>
  614. <Operation>1</Operation>
  615. </Platform>
  616. </DeployClass>
  617. <DeployClass Name="Android_VectorizedSplashDark">
  618. <Platform Name="Android">
  619. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. <Platform Name="Android64">
  623. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  624. <Operation>1</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="Android_VectorizedSplashV31">
  628. <Platform Name="Android">
  629. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="Android64">
  633. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="Android_VectorizedSplashV31Dark">
  638. <Platform Name="Android">
  639. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="Android64">
  643. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. </DeployClass>
  647. <DeployClass Name="DebugSymbols">
  648. <Platform Name="iOSSimulator">
  649. <Operation>1</Operation>
  650. </Platform>
  651. <Platform Name="OSX32">
  652. <RemoteDir>Contents\MacOS</RemoteDir>
  653. <Operation>1</Operation>
  654. </Platform>
  655. <Platform Name="Win32">
  656. <Operation>0</Operation>
  657. </Platform>
  658. </DeployClass>
  659. <DeployClass Name="DependencyFramework">
  660. <Platform Name="OSX32">
  661. <RemoteDir>Contents\MacOS</RemoteDir>
  662. <Operation>1</Operation>
  663. <Extensions>.framework</Extensions>
  664. </Platform>
  665. <Platform Name="OSX64">
  666. <RemoteDir>Contents\MacOS</RemoteDir>
  667. <Operation>1</Operation>
  668. <Extensions>.framework</Extensions>
  669. </Platform>
  670. <Platform Name="OSXARM64">
  671. <RemoteDir>Contents\MacOS</RemoteDir>
  672. <Operation>1</Operation>
  673. <Extensions>.framework</Extensions>
  674. </Platform>
  675. <Platform Name="Win32">
  676. <Operation>0</Operation>
  677. </Platform>
  678. </DeployClass>
  679. <DeployClass Name="DependencyModule">
  680. <Platform Name="iOSDevice32">
  681. <Operation>1</Operation>
  682. <Extensions>.dylib</Extensions>
  683. </Platform>
  684. <Platform Name="iOSDevice64">
  685. <Operation>1</Operation>
  686. <Extensions>.dylib</Extensions>
  687. </Platform>
  688. <Platform Name="iOSSimARM64">
  689. <Operation>1</Operation>
  690. <Extensions>.dylib</Extensions>
  691. </Platform>
  692. <Platform Name="OSX32">
  693. <RemoteDir>Contents\MacOS</RemoteDir>
  694. <Operation>1</Operation>
  695. <Extensions>.dylib</Extensions>
  696. </Platform>
  697. <Platform Name="OSX64">
  698. <RemoteDir>Contents\MacOS</RemoteDir>
  699. <Operation>1</Operation>
  700. <Extensions>.dylib</Extensions>
  701. </Platform>
  702. <Platform Name="OSXARM64">
  703. <RemoteDir>Contents\MacOS</RemoteDir>
  704. <Operation>1</Operation>
  705. <Extensions>.dylib</Extensions>
  706. </Platform>
  707. <Platform Name="Win32">
  708. <Operation>0</Operation>
  709. <Extensions>.dll;.bpl</Extensions>
  710. </Platform>
  711. </DeployClass>
  712. <DeployClass Required="true" Name="DependencyPackage">
  713. <Platform Name="iOSDevice32">
  714. <Operation>1</Operation>
  715. <Extensions>.dylib</Extensions>
  716. </Platform>
  717. <Platform Name="iOSDevice64">
  718. <Operation>1</Operation>
  719. <Extensions>.dylib</Extensions>
  720. </Platform>
  721. <Platform Name="iOSSimARM64">
  722. <Operation>1</Operation>
  723. <Extensions>.dylib</Extensions>
  724. </Platform>
  725. <Platform Name="OSX32">
  726. <RemoteDir>Contents\MacOS</RemoteDir>
  727. <Operation>1</Operation>
  728. <Extensions>.dylib</Extensions>
  729. </Platform>
  730. <Platform Name="OSX64">
  731. <RemoteDir>Contents\MacOS</RemoteDir>
  732. <Operation>1</Operation>
  733. <Extensions>.dylib</Extensions>
  734. </Platform>
  735. <Platform Name="OSXARM64">
  736. <RemoteDir>Contents\MacOS</RemoteDir>
  737. <Operation>1</Operation>
  738. <Extensions>.dylib</Extensions>
  739. </Platform>
  740. <Platform Name="Win32">
  741. <Operation>0</Operation>
  742. <Extensions>.bpl</Extensions>
  743. </Platform>
  744. </DeployClass>
  745. <DeployClass Name="File">
  746. <Platform Name="Android">
  747. <Operation>0</Operation>
  748. </Platform>
  749. <Platform Name="Android64">
  750. <Operation>0</Operation>
  751. </Platform>
  752. <Platform Name="iOSDevice32">
  753. <Operation>0</Operation>
  754. </Platform>
  755. <Platform Name="iOSDevice64">
  756. <Operation>0</Operation>
  757. </Platform>
  758. <Platform Name="iOSSimARM64">
  759. <Operation>0</Operation>
  760. </Platform>
  761. <Platform Name="OSX32">
  762. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  763. <Operation>0</Operation>
  764. </Platform>
  765. <Platform Name="OSX64">
  766. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  767. <Operation>0</Operation>
  768. </Platform>
  769. <Platform Name="OSXARM64">
  770. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  771. <Operation>0</Operation>
  772. </Platform>
  773. <Platform Name="Win32">
  774. <Operation>0</Operation>
  775. </Platform>
  776. </DeployClass>
  777. <DeployClass Name="ProjectAndroidManifest">
  778. <Platform Name="Android">
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="Android64">
  782. <Operation>1</Operation>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Name="ProjectOSXDebug">
  786. <Platform Name="OSX64">
  787. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  788. <Operation>1</Operation>
  789. </Platform>
  790. <Platform Name="OSXARM64">
  791. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  792. <Operation>1</Operation>
  793. </Platform>
  794. </DeployClass>
  795. <DeployClass Name="ProjectOSXEntitlements">
  796. <Platform Name="OSX32">
  797. <RemoteDir>..\</RemoteDir>
  798. <Operation>1</Operation>
  799. </Platform>
  800. <Platform Name="OSX64">
  801. <RemoteDir>..\</RemoteDir>
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="OSXARM64">
  805. <RemoteDir>..\</RemoteDir>
  806. <Operation>1</Operation>
  807. </Platform>
  808. </DeployClass>
  809. <DeployClass Name="ProjectOSXInfoPList">
  810. <Platform Name="OSX32">
  811. <RemoteDir>Contents</RemoteDir>
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="OSX64">
  815. <RemoteDir>Contents</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="OSXARM64">
  819. <RemoteDir>Contents</RemoteDir>
  820. <Operation>1</Operation>
  821. </Platform>
  822. </DeployClass>
  823. <DeployClass Name="ProjectOSXResource">
  824. <Platform Name="OSX32">
  825. <RemoteDir>Contents\Resources</RemoteDir>
  826. <Operation>1</Operation>
  827. </Platform>
  828. <Platform Name="OSX64">
  829. <RemoteDir>Contents\Resources</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="OSXARM64">
  833. <RemoteDir>Contents\Resources</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Required="true" Name="ProjectOutput">
  838. <Platform Name="Android">
  839. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  840. <Operation>1</Operation>
  841. </Platform>
  842. <Platform Name="Android64">
  843. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSDevice32">
  847. <Operation>1</Operation>
  848. </Platform>
  849. <Platform Name="iOSDevice64">
  850. <Operation>1</Operation>
  851. </Platform>
  852. <Platform Name="iOSSimARM64">
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="Linux64">
  856. <Operation>1</Operation>
  857. </Platform>
  858. <Platform Name="OSX32">
  859. <RemoteDir>Contents\MacOS</RemoteDir>
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="OSX64">
  863. <RemoteDir>Contents\MacOS</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="OSXARM64">
  867. <RemoteDir>Contents\MacOS</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="Win32">
  871. <Operation>0</Operation>
  872. </Platform>
  873. </DeployClass>
  874. <DeployClass Name="ProjectOutput_Android32">
  875. <Platform Name="Android64">
  876. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  877. <Operation>1</Operation>
  878. </Platform>
  879. </DeployClass>
  880. <DeployClass Name="ProjectUWPManifest">
  881. <Platform Name="Win32">
  882. <Operation>1</Operation>
  883. </Platform>
  884. <Platform Name="Win64">
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="Win64x">
  888. <Operation>1</Operation>
  889. </Platform>
  890. </DeployClass>
  891. <DeployClass Name="ProjectiOSDeviceDebug">
  892. <Platform Name="iOSDevice32">
  893. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="iOSDevice64">
  897. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  898. <Operation>1</Operation>
  899. </Platform>
  900. <Platform Name="iOSSimARM64">
  901. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  902. <Operation>1</Operation>
  903. </Platform>
  904. </DeployClass>
  905. <DeployClass Name="ProjectiOSEntitlements">
  906. <Platform Name="iOSDevice32">
  907. <RemoteDir>..\</RemoteDir>
  908. <Operation>1</Operation>
  909. </Platform>
  910. <Platform Name="iOSDevice64">
  911. <RemoteDir>..\</RemoteDir>
  912. <Operation>1</Operation>
  913. </Platform>
  914. <Platform Name="iOSSimARM64">
  915. <RemoteDir>..\</RemoteDir>
  916. <Operation>1</Operation>
  917. </Platform>
  918. </DeployClass>
  919. <DeployClass Name="ProjectiOSInfoPList">
  920. <Platform Name="iOSDevice32">
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="iOSDevice64">
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSSimARM64">
  927. <Operation>1</Operation>
  928. </Platform>
  929. </DeployClass>
  930. <DeployClass Name="ProjectiOSLaunchScreen">
  931. <Platform Name="iOSDevice64">
  932. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  933. <Operation>64</Operation>
  934. </Platform>
  935. <Platform Name="iOSSimARM64">
  936. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  937. <Operation>64</Operation>
  938. </Platform>
  939. </DeployClass>
  940. <DeployClass Name="ProjectiOSResource">
  941. <Platform Name="iOSDevice32">
  942. <Operation>1</Operation>
  943. </Platform>
  944. <Platform Name="iOSDevice64">
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="iOSSimARM64">
  948. <Operation>1</Operation>
  949. </Platform>
  950. </DeployClass>
  951. <DeployClass Name="UWP_DelphiLogo150">
  952. <Platform Name="Win32">
  953. <RemoteDir>Assets</RemoteDir>
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="Win64">
  957. <RemoteDir>Assets</RemoteDir>
  958. <Operation>1</Operation>
  959. </Platform>
  960. </DeployClass>
  961. <DeployClass Name="UWP_DelphiLogo44">
  962. <Platform Name="Win32">
  963. <RemoteDir>Assets</RemoteDir>
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="Win64">
  967. <RemoteDir>Assets</RemoteDir>
  968. <Operation>1</Operation>
  969. </Platform>
  970. </DeployClass>
  971. <DeployClass Name="iOS_AppStore1024">
  972. <Platform Name="iOSDevice64">
  973. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  974. <Operation>1</Operation>
  975. </Platform>
  976. <Platform Name="iOSSimARM64">
  977. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  978. <Operation>1</Operation>
  979. </Platform>
  980. </DeployClass>
  981. <DeployClass Name="iPad_AppIcon152">
  982. <Platform Name="iOSDevice64">
  983. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="iOSSimARM64">
  987. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  988. <Operation>1</Operation>
  989. </Platform>
  990. </DeployClass>
  991. <DeployClass Name="iPad_AppIcon167">
  992. <Platform Name="iOSDevice64">
  993. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  994. <Operation>1</Operation>
  995. </Platform>
  996. <Platform Name="iOSSimARM64">
  997. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  998. <Operation>1</Operation>
  999. </Platform>
  1000. </DeployClass>
  1001. <DeployClass Name="iPad_Launch2x">
  1002. <Platform Name="iOSDevice64">
  1003. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSSimARM64">
  1007. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. </DeployClass>
  1011. <DeployClass Name="iPad_LaunchDark2x">
  1012. <Platform Name="iOSDevice64">
  1013. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. <Platform Name="iOSSimARM64">
  1017. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. </DeployClass>
  1021. <DeployClass Name="iPad_Notification40">
  1022. <Platform Name="iOSDevice64">
  1023. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. <Platform Name="iOSSimARM64">
  1027. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. </DeployClass>
  1031. <DeployClass Name="iPad_Setting58">
  1032. <Platform Name="iOSDevice64">
  1033. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. <Platform Name="iOSSimARM64">
  1037. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="iPad_SpotLight80">
  1042. <Platform Name="iOSDevice64">
  1043. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. <Platform Name="iOSSimARM64">
  1047. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. </DeployClass>
  1051. <DeployClass Name="iPhone_AppIcon120">
  1052. <Platform Name="iOSDevice64">
  1053. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. <Platform Name="iOSSimARM64">
  1057. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1058. <Operation>1</Operation>
  1059. </Platform>
  1060. </DeployClass>
  1061. <DeployClass Name="iPhone_AppIcon180">
  1062. <Platform Name="iOSDevice64">
  1063. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1064. <Operation>1</Operation>
  1065. </Platform>
  1066. <Platform Name="iOSSimARM64">
  1067. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1068. <Operation>1</Operation>
  1069. </Platform>
  1070. </DeployClass>
  1071. <DeployClass Name="iPhone_Launch2x">
  1072. <Platform Name="iOSDevice64">
  1073. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1074. <Operation>1</Operation>
  1075. </Platform>
  1076. <Platform Name="iOSSimARM64">
  1077. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1078. <Operation>1</Operation>
  1079. </Platform>
  1080. </DeployClass>
  1081. <DeployClass Name="iPhone_Launch3x">
  1082. <Platform Name="iOSDevice64">
  1083. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1084. <Operation>1</Operation>
  1085. </Platform>
  1086. <Platform Name="iOSSimARM64">
  1087. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. </DeployClass>
  1091. <DeployClass Name="iPhone_LaunchDark2x">
  1092. <Platform Name="iOSDevice64">
  1093. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1094. <Operation>1</Operation>
  1095. </Platform>
  1096. <Platform Name="iOSSimARM64">
  1097. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. </DeployClass>
  1101. <DeployClass Name="iPhone_LaunchDark3x">
  1102. <Platform Name="iOSDevice64">
  1103. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1104. <Operation>1</Operation>
  1105. </Platform>
  1106. <Platform Name="iOSSimARM64">
  1107. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1108. <Operation>1</Operation>
  1109. </Platform>
  1110. </DeployClass>
  1111. <DeployClass Name="iPhone_Notification40">
  1112. <Platform Name="iOSDevice64">
  1113. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. <Platform Name="iOSSimARM64">
  1117. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1118. <Operation>1</Operation>
  1119. </Platform>
  1120. </DeployClass>
  1121. <DeployClass Name="iPhone_Notification60">
  1122. <Platform Name="iOSDevice64">
  1123. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1124. <Operation>1</Operation>
  1125. </Platform>
  1126. <Platform Name="iOSSimARM64">
  1127. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1128. <Operation>1</Operation>
  1129. </Platform>
  1130. </DeployClass>
  1131. <DeployClass Name="iPhone_Setting58">
  1132. <Platform Name="iOSDevice64">
  1133. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1134. <Operation>1</Operation>
  1135. </Platform>
  1136. <Platform Name="iOSSimARM64">
  1137. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1138. <Operation>1</Operation>
  1139. </Platform>
  1140. </DeployClass>
  1141. <DeployClass Name="iPhone_Setting87">
  1142. <Platform Name="iOSDevice64">
  1143. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1144. <Operation>1</Operation>
  1145. </Platform>
  1146. <Platform Name="iOSSimARM64">
  1147. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1148. <Operation>1</Operation>
  1149. </Platform>
  1150. </DeployClass>
  1151. <DeployClass Name="iPhone_Spotlight120">
  1152. <Platform Name="iOSDevice64">
  1153. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1154. <Operation>1</Operation>
  1155. </Platform>
  1156. <Platform Name="iOSSimARM64">
  1157. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1158. <Operation>1</Operation>
  1159. </Platform>
  1160. </DeployClass>
  1161. <DeployClass Name="iPhone_Spotlight80">
  1162. <Platform Name="iOSDevice64">
  1163. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1164. <Operation>1</Operation>
  1165. </Platform>
  1166. <Platform Name="iOSSimARM64">
  1167. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1168. <Operation>1</Operation>
  1169. </Platform>
  1170. </DeployClass>
  1171. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1172. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1173. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1174. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1175. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1176. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1177. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1178. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1179. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1180. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1181. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1182. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1183. </Deployment>
  1184. <Platforms>
  1185. <Platform value="OSX64">False</Platform>
  1186. <Platform value="OSXARM64">False</Platform>
  1187. <Platform value="Win32">True</Platform>
  1188. <Platform value="Win64">False</Platform>
  1189. </Platforms>
  1190. </BorlandProject>
  1191. <ProjectFileVersion>12</ProjectFileVersion>
  1192. </ProjectExtensions>
  1193. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1194. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1195. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1196. </Project>