1
0

galeJSON.dproj 73 KB

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