IntensityMeshC.cbproj 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{43B9CA43-091C-426D-B0B4-FBCDE6D1D193}</ProjectGuid>
  4. <ProjectVersion>19.4</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>IntensityMeshC.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>IntensityMeshC</SanitizedProjectName>
  62. <Multithreaded>true</Multithreaded>
  63. <ProjectType>CppVCLApplication</ProjectType>
  64. <IncludePath>D:\GLScene\Samples\CPP\AdvDemos\IntensityMesh\;$(IncludePath)</IncludePath>
  65. <_TCHARMapping>wchar_t</_TCHARMapping>
  66. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\AdvDemos\IntensityMesh\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  67. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  68. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  69. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
  70. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  71. <DynamicRTL>true</DynamicRTL>
  72. <UsePackages>true</UsePackages>
  73. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  74. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  75. <BCC_wpar>false</BCC_wpar>
  76. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  77. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  80. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  81. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  82. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  83. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;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;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>
  84. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <VerInfo_Locale>1033</VerInfo_Locale>
  87. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  88. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  89. <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>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  92. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  93. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  94. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  95. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  97. <VerInfo_Locale>1033</VerInfo_Locale>
  98. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;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;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>
  99. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  100. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  103. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  104. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  105. <DCC_Optimize>false</DCC_Optimize>
  106. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  107. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  108. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  109. <DCC_Define>DEBUG</DCC_Define>
  110. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  111. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  112. <BCC_StackFrames>true</BCC_StackFrames>
  113. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  114. <TASM_Debugging>Full</TASM_Debugging>
  115. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  116. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  117. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  118. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  119. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  120. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  123. <FinalOutputDir>.</FinalOutputDir>
  124. <VerInfo_Locale>1033</VerInfo_Locale>
  125. <Defines>_DEBUG;$(Defines)</Defines>
  126. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  127. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  128. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi</LinkPackageImports>
  129. <BT_BuildType>Debug</BT_BuildType>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  132. <Defines>_DEBUG;$(Defines)</Defines>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  135. <TASM_Debugging>None</TASM_Debugging>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  138. <Defines>NDEBUG;$(Defines)</Defines>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  141. <Defines>NDEBUG;$(Defines)</Defines>
  142. </PropertyGroup>
  143. <ItemGroup>
  144. <CppCompile Include="fIntensityMeshC.cpp">
  145. <Form>Form1</Form>
  146. <FormType>dfm</FormType>
  147. <DependentOn>fIntensityMeshC.h</DependentOn>
  148. <BuildOrder>2</BuildOrder>
  149. </CppCompile>
  150. <CppCompile Include="IntensityMeshC.cpp">
  151. <BuildOrder>0</BuildOrder>
  152. </CppCompile>
  153. <FormResources Include="fIntensityMeshC.dfm"/>
  154. <BuildConfiguration Include="Base">
  155. <Key>Base</Key>
  156. </BuildConfiguration>
  157. <BuildConfiguration Include="Debug">
  158. <Key>Cfg_1</Key>
  159. <CfgParent>Base</CfgParent>
  160. </BuildConfiguration>
  161. <BuildConfiguration Include="Release">
  162. <Key>Cfg_2</Key>
  163. <CfgParent>Base</CfgParent>
  164. </BuildConfiguration>
  165. </ItemGroup>
  166. <ProjectExtensions>
  167. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  168. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  169. <BorlandProject>
  170. <CPlusPlusBuilder.Personality>
  171. <Source>
  172. <Source Name="MainSource">IntensityMeshC.cpp</Source>
  173. </Source>
  174. <VersionInfo>
  175. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  176. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  177. <VersionInfo Name="MajorVer">1</VersionInfo>
  178. <VersionInfo Name="MinorVer">0</VersionInfo>
  179. <VersionInfo Name="Release">0</VersionInfo>
  180. <VersionInfo Name="Build">0</VersionInfo>
  181. <VersionInfo Name="Debug">False</VersionInfo>
  182. <VersionInfo Name="PreRelease">False</VersionInfo>
  183. <VersionInfo Name="Special">False</VersionInfo>
  184. <VersionInfo Name="Private">False</VersionInfo>
  185. <VersionInfo Name="DLL">False</VersionInfo>
  186. <VersionInfo Name="Locale">1049</VersionInfo>
  187. <VersionInfo Name="CodePage">1251</VersionInfo>
  188. </VersionInfo>
  189. <VersionInfoKeys>
  190. <VersionInfoKeys Name="CompanyName"/>
  191. <VersionInfoKeys Name="FileDescription"/>
  192. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  193. <VersionInfoKeys Name="InternalName"/>
  194. <VersionInfoKeys Name="LegalCopyright"/>
  195. <VersionInfoKeys Name="LegalTrademarks"/>
  196. <VersionInfoKeys Name="OriginalFilename"/>
  197. <VersionInfoKeys Name="ProductName"/>
  198. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  199. <VersionInfoKeys Name="Comments"/>
  200. <VersionInfoKeys Name="CFBundleName"/>
  201. <VersionInfoKeys Name="CFBundleDisplayName"/>
  202. <VersionInfoKeys Name="CFBundleIdentifier"/>
  203. <VersionInfoKeys Name="CFBundleVersion"/>
  204. <VersionInfoKeys Name="CFBundlePackageType"/>
  205. <VersionInfoKeys Name="CFBundleSignature"/>
  206. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  207. <VersionInfoKeys Name="CFBundleExecutable"/>
  208. </VersionInfoKeys>
  209. <ProjectProperties>
  210. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  211. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  212. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  213. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  214. </ProjectProperties>
  215. <Excluded_Packages>
  216. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  217. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  218. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  219. <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  220. </Excluded_Packages>
  221. </CPlusPlusBuilder.Personality>
  222. <Deployment Version="3">
  223. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  224. <Platform Name="Win64">
  225. <Overwrite>true</Overwrite>
  226. </Platform>
  227. </DeployFile>
  228. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  229. <Platform Name="Win64">
  230. <Overwrite>true</Overwrite>
  231. </Platform>
  232. </DeployFile>
  233. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  234. <Platform Name="Win64">
  235. <Overwrite>true</Overwrite>
  236. </Platform>
  237. </DeployFile>
  238. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64250.dll" Class="DependencyModule">
  239. <Platform Name="Win64">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64250mt.dll" Class="DependencyModule">
  244. <Platform Name="Win64">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  249. <Platform Name="Win64">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  254. <Platform Name="Win64">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule">
  259. <Platform Name="Win64">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule">
  264. <Platform Name="Win64">
  265. <Overwrite>true</Overwrite>
  266. </Platform>
  267. </DeployFile>
  268. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  269. <Platform Name="Win32">
  270. <Overwrite>true</Overwrite>
  271. </Platform>
  272. </DeployFile>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  274. <Platform Name="Win32">
  275. <Overwrite>true</Overwrite>
  276. </Platform>
  277. </DeployFile>
  278. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.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\cc32250.dll" Class="DependencyModule">
  284. <Platform Name="Win32">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32250mt.dll" Class="DependencyModule">
  289. <Platform Name="Win32">
  290. <Overwrite>true</Overwrite>
  291. </Platform>
  292. </DeployFile>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  294. <Platform Name="Win32">
  295. <Overwrite>true</Overwrite>
  296. </Platform>
  297. </DeployFile>
  298. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  299. <Platform Name="Win32">
  300. <Overwrite>true</Overwrite>
  301. </Platform>
  302. </DeployFile>
  303. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule">
  304. <Platform Name="Win32">
  305. <Overwrite>true</Overwrite>
  306. </Platform>
  307. </DeployFile>
  308. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.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\cc32c240.dll" Class="DependencyModule">
  314. <Platform Name="Win32">
  315. <Overwrite>true</Overwrite>
  316. </Platform>
  317. </DeployFile>
  318. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  319. <Platform Name="Win32">
  320. <Overwrite>true</Overwrite>
  321. </Platform>
  322. </DeployFile>
  323. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c250.dll" Class="DependencyModule">
  324. <Platform Name="Win32">
  325. <Overwrite>true</Overwrite>
  326. </Platform>
  327. </DeployFile>
  328. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c250mt.dll" Class="DependencyModule">
  329. <Platform Name="Win32">
  330. <Overwrite>true</Overwrite>
  331. </Platform>
  332. </DeployFile>
  333. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  334. <Platform Name="Win32">
  335. <Overwrite>true</Overwrite>
  336. </Platform>
  337. </DeployFile>
  338. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  339. <Platform Name="Win32">
  340. <Overwrite>true</Overwrite>
  341. </Platform>
  342. </DeployFile>
  343. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule">
  344. <Platform Name="Win32">
  345. <Overwrite>true</Overwrite>
  346. </Platform>
  347. </DeployFile>
  348. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule">
  349. <Platform Name="Win32">
  350. <Overwrite>true</Overwrite>
  351. </Platform>
  352. </DeployFile>
  353. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  354. <Platform Name="OSX32">
  355. <Overwrite>true</Overwrite>
  356. </Platform>
  357. </DeployFile>
  358. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  359. <Platform Name="OSX32">
  360. <Overwrite>true</Overwrite>
  361. </Platform>
  362. </DeployFile>
  363. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  364. <Platform Name="OSX64">
  365. <Overwrite>true</Overwrite>
  366. </Platform>
  367. </DeployFile>
  368. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  369. <Platform Name="OSX64">
  370. <Overwrite>true</Overwrite>
  371. </Platform>
  372. </DeployFile>
  373. <DeployFile LocalName=".\IntensityMeshC.exe" Configuration="Debug" Class="ProjectOutput">
  374. <Platform Name="Win32">
  375. <RemoteName>IntensityMeshC.exe</RemoteName>
  376. <Overwrite>true</Overwrite>
  377. </Platform>
  378. </DeployFile>
  379. <DeployFile LocalName=".\IntensityMeshC.tds" Configuration="Debug" Class="DebugSymbols">
  380. <Platform Name="Win32">
  381. <RemoteName>IntensityMeshC.tds</RemoteName>
  382. <Overwrite>true</Overwrite>
  383. </Platform>
  384. </DeployFile>
  385. <DeployClass Name="AdditionalDebugSymbols">
  386. <Platform Name="iOSSimulator">
  387. <Operation>1</Operation>
  388. </Platform>
  389. <Platform Name="OSX32">
  390. <RemoteDir>Contents\MacOS</RemoteDir>
  391. <Operation>1</Operation>
  392. </Platform>
  393. <Platform Name="Win32">
  394. <Operation>0</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="AndroidClasses">
  398. <Platform Name="Android">
  399. <RemoteDir>classes</RemoteDir>
  400. <Operation>64</Operation>
  401. </Platform>
  402. <Platform Name="Android64">
  403. <RemoteDir>classes</RemoteDir>
  404. <Operation>64</Operation>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="AndroidClassesDexFile">
  408. <Platform Name="Android">
  409. <RemoteDir>classes</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. </DeployClass>
  413. <DeployClass Name="AndroidFileProvider">
  414. <Platform Name="Android">
  415. <RemoteDir>res\xml</RemoteDir>
  416. <Operation>1</Operation>
  417. </Platform>
  418. <Platform Name="Android64">
  419. <RemoteDir>res\xml</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. </DeployClass>
  423. <DeployClass Name="AndroidGDBServer">
  424. <Platform Name="Android">
  425. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  426. <Operation>1</Operation>
  427. </Platform>
  428. </DeployClass>
  429. <DeployClass Name="AndroidLibnativeArmeabiFile">
  430. <Platform Name="Android">
  431. <RemoteDir>library\lib\armeabi</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. <Platform Name="Android64">
  435. <RemoteDir>library\lib\armeabi</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. </DeployClass>
  439. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  440. <Platform Name="Android64">
  441. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="AndroidLibnativeMipsFile">
  446. <Platform Name="Android">
  447. <RemoteDir>library\lib\mips</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. <Platform Name="Android64">
  451. <RemoteDir>library\lib\mips</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. </DeployClass>
  455. <DeployClass Name="AndroidServiceOutput">
  456. <Platform Name="Android">
  457. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="Android64">
  461. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="AndroidServiceOutput_Android32">
  466. <Platform Name="Android64">
  467. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  468. <Operation>1</Operation>
  469. </Platform>
  470. </DeployClass>
  471. <DeployClass Name="AndroidSplashImageDef">
  472. <Platform Name="Android">
  473. <RemoteDir>res\drawable</RemoteDir>
  474. <Operation>1</Operation>
  475. </Platform>
  476. <Platform Name="Android64">
  477. <RemoteDir>res\drawable</RemoteDir>
  478. <Operation>1</Operation>
  479. </Platform>
  480. </DeployClass>
  481. <DeployClass Name="AndroidSplashStyles">
  482. <Platform Name="Android">
  483. <RemoteDir>res\values</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. <Platform Name="Android64">
  487. <RemoteDir>res\values</RemoteDir>
  488. <Operation>1</Operation>
  489. </Platform>
  490. </DeployClass>
  491. <DeployClass Name="AndroidSplashStylesV21">
  492. <Platform Name="Android">
  493. <RemoteDir>res\values-v21</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. <Platform Name="Android64">
  497. <RemoteDir>res\values-v21</RemoteDir>
  498. <Operation>1</Operation>
  499. </Platform>
  500. </DeployClass>
  501. <DeployClass Name="Android_Colors">
  502. <Platform Name="Android">
  503. <RemoteDir>res\values</RemoteDir>
  504. <Operation>1</Operation>
  505. </Platform>
  506. <Platform Name="Android64">
  507. <RemoteDir>res\values</RemoteDir>
  508. <Operation>1</Operation>
  509. </Platform>
  510. </DeployClass>
  511. <DeployClass Name="Android_DefaultAppIcon">
  512. <Platform Name="Android">
  513. <RemoteDir>res\drawable</RemoteDir>
  514. <Operation>1</Operation>
  515. </Platform>
  516. <Platform Name="Android64">
  517. <RemoteDir>res\drawable</RemoteDir>
  518. <Operation>1</Operation>
  519. </Platform>
  520. </DeployClass>
  521. <DeployClass Name="Android_LauncherIcon144">
  522. <Platform Name="Android">
  523. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  524. <Operation>1</Operation>
  525. </Platform>
  526. <Platform Name="Android64">
  527. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  528. <Operation>1</Operation>
  529. </Platform>
  530. </DeployClass>
  531. <DeployClass Name="Android_LauncherIcon192">
  532. <Platform Name="Android">
  533. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  534. <Operation>1</Operation>
  535. </Platform>
  536. <Platform Name="Android64">
  537. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  538. <Operation>1</Operation>
  539. </Platform>
  540. </DeployClass>
  541. <DeployClass Name="Android_LauncherIcon36">
  542. <Platform Name="Android">
  543. <RemoteDir>res\drawable-ldpi</RemoteDir>
  544. <Operation>1</Operation>
  545. </Platform>
  546. <Platform Name="Android64">
  547. <RemoteDir>res\drawable-ldpi</RemoteDir>
  548. <Operation>1</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="Android_LauncherIcon48">
  552. <Platform Name="Android">
  553. <RemoteDir>res\drawable-mdpi</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. <Platform Name="Android64">
  557. <RemoteDir>res\drawable-mdpi</RemoteDir>
  558. <Operation>1</Operation>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="Android_LauncherIcon72">
  562. <Platform Name="Android">
  563. <RemoteDir>res\drawable-hdpi</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="Android64">
  567. <RemoteDir>res\drawable-hdpi</RemoteDir>
  568. <Operation>1</Operation>
  569. </Platform>
  570. </DeployClass>
  571. <DeployClass Name="Android_LauncherIcon96">
  572. <Platform Name="Android">
  573. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  574. <Operation>1</Operation>
  575. </Platform>
  576. <Platform Name="Android64">
  577. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  578. <Operation>1</Operation>
  579. </Platform>
  580. </DeployClass>
  581. <DeployClass Name="Android_NotificationIcon24">
  582. <Platform Name="Android">
  583. <RemoteDir>res\drawable-mdpi</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="Android64">
  587. <RemoteDir>res\drawable-mdpi</RemoteDir>
  588. <Operation>1</Operation>
  589. </Platform>
  590. </DeployClass>
  591. <DeployClass Name="Android_NotificationIcon36">
  592. <Platform Name="Android">
  593. <RemoteDir>res\drawable-hdpi</RemoteDir>
  594. <Operation>1</Operation>
  595. </Platform>
  596. <Platform Name="Android64">
  597. <RemoteDir>res\drawable-hdpi</RemoteDir>
  598. <Operation>1</Operation>
  599. </Platform>
  600. </DeployClass>
  601. <DeployClass Name="Android_NotificationIcon48">
  602. <Platform Name="Android">
  603. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. <Platform Name="Android64">
  607. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. </DeployClass>
  611. <DeployClass Name="Android_NotificationIcon72">
  612. <Platform Name="Android">
  613. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  614. <Operation>1</Operation>
  615. </Platform>
  616. <Platform Name="Android64">
  617. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  618. <Operation>1</Operation>
  619. </Platform>
  620. </DeployClass>
  621. <DeployClass Name="Android_NotificationIcon96">
  622. <Platform Name="Android">
  623. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="Android64">
  627. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  628. <Operation>1</Operation>
  629. </Platform>
  630. </DeployClass>
  631. <DeployClass Name="Android_SplashImage426">
  632. <Platform Name="Android">
  633. <RemoteDir>res\drawable-small</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. <Platform Name="Android64">
  637. <RemoteDir>res\drawable-small</RemoteDir>
  638. <Operation>1</Operation>
  639. </Platform>
  640. </DeployClass>
  641. <DeployClass Name="Android_SplashImage470">
  642. <Platform Name="Android">
  643. <RemoteDir>res\drawable-normal</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="Android64">
  647. <RemoteDir>res\drawable-normal</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. </DeployClass>
  651. <DeployClass Name="Android_SplashImage640">
  652. <Platform Name="Android">
  653. <RemoteDir>res\drawable-large</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="Android64">
  657. <RemoteDir>res\drawable-large</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="Android_SplashImage960">
  662. <Platform Name="Android">
  663. <RemoteDir>res\drawable-xlarge</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="Android64">
  667. <RemoteDir>res\drawable-xlarge</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Name="Android_Strings">
  672. <Platform Name="Android">
  673. <RemoteDir>res\values</RemoteDir>
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="Android64">
  677. <RemoteDir>res\values</RemoteDir>
  678. <Operation>1</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="DebugSymbols">
  682. <Platform Name="iOSSimulator">
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="OSX32">
  686. <RemoteDir>Contents\MacOS</RemoteDir>
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="Win32">
  690. <Operation>0</Operation>
  691. </Platform>
  692. </DeployClass>
  693. <DeployClass Name="DependencyFramework">
  694. <Platform Name="OSX32">
  695. <RemoteDir>Contents\MacOS</RemoteDir>
  696. <Operation>1</Operation>
  697. <Extensions>.framework</Extensions>
  698. </Platform>
  699. <Platform Name="OSX64">
  700. <RemoteDir>Contents\MacOS</RemoteDir>
  701. <Operation>1</Operation>
  702. <Extensions>.framework</Extensions>
  703. </Platform>
  704. <Platform Name="OSXARM64">
  705. <RemoteDir>Contents\MacOS</RemoteDir>
  706. <Operation>1</Operation>
  707. <Extensions>.framework</Extensions>
  708. </Platform>
  709. <Platform Name="Win32">
  710. <Operation>0</Operation>
  711. </Platform>
  712. </DeployClass>
  713. <DeployClass Name="DependencyModule">
  714. <Platform Name="iOSDevice32">
  715. <Operation>1</Operation>
  716. <Extensions>.dylib</Extensions>
  717. </Platform>
  718. <Platform Name="iOSDevice64">
  719. <Operation>1</Operation>
  720. <Extensions>.dylib</Extensions>
  721. </Platform>
  722. <Platform Name="iOSSimulator">
  723. <Operation>1</Operation>
  724. <Extensions>.dylib</Extensions>
  725. </Platform>
  726. <Platform Name="OSX32">
  727. <RemoteDir>Contents\MacOS</RemoteDir>
  728. <Operation>1</Operation>
  729. <Extensions>.dylib</Extensions>
  730. </Platform>
  731. <Platform Name="OSX64">
  732. <RemoteDir>Contents\MacOS</RemoteDir>
  733. <Operation>1</Operation>
  734. <Extensions>.dylib</Extensions>
  735. </Platform>
  736. <Platform Name="OSXARM64">
  737. <RemoteDir>Contents\MacOS</RemoteDir>
  738. <Operation>1</Operation>
  739. <Extensions>.dylib</Extensions>
  740. </Platform>
  741. <Platform Name="Win32">
  742. <Operation>0</Operation>
  743. <Extensions>.dll;.bpl</Extensions>
  744. </Platform>
  745. </DeployClass>
  746. <DeployClass Required="true" Name="DependencyPackage">
  747. <Platform Name="iOSDevice32">
  748. <Operation>1</Operation>
  749. <Extensions>.dylib</Extensions>
  750. </Platform>
  751. <Platform Name="iOSDevice64">
  752. <Operation>1</Operation>
  753. <Extensions>.dylib</Extensions>
  754. </Platform>
  755. <Platform Name="iOSSimulator">
  756. <Operation>1</Operation>
  757. <Extensions>.dylib</Extensions>
  758. </Platform>
  759. <Platform Name="OSX32">
  760. <RemoteDir>Contents\MacOS</RemoteDir>
  761. <Operation>1</Operation>
  762. <Extensions>.dylib</Extensions>
  763. </Platform>
  764. <Platform Name="OSX64">
  765. <RemoteDir>Contents\MacOS</RemoteDir>
  766. <Operation>1</Operation>
  767. <Extensions>.dylib</Extensions>
  768. </Platform>
  769. <Platform Name="OSXARM64">
  770. <RemoteDir>Contents\MacOS</RemoteDir>
  771. <Operation>1</Operation>
  772. <Extensions>.dylib</Extensions>
  773. </Platform>
  774. <Platform Name="Win32">
  775. <Operation>0</Operation>
  776. <Extensions>.bpl</Extensions>
  777. </Platform>
  778. </DeployClass>
  779. <DeployClass Name="File">
  780. <Platform Name="Android">
  781. <Operation>0</Operation>
  782. </Platform>
  783. <Platform Name="Android64">
  784. <Operation>0</Operation>
  785. </Platform>
  786. <Platform Name="iOSDevice32">
  787. <Operation>0</Operation>
  788. </Platform>
  789. <Platform Name="iOSDevice64">
  790. <Operation>0</Operation>
  791. </Platform>
  792. <Platform Name="iOSSimulator">
  793. <Operation>0</Operation>
  794. </Platform>
  795. <Platform Name="OSX32">
  796. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  797. <Operation>0</Operation>
  798. </Platform>
  799. <Platform Name="OSX64">
  800. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  801. <Operation>0</Operation>
  802. </Platform>
  803. <Platform Name="OSXARM64">
  804. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  805. <Operation>0</Operation>
  806. </Platform>
  807. <Platform Name="Win32">
  808. <Operation>0</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="iOS_AppStore1024">
  812. <Platform Name="iOSDevice64">
  813. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  814. <Operation>1</Operation>
  815. </Platform>
  816. </DeployClass>
  817. <DeployClass Name="iPad_AppIcon152">
  818. <Platform Name="iOSDevice64">
  819. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  820. <Operation>1</Operation>
  821. </Platform>
  822. <Platform Name="iOSSimulator">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="iPad_AppIcon167">
  828. <Platform Name="iOSDevice64">
  829. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSSimulator">
  833. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="iPad_Launch1024">
  838. <Platform Name="iOSDevice32">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="iOSDevice64">
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="iOSSimulator">
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="iPad_Launch1024x768">
  849. <Platform Name="iOSDevice32">
  850. <Operation>1</Operation>
  851. </Platform>
  852. <Platform Name="iOSDevice64">
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="iOSSimulator">
  856. <Operation>1</Operation>
  857. </Platform>
  858. </DeployClass>
  859. <DeployClass Name="iPad_Launch1536">
  860. <Platform Name="iOSDevice32">
  861. <Operation>1</Operation>
  862. </Platform>
  863. <Platform Name="iOSDevice64">
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="iOSSimulator">
  867. <Operation>1</Operation>
  868. </Platform>
  869. </DeployClass>
  870. <DeployClass Name="iPad_Launch1536x2048">
  871. <Platform Name="iOSDevice32">
  872. <Operation>1</Operation>
  873. </Platform>
  874. <Platform Name="iOSDevice64">
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="iOSSimulator">
  878. <Operation>1</Operation>
  879. </Platform>
  880. </DeployClass>
  881. <DeployClass Name="iPad_Launch1668">
  882. <Platform Name="iOSDevice32">
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="iOSDevice64">
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="iOSSimulator">
  889. <Operation>1</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="iPad_Launch1668x2388">
  893. <Platform Name="iOSDevice32">
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="iOSDevice64">
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="iOSSimulator">
  900. <Operation>1</Operation>
  901. </Platform>
  902. </DeployClass>
  903. <DeployClass Name="iPad_Launch2048">
  904. <Platform Name="iOSDevice32">
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="iOSDevice64">
  908. <Operation>1</Operation>
  909. </Platform>
  910. <Platform Name="iOSSimulator">
  911. <Operation>1</Operation>
  912. </Platform>
  913. </DeployClass>
  914. <DeployClass Name="iPad_Launch2048x1536">
  915. <Platform Name="iOSDevice32">
  916. <Operation>1</Operation>
  917. </Platform>
  918. <Platform Name="iOSDevice64">
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="iOSSimulator">
  922. <Operation>1</Operation>
  923. </Platform>
  924. </DeployClass>
  925. <DeployClass Name="iPad_Launch2048x2732">
  926. <Platform Name="iOSDevice32">
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="iOSDevice64">
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="iOSSimulator">
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="iPad_Launch2224">
  937. <Platform Name="iOSDevice32">
  938. <Operation>1</Operation>
  939. </Platform>
  940. <Platform Name="iOSDevice64">
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="iOSSimulator">
  944. <Operation>1</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <DeployClass Name="iPad_Launch2388x1668">
  948. <Platform Name="iOSDevice32">
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="iOSDevice64">
  952. <Operation>1</Operation>
  953. </Platform>
  954. <Platform Name="iOSSimulator">
  955. <Operation>1</Operation>
  956. </Platform>
  957. </DeployClass>
  958. <DeployClass Name="iPad_Launch2732x2048">
  959. <Platform Name="iOSDevice32">
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="iOSDevice64">
  963. <Operation>1</Operation>
  964. </Platform>
  965. <Platform Name="iOSSimulator">
  966. <Operation>1</Operation>
  967. </Platform>
  968. </DeployClass>
  969. <DeployClass Name="iPad_Launch2x">
  970. <Platform Name="iOSDevice64">
  971. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  972. <Operation>1</Operation>
  973. </Platform>
  974. <Platform Name="iOSSimulator">
  975. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  976. <Operation>1</Operation>
  977. </Platform>
  978. </DeployClass>
  979. <DeployClass Name="iPad_Launch768">
  980. <Platform Name="iOSDevice32">
  981. <Operation>1</Operation>
  982. </Platform>
  983. <Platform Name="iOSDevice64">
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="iOSSimulator">
  987. <Operation>1</Operation>
  988. </Platform>
  989. </DeployClass>
  990. <DeployClass Name="iPad_Launch768x1024">
  991. <Platform Name="iOSDevice32">
  992. <Operation>1</Operation>
  993. </Platform>
  994. <Platform Name="iOSDevice64">
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="iOSSimulator">
  998. <Operation>1</Operation>
  999. </Platform>
  1000. </DeployClass>
  1001. <DeployClass Name="iPad_LaunchDark2x">
  1002. <Platform Name="iOSDevice64">
  1003. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSSimulator">
  1007. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. </DeployClass>
  1011. <DeployClass Name="iPad_Notification40">
  1012. <Platform Name="iOSDevice64">
  1013. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. <Platform Name="iOSSimulator">
  1017. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. </DeployClass>
  1021. <DeployClass Name="iPad_Setting58">
  1022. <Platform Name="iOSDevice64">
  1023. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. <Platform Name="iOSSimulator">
  1027. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. </DeployClass>
  1031. <DeployClass Name="iPad_SpotLight80">
  1032. <Platform Name="iOSDevice64">
  1033. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. <Platform Name="iOSSimulator">
  1037. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="iPhone_AppIcon120">
  1042. <Platform Name="iOSDevice64">
  1043. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. <Platform Name="iOSSimulator">
  1047. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. </DeployClass>
  1051. <DeployClass Name="iPhone_AppIcon180">
  1052. <Platform Name="iOSDevice64">
  1053. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. <Platform Name="iOSSimulator">
  1057. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1058. <Operation>1</Operation>
  1059. </Platform>
  1060. </DeployClass>
  1061. <DeployClass Name="iPhone_Launch1125">
  1062. <Platform Name="iOSDevice32">
  1063. <Operation>1</Operation>
  1064. </Platform>
  1065. <Platform Name="iOSDevice64">
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. <Platform Name="iOSSimulator">
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. </DeployClass>
  1072. <DeployClass Name="iPhone_Launch1136x640">
  1073. <Platform Name="iOSDevice32">
  1074. <Operation>1</Operation>
  1075. </Platform>
  1076. <Platform Name="iOSDevice64">
  1077. <Operation>1</Operation>
  1078. </Platform>
  1079. <Platform Name="iOSSimulator">
  1080. <Operation>1</Operation>
  1081. </Platform>
  1082. </DeployClass>
  1083. <DeployClass Name="iPhone_Launch1242">
  1084. <Platform Name="iOSDevice32">
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. <Platform Name="iOSDevice64">
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. <Platform Name="iOSSimulator">
  1091. <Operation>1</Operation>
  1092. </Platform>
  1093. </DeployClass>
  1094. <DeployClass Name="iPhone_Launch1242x2688">
  1095. <Platform Name="iOSDevice32">
  1096. <Operation>1</Operation>
  1097. </Platform>
  1098. <Platform Name="iOSDevice64">
  1099. <Operation>1</Operation>
  1100. </Platform>
  1101. <Platform Name="iOSSimulator">
  1102. <Operation>1</Operation>
  1103. </Platform>
  1104. </DeployClass>
  1105. <DeployClass Name="iPhone_Launch1334">
  1106. <Platform Name="iOSDevice32">
  1107. <Operation>1</Operation>
  1108. </Platform>
  1109. <Platform Name="iOSDevice64">
  1110. <Operation>1</Operation>
  1111. </Platform>
  1112. <Platform Name="iOSSimulator">
  1113. <Operation>1</Operation>
  1114. </Platform>
  1115. </DeployClass>
  1116. <DeployClass Name="iPhone_Launch1792">
  1117. <Platform Name="iOSDevice32">
  1118. <Operation>1</Operation>
  1119. </Platform>
  1120. <Platform Name="iOSDevice64">
  1121. <Operation>1</Operation>
  1122. </Platform>
  1123. <Platform Name="iOSSimulator">
  1124. <Operation>1</Operation>
  1125. </Platform>
  1126. </DeployClass>
  1127. <DeployClass Name="iPhone_Launch2208">
  1128. <Platform Name="iOSDevice32">
  1129. <Operation>1</Operation>
  1130. </Platform>
  1131. <Platform Name="iOSDevice64">
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. <Platform Name="iOSSimulator">
  1135. <Operation>1</Operation>
  1136. </Platform>
  1137. </DeployClass>
  1138. <DeployClass Name="iPhone_Launch2436">
  1139. <Platform Name="iOSDevice32">
  1140. <Operation>1</Operation>
  1141. </Platform>
  1142. <Platform Name="iOSDevice64">
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. <Platform Name="iOSSimulator">
  1146. <Operation>1</Operation>
  1147. </Platform>
  1148. </DeployClass>
  1149. <DeployClass Name="iPhone_Launch2688x1242">
  1150. <Platform Name="iOSDevice32">
  1151. <Operation>1</Operation>
  1152. </Platform>
  1153. <Platform Name="iOSDevice64">
  1154. <Operation>1</Operation>
  1155. </Platform>
  1156. <Platform Name="iOSSimulator">
  1157. <Operation>1</Operation>
  1158. </Platform>
  1159. </DeployClass>
  1160. <DeployClass Name="iPhone_Launch2x">
  1161. <Platform Name="iOSDevice64">
  1162. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1163. <Operation>1</Operation>
  1164. </Platform>
  1165. <Platform Name="iOSSimulator">
  1166. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1167. <Operation>1</Operation>
  1168. </Platform>
  1169. </DeployClass>
  1170. <DeployClass Name="iPhone_Launch320">
  1171. <Platform Name="iOSDevice32">
  1172. <Operation>1</Operation>
  1173. </Platform>
  1174. <Platform Name="iOSDevice64">
  1175. <Operation>1</Operation>
  1176. </Platform>
  1177. <Platform Name="iOSSimulator">
  1178. <Operation>1</Operation>
  1179. </Platform>
  1180. </DeployClass>
  1181. <DeployClass Name="iPhone_Launch3x">
  1182. <Platform Name="iOSDevice64">
  1183. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1184. <Operation>1</Operation>
  1185. </Platform>
  1186. <Platform Name="iOSSimulator">
  1187. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1188. <Operation>1</Operation>
  1189. </Platform>
  1190. </DeployClass>
  1191. <DeployClass Name="iPhone_Launch640">
  1192. <Platform Name="iOSDevice32">
  1193. <Operation>1</Operation>
  1194. </Platform>
  1195. <Platform Name="iOSDevice64">
  1196. <Operation>1</Operation>
  1197. </Platform>
  1198. <Platform Name="iOSSimulator">
  1199. <Operation>1</Operation>
  1200. </Platform>
  1201. </DeployClass>
  1202. <DeployClass Name="iPhone_Launch640x1136">
  1203. <Platform Name="iOSDevice32">
  1204. <Operation>1</Operation>
  1205. </Platform>
  1206. <Platform Name="iOSDevice64">
  1207. <Operation>1</Operation>
  1208. </Platform>
  1209. <Platform Name="iOSSimulator">
  1210. <Operation>1</Operation>
  1211. </Platform>
  1212. </DeployClass>
  1213. <DeployClass Name="iPhone_Launch750">
  1214. <Platform Name="iOSDevice32">
  1215. <Operation>1</Operation>
  1216. </Platform>
  1217. <Platform Name="iOSDevice64">
  1218. <Operation>1</Operation>
  1219. </Platform>
  1220. <Platform Name="iOSSimulator">
  1221. <Operation>1</Operation>
  1222. </Platform>
  1223. </DeployClass>
  1224. <DeployClass Name="iPhone_Launch828">
  1225. <Platform Name="iOSDevice32">
  1226. <Operation>1</Operation>
  1227. </Platform>
  1228. <Platform Name="iOSDevice64">
  1229. <Operation>1</Operation>
  1230. </Platform>
  1231. <Platform Name="iOSSimulator">
  1232. <Operation>1</Operation>
  1233. </Platform>
  1234. </DeployClass>
  1235. <DeployClass Name="iPhone_LaunchDark2x">
  1236. <Platform Name="iOSDevice64">
  1237. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1238. <Operation>1</Operation>
  1239. </Platform>
  1240. <Platform Name="iOSSimulator">
  1241. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1242. <Operation>1</Operation>
  1243. </Platform>
  1244. </DeployClass>
  1245. <DeployClass Name="iPhone_LaunchDark3x">
  1246. <Platform Name="iOSDevice64">
  1247. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1248. <Operation>1</Operation>
  1249. </Platform>
  1250. <Platform Name="iOSSimulator">
  1251. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1252. <Operation>1</Operation>
  1253. </Platform>
  1254. </DeployClass>
  1255. <DeployClass Name="iPhone_Notification40">
  1256. <Platform Name="iOSDevice64">
  1257. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1258. <Operation>1</Operation>
  1259. </Platform>
  1260. <Platform Name="iOSSimulator">
  1261. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1262. <Operation>1</Operation>
  1263. </Platform>
  1264. </DeployClass>
  1265. <DeployClass Name="iPhone_Notification60">
  1266. <Platform Name="iOSDevice64">
  1267. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1268. <Operation>1</Operation>
  1269. </Platform>
  1270. <Platform Name="iOSSimulator">
  1271. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1272. <Operation>1</Operation>
  1273. </Platform>
  1274. </DeployClass>
  1275. <DeployClass Name="iPhone_Setting58">
  1276. <Platform Name="iOSDevice64">
  1277. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1278. <Operation>1</Operation>
  1279. </Platform>
  1280. <Platform Name="iOSSimulator">
  1281. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1282. <Operation>1</Operation>
  1283. </Platform>
  1284. </DeployClass>
  1285. <DeployClass Name="iPhone_Setting87">
  1286. <Platform Name="iOSDevice64">
  1287. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1288. <Operation>1</Operation>
  1289. </Platform>
  1290. <Platform Name="iOSSimulator">
  1291. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1292. <Operation>1</Operation>
  1293. </Platform>
  1294. </DeployClass>
  1295. <DeployClass Name="iPhone_Spotlight120">
  1296. <Platform Name="iOSDevice64">
  1297. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1298. <Operation>1</Operation>
  1299. </Platform>
  1300. <Platform Name="iOSSimulator">
  1301. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1302. <Operation>1</Operation>
  1303. </Platform>
  1304. </DeployClass>
  1305. <DeployClass Name="iPhone_Spotlight80">
  1306. <Platform Name="iOSDevice64">
  1307. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1308. <Operation>1</Operation>
  1309. </Platform>
  1310. <Platform Name="iOSSimulator">
  1311. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1312. <Operation>1</Operation>
  1313. </Platform>
  1314. </DeployClass>
  1315. <DeployClass Name="ProjectAndroidManifest">
  1316. <Platform Name="Android">
  1317. <Operation>1</Operation>
  1318. </Platform>
  1319. <Platform Name="Android64">
  1320. <Operation>1</Operation>
  1321. </Platform>
  1322. </DeployClass>
  1323. <DeployClass Name="ProjectiOSDeviceDebug">
  1324. <Platform Name="iOSDevice32">
  1325. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1326. <Operation>1</Operation>
  1327. </Platform>
  1328. <Platform Name="iOSDevice64">
  1329. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1330. <Operation>1</Operation>
  1331. </Platform>
  1332. </DeployClass>
  1333. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1334. <Platform Name="iOSDevice32">
  1335. <Operation>1</Operation>
  1336. </Platform>
  1337. <Platform Name="iOSDevice64">
  1338. <Operation>1</Operation>
  1339. </Platform>
  1340. </DeployClass>
  1341. <DeployClass Name="ProjectiOSEntitlements">
  1342. <Platform Name="iOSDevice32">
  1343. <RemoteDir>..\</RemoteDir>
  1344. <Operation>1</Operation>
  1345. </Platform>
  1346. <Platform Name="iOSDevice64">
  1347. <RemoteDir>..\</RemoteDir>
  1348. <Operation>1</Operation>
  1349. </Platform>
  1350. </DeployClass>
  1351. <DeployClass Name="ProjectiOSInfoPList">
  1352. <Platform Name="iOSDevice32">
  1353. <Operation>1</Operation>
  1354. </Platform>
  1355. <Platform Name="iOSDevice64">
  1356. <Operation>1</Operation>
  1357. </Platform>
  1358. <Platform Name="iOSSimulator">
  1359. <Operation>1</Operation>
  1360. </Platform>
  1361. </DeployClass>
  1362. <DeployClass Name="ProjectiOSLaunchScreen">
  1363. <Platform Name="iOSDevice64">
  1364. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1365. <Operation>64</Operation>
  1366. </Platform>
  1367. <Platform Name="iOSSimulator">
  1368. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1369. <Operation>64</Operation>
  1370. </Platform>
  1371. </DeployClass>
  1372. <DeployClass Name="ProjectiOSResource">
  1373. <Platform Name="iOSDevice32">
  1374. <Operation>1</Operation>
  1375. </Platform>
  1376. <Platform Name="iOSDevice64">
  1377. <Operation>1</Operation>
  1378. </Platform>
  1379. <Platform Name="iOSSimulator">
  1380. <Operation>1</Operation>
  1381. </Platform>
  1382. </DeployClass>
  1383. <DeployClass Name="ProjectOSXDebug">
  1384. <Platform Name="OSX64">
  1385. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1386. <Operation>1</Operation>
  1387. </Platform>
  1388. <Platform Name="OSXARM64">
  1389. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1390. <Operation>1</Operation>
  1391. </Platform>
  1392. </DeployClass>
  1393. <DeployClass Name="ProjectOSXEntitlements">
  1394. <Platform Name="OSX32">
  1395. <RemoteDir>..\</RemoteDir>
  1396. <Operation>1</Operation>
  1397. </Platform>
  1398. <Platform Name="OSX64">
  1399. <RemoteDir>..\</RemoteDir>
  1400. <Operation>1</Operation>
  1401. </Platform>
  1402. <Platform Name="OSXARM64">
  1403. <RemoteDir>..\</RemoteDir>
  1404. <Operation>1</Operation>
  1405. </Platform>
  1406. </DeployClass>
  1407. <DeployClass Name="ProjectOSXInfoPList">
  1408. <Platform Name="OSX32">
  1409. <RemoteDir>Contents</RemoteDir>
  1410. <Operation>1</Operation>
  1411. </Platform>
  1412. <Platform Name="OSX64">
  1413. <RemoteDir>Contents</RemoteDir>
  1414. <Operation>1</Operation>
  1415. </Platform>
  1416. <Platform Name="OSXARM64">
  1417. <RemoteDir>Contents</RemoteDir>
  1418. <Operation>1</Operation>
  1419. </Platform>
  1420. </DeployClass>
  1421. <DeployClass Name="ProjectOSXResource">
  1422. <Platform Name="OSX32">
  1423. <RemoteDir>Contents\Resources</RemoteDir>
  1424. <Operation>1</Operation>
  1425. </Platform>
  1426. <Platform Name="OSX64">
  1427. <RemoteDir>Contents\Resources</RemoteDir>
  1428. <Operation>1</Operation>
  1429. </Platform>
  1430. <Platform Name="OSXARM64">
  1431. <RemoteDir>Contents\Resources</RemoteDir>
  1432. <Operation>1</Operation>
  1433. </Platform>
  1434. </DeployClass>
  1435. <DeployClass Required="true" Name="ProjectOutput">
  1436. <Platform Name="Android">
  1437. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1438. <Operation>1</Operation>
  1439. </Platform>
  1440. <Platform Name="Android64">
  1441. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1442. <Operation>1</Operation>
  1443. </Platform>
  1444. <Platform Name="iOSDevice32">
  1445. <Operation>1</Operation>
  1446. </Platform>
  1447. <Platform Name="iOSDevice64">
  1448. <Operation>1</Operation>
  1449. </Platform>
  1450. <Platform Name="iOSSimulator">
  1451. <Operation>1</Operation>
  1452. </Platform>
  1453. <Platform Name="Linux64">
  1454. <Operation>1</Operation>
  1455. </Platform>
  1456. <Platform Name="OSX32">
  1457. <RemoteDir>Contents\MacOS</RemoteDir>
  1458. <Operation>1</Operation>
  1459. </Platform>
  1460. <Platform Name="OSX64">
  1461. <RemoteDir>Contents\MacOS</RemoteDir>
  1462. <Operation>1</Operation>
  1463. </Platform>
  1464. <Platform Name="OSXARM64">
  1465. <RemoteDir>Contents\MacOS</RemoteDir>
  1466. <Operation>1</Operation>
  1467. </Platform>
  1468. <Platform Name="Win32">
  1469. <Operation>0</Operation>
  1470. </Platform>
  1471. </DeployClass>
  1472. <DeployClass Name="ProjectOutput_Android32">
  1473. <Platform Name="Android64">
  1474. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1475. <Operation>1</Operation>
  1476. </Platform>
  1477. </DeployClass>
  1478. <DeployClass Name="ProjectUWPManifest">
  1479. <Platform Name="Win32">
  1480. <Operation>1</Operation>
  1481. </Platform>
  1482. <Platform Name="Win64">
  1483. <Operation>1</Operation>
  1484. </Platform>
  1485. </DeployClass>
  1486. <DeployClass Name="UWP_CppLogo150">
  1487. <Platform Name="Win32">
  1488. <RemoteDir>Assets</RemoteDir>
  1489. <Operation>1</Operation>
  1490. </Platform>
  1491. <Platform Name="Win64">
  1492. <RemoteDir>Assets</RemoteDir>
  1493. <Operation>1</Operation>
  1494. </Platform>
  1495. </DeployClass>
  1496. <DeployClass Name="UWP_CppLogo44">
  1497. <Platform Name="Win32">
  1498. <RemoteDir>Assets</RemoteDir>
  1499. <Operation>1</Operation>
  1500. </Platform>
  1501. <Platform Name="Win64">
  1502. <RemoteDir>Assets</RemoteDir>
  1503. <Operation>1</Operation>
  1504. </Platform>
  1505. </DeployClass>
  1506. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1507. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1508. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1509. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1510. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1511. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1512. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1513. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1514. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1515. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1516. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1517. </Deployment>
  1518. <Platforms>
  1519. <Platform value="Win32">True</Platform>
  1520. <Platform value="Win64">False</Platform>
  1521. </Platforms>
  1522. </BorlandProject>
  1523. <ProjectFileVersion>12</ProjectFileVersion>
  1524. </ProjectExtensions>
  1525. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1526. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1527. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1528. </Project>