SimpleShaderC.cbproj 76 KB

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