ProjectTextureC.cbproj 75 KB

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