TexFormatC.cbproj 74 KB

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