OdeMachineC.cbproj 69 KB

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