HeightfieldC.cbproj 81 KB

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