ExtrusionC.cbproj 73 KB

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