PostShaderC.cbproj 78 KB

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