ShaderCompC.cbproj 78 KB

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