TexFormatC.cbproj 68 KB

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