PostShaderC.cbproj 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{3B641CD1-5550-4EAA-81BB-FEE838F74347}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>PostShaderC.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>3</TargetedPlatforms>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>PostShaderC</SanitizedProjectName>
  62. <AllPackageLibs>rtl.lib;vcl.lib;vclx.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_Cg_RT.lib</AllPackageLibs>
  63. <ProjectType>CppVCLApplication</ProjectType>
  64. <_TCHARMapping>wchar_t</_TCHARMapping>
  65. <Multithreaded>true</Multithreaded>
  66. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\glslshaders\PostShader\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  67. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  68. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  69. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  70. <DynamicRTL>true</DynamicRTL>
  71. <UsePackages>true</UsePackages>
  72. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  73. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  74. <BCC_wpar>false</BCC_wpar>
  75. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  76. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  79. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  80. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  81. <VerInfo_Locale>1033</VerInfo_Locale>
  82. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  83. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  84. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  87. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  88. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  91. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  92. <VerInfo_Locale>1033</VerInfo_Locale>
  93. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  94. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  95. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  97. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  98. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  99. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  102. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  103. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  104. <DCC_Optimize>false</DCC_Optimize>
  105. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  106. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  107. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  108. <DCC_Define>DEBUG</DCC_Define>
  109. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  110. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  111. <BCC_StackFrames>true</BCC_StackFrames>
  112. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  113. <TASM_Debugging>Full</TASM_Debugging>
  114. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  115. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  116. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  117. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  118. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  119. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  122. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  123. <Defines>_DEBUG;$(Defines)</Defines>
  124. <LinkPackageImports>rtl.bpi;vcl.bpi;vclx.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_Cg_RT.bpi</LinkPackageImports>
  125. <BT_BuildType>Debug</BT_BuildType>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  128. <LinkPackageImports>rtl.bpi;vcl.bpi;vclx.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_Cg_RT.bpi</LinkPackageImports>
  129. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  130. <VerInfo_Locale>1033</VerInfo_Locale>
  131. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  132. <BCC_IncludePath>D:\GLScene\Samples\CPP\Demos\glslshaders\PostShader\;D:\GLScene\Samples\CPP\Demos\glslshaders\PostShader\</BCC_IncludePath>
  133. <Defines>_DEBUG;$(Defines)</Defines>
  134. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  135. <BT_BuildType>Debug</BT_BuildType>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  138. <TASM_Debugging>None</TASM_Debugging>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  141. <Defines>NDEBUG;$(Defines)</Defines>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  144. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  145. <Defines>NDEBUG;$(Defines)</Defines>
  146. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  147. </PropertyGroup>
  148. <ItemGroup>
  149. <CppCompile Include="fPostShaderC.cpp">
  150. <Form>Form1</Form>
  151. <FormType>dfm</FormType>
  152. <DependentOn>fPostShaderC.h</DependentOn>
  153. <BuildOrder>2</BuildOrder>
  154. </CppCompile>
  155. <CppCompile Include="PostShaderC.cpp">
  156. <BuildOrder>0</BuildOrder>
  157. </CppCompile>
  158. <FormResources Include="fPostShaderC.dfm"/>
  159. <BuildConfiguration Include="Release">
  160. <Key>Cfg_2</Key>
  161. <CfgParent>Base</CfgParent>
  162. </BuildConfiguration>
  163. <BuildConfiguration Include="Base">
  164. <Key>Base</Key>
  165. </BuildConfiguration>
  166. <BuildConfiguration Include="Debug">
  167. <Key>Cfg_1</Key>
  168. <CfgParent>Base</CfgParent>
  169. </BuildConfiguration>
  170. </ItemGroup>
  171. <ProjectExtensions>
  172. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  173. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  174. <BorlandProject>
  175. <CPlusPlusBuilder.Personality>
  176. <Source>
  177. <Source Name="MainSource">PostShaderC.cpp</Source>
  178. </Source>
  179. <VersionInfo>
  180. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  181. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  182. <VersionInfo Name="MajorVer">1</VersionInfo>
  183. <VersionInfo Name="MinorVer">0</VersionInfo>
  184. <VersionInfo Name="Release">0</VersionInfo>
  185. <VersionInfo Name="Build">0</VersionInfo>
  186. <VersionInfo Name="Debug">False</VersionInfo>
  187. <VersionInfo Name="PreRelease">False</VersionInfo>
  188. <VersionInfo Name="Special">False</VersionInfo>
  189. <VersionInfo Name="Private">False</VersionInfo>
  190. <VersionInfo Name="DLL">False</VersionInfo>
  191. <VersionInfo Name="Locale">1049</VersionInfo>
  192. <VersionInfo Name="CodePage">1251</VersionInfo>
  193. </VersionInfo>
  194. <VersionInfoKeys>
  195. <VersionInfoKeys Name="CompanyName"/>
  196. <VersionInfoKeys Name="FileDescription"/>
  197. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  198. <VersionInfoKeys Name="InternalName"/>
  199. <VersionInfoKeys Name="LegalCopyright"/>
  200. <VersionInfoKeys Name="LegalTrademarks"/>
  201. <VersionInfoKeys Name="OriginalFilename"/>
  202. <VersionInfoKeys Name="ProductName"/>
  203. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  204. <VersionInfoKeys Name="Comments"/>
  205. <VersionInfoKeys Name="CFBundleName"/>
  206. <VersionInfoKeys Name="CFBundleDisplayName"/>
  207. <VersionInfoKeys Name="CFBundleIdentifier"/>
  208. <VersionInfoKeys Name="CFBundleVersion"/>
  209. <VersionInfoKeys Name="CFBundlePackageType"/>
  210. <VersionInfoKeys Name="CFBundleSignature"/>
  211. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  212. <VersionInfoKeys Name="CFBundleExecutable"/>
  213. </VersionInfoKeys>
  214. <ProjectProperties>
  215. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  216. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  217. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  218. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  219. </ProjectProperties>
  220. <Excluded_Packages>
  221. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k240.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  222. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp240.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  223. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  224. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  225. </Excluded_Packages>
  226. </CPlusPlusBuilder.Personality>
  227. <Deployment Version="3">
  228. <DeployFile LocalName=".\Win32\Debug\PostShaderC.tds" Configuration="Debug" Class="DebugSymbols">
  229. <Platform Name="Win32">
  230. <RemoteName>PostShaderC.tds</RemoteName>
  231. <Overwrite>true</Overwrite>
  232. </Platform>
  233. </DeployFile>
  234. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
  235. <Platform Name="Win32">
  236. <Overwrite>true</Overwrite>
  237. </Platform>
  238. </DeployFile>
  239. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  240. <Platform Name="Win32">
  241. <Overwrite>true</Overwrite>
  242. </Platform>
  243. </DeployFile>
  244. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  245. <Platform Name="Win32">
  246. <Overwrite>true</Overwrite>
  247. </Platform>
  248. </DeployFile>
  249. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  250. <Platform Name="Win64">
  251. <Overwrite>true</Overwrite>
  252. </Platform>
  253. </DeployFile>
  254. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  255. <Platform Name="OSX32">
  256. <Overwrite>true</Overwrite>
  257. </Platform>
  258. </DeployFile>
  259. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  260. <Platform Name="Win32">
  261. <Overwrite>true</Overwrite>
  262. </Platform>
  263. </DeployFile>
  264. <DeployFile LocalName=".\Win32\Debug\PostShaderC.exe" Configuration="Debug" Class="ProjectOutput">
  265. <Platform Name="Win32">
  266. <RemoteName>PostShaderC.exe</RemoteName>
  267. <Overwrite>true</Overwrite>
  268. </Platform>
  269. </DeployFile>
  270. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  271. <Platform Name="OSX32">
  272. <Overwrite>true</Overwrite>
  273. </Platform>
  274. </DeployFile>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  276. <Platform Name="Win64">
  277. <Overwrite>true</Overwrite>
  278. </Platform>
  279. </DeployFile>
  280. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  281. <Platform Name="OSX64">
  282. <Overwrite>true</Overwrite>
  283. </Platform>
  284. </DeployFile>
  285. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  286. <Platform Name="Win32">
  287. <Overwrite>true</Overwrite>
  288. </Platform>
  289. </DeployFile>
  290. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  291. <Platform Name="Win32">
  292. <Overwrite>true</Overwrite>
  293. </Platform>
  294. </DeployFile>
  295. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  296. <Platform Name="Win64">
  297. <Overwrite>true</Overwrite>
  298. </Platform>
  299. </DeployFile>
  300. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  301. <Platform Name="Win32">
  302. <Overwrite>true</Overwrite>
  303. </Platform>
  304. </DeployFile>
  305. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule">
  306. <Platform Name="Win32">
  307. <Overwrite>true</Overwrite>
  308. </Platform>
  309. </DeployFile>
  310. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  311. <Platform Name="Win32">
  312. <Overwrite>true</Overwrite>
  313. </Platform>
  314. </DeployFile>
  315. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.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\cc64160mt.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\cc64240mt.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)\bin\cc32c260mt.dll" Class="DependencyModule">
  331. <Platform Name="Win32">
  332. <Overwrite>true</Overwrite>
  333. </Platform>
  334. </DeployFile>
  335. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  336. <Platform Name="Win64">
  337. <Overwrite>true</Overwrite>
  338. </Platform>
  339. </DeployFile>
  340. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  341. <Platform Name="Win32">
  342. <Overwrite>true</Overwrite>
  343. </Platform>
  344. </DeployFile>
  345. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  346. <Platform Name="OSX64">
  347. <Overwrite>true</Overwrite>
  348. </Platform>
  349. </DeployFile>
  350. <DeployClass Name="AdditionalDebugSymbols">
  351. <Platform Name="iOSSimulator">
  352. <Operation>1</Operation>
  353. </Platform>
  354. <Platform Name="OSX32">
  355. <RemoteDir>Contents\MacOS</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. <Platform Name="Win32">
  359. <Operation>0</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="AndroidClassesDexFile">
  363. <Platform Name="Android">
  364. <RemoteDir>classes</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="AndroidFileProvider">
  369. <Platform Name="Android">
  370. <RemoteDir>res\xml</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="AndroidGDBServer">
  375. <Platform Name="Android">
  376. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="AndroidLibnativeArmeabiFile">
  381. <Platform Name="Android">
  382. <RemoteDir>library\lib\armeabi</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="AndroidLibnativeMipsFile">
  387. <Platform Name="Android">
  388. <RemoteDir>library\lib\mips</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="AndroidLibnativeX86File"/>
  393. <DeployClass Name="AndroidServiceOutput">
  394. <Platform Name="Android">
  395. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  396. <Operation>1</Operation>
  397. </Platform>
  398. </DeployClass>
  399. <DeployClass Name="AndroidSplashImageDef">
  400. <Platform Name="Android">
  401. <RemoteDir>res\drawable</RemoteDir>
  402. <Operation>1</Operation>
  403. </Platform>
  404. </DeployClass>
  405. <DeployClass Name="AndroidSplashStyles">
  406. <Platform Name="Android">
  407. <RemoteDir>res\values</RemoteDir>
  408. <Operation>1</Operation>
  409. </Platform>
  410. </DeployClass>
  411. <DeployClass Name="AndroidSplashStylesV21">
  412. <Platform Name="Android">
  413. <RemoteDir>res\values-v21</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="Android_Colors">
  418. <Platform Name="Android">
  419. <RemoteDir>res\values</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. </DeployClass>
  423. <DeployClass Name="Android_DefaultAppIcon">
  424. <Platform Name="Android">
  425. <RemoteDir>res\drawable</RemoteDir>
  426. <Operation>1</Operation>
  427. </Platform>
  428. </DeployClass>
  429. <DeployClass Name="Android_LauncherIcon144">
  430. <Platform Name="Android">
  431. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. </DeployClass>
  435. <DeployClass Name="Android_LauncherIcon36">
  436. <Platform Name="Android">
  437. <RemoteDir>res\drawable-ldpi</RemoteDir>
  438. <Operation>1</Operation>
  439. </Platform>
  440. </DeployClass>
  441. <DeployClass Name="Android_LauncherIcon48">
  442. <Platform Name="Android">
  443. <RemoteDir>res\drawable-mdpi</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="Android_LauncherIcon72">
  448. <Platform Name="Android">
  449. <RemoteDir>res\drawable-hdpi</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="Android_LauncherIcon96">
  454. <Platform Name="Android">
  455. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  456. <Operation>1</Operation>
  457. </Platform>
  458. </DeployClass>
  459. <DeployClass Name="Android_NotificationIcon24">
  460. <Platform Name="Android">
  461. <RemoteDir>res\drawable-mdpi</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="Android_NotificationIcon36">
  466. <Platform Name="Android">
  467. <RemoteDir>res\drawable-hdpi</RemoteDir>
  468. <Operation>1</Operation>
  469. </Platform>
  470. </DeployClass>
  471. <DeployClass Name="Android_NotificationIcon48">
  472. <Platform Name="Android">
  473. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  474. <Operation>1</Operation>
  475. </Platform>
  476. </DeployClass>
  477. <DeployClass Name="Android_NotificationIcon72">
  478. <Platform Name="Android">
  479. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. </DeployClass>
  483. <DeployClass Name="Android_NotificationIcon96">
  484. <Platform Name="Android">
  485. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  486. <Operation>1</Operation>
  487. </Platform>
  488. </DeployClass>
  489. <DeployClass Name="Android_SplashImage426">
  490. <Platform Name="Android">
  491. <RemoteDir>res\drawable-small</RemoteDir>
  492. <Operation>1</Operation>
  493. </Platform>
  494. </DeployClass>
  495. <DeployClass Name="Android_SplashImage470">
  496. <Platform Name="Android">
  497. <RemoteDir>res\drawable-normal</RemoteDir>
  498. <Operation>1</Operation>
  499. </Platform>
  500. </DeployClass>
  501. <DeployClass Name="Android_SplashImage640">
  502. <Platform Name="Android">
  503. <RemoteDir>res\drawable-large</RemoteDir>
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="Android_SplashImage960">
  508. <Platform Name="Android">
  509. <RemoteDir>res\drawable-xlarge</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="Android_Strings">
  514. <Platform Name="Android">
  515. <RemoteDir>res\values</RemoteDir>
  516. <Operation>1</Operation>
  517. </Platform>
  518. </DeployClass>
  519. <DeployClass Name="DebugSymbols">
  520. <Platform Name="iOSSimulator">
  521. <Operation>1</Operation>
  522. </Platform>
  523. <Platform Name="OSX32">
  524. <RemoteDir>Contents\MacOS</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="Win32">
  528. <Operation>0</Operation>
  529. </Platform>
  530. </DeployClass>
  531. <DeployClass Name="DependencyFramework">
  532. <Platform Name="OSX32">
  533. <RemoteDir>Contents\MacOS</RemoteDir>
  534. <Operation>1</Operation>
  535. <Extensions>.framework</Extensions>
  536. </Platform>
  537. <Platform Name="OSX64">
  538. <RemoteDir>Contents\MacOS</RemoteDir>
  539. <Operation>1</Operation>
  540. <Extensions>.framework</Extensions>
  541. </Platform>
  542. <Platform Name="Win32">
  543. <Operation>0</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="DependencyModule">
  547. <Platform Name="iOSDevice32">
  548. <Operation>1</Operation>
  549. <Extensions>.dylib</Extensions>
  550. </Platform>
  551. <Platform Name="iOSDevice64">
  552. <Operation>1</Operation>
  553. <Extensions>.dylib</Extensions>
  554. </Platform>
  555. <Platform Name="iOSSimulator">
  556. <Operation>1</Operation>
  557. <Extensions>.dylib</Extensions>
  558. </Platform>
  559. <Platform Name="OSX32">
  560. <RemoteDir>Contents\MacOS</RemoteDir>
  561. <Operation>1</Operation>
  562. <Extensions>.dylib</Extensions>
  563. </Platform>
  564. <Platform Name="OSX64">
  565. <RemoteDir>Contents\MacOS</RemoteDir>
  566. <Operation>1</Operation>
  567. <Extensions>.dylib</Extensions>
  568. </Platform>
  569. <Platform Name="Win32">
  570. <Operation>0</Operation>
  571. <Extensions>.dll;.bpl</Extensions>
  572. </Platform>
  573. </DeployClass>
  574. <DeployClass Required="true" Name="DependencyPackage">
  575. <Platform Name="iOSDevice32">
  576. <Operation>1</Operation>
  577. <Extensions>.dylib</Extensions>
  578. </Platform>
  579. <Platform Name="iOSDevice64">
  580. <Operation>1</Operation>
  581. <Extensions>.dylib</Extensions>
  582. </Platform>
  583. <Platform Name="iOSSimulator">
  584. <Operation>1</Operation>
  585. <Extensions>.dylib</Extensions>
  586. </Platform>
  587. <Platform Name="OSX32">
  588. <RemoteDir>Contents\MacOS</RemoteDir>
  589. <Operation>1</Operation>
  590. <Extensions>.dylib</Extensions>
  591. </Platform>
  592. <Platform Name="OSX64">
  593. <RemoteDir>Contents\MacOS</RemoteDir>
  594. <Operation>1</Operation>
  595. <Extensions>.dylib</Extensions>
  596. </Platform>
  597. <Platform Name="Win32">
  598. <Operation>0</Operation>
  599. <Extensions>.bpl</Extensions>
  600. </Platform>
  601. </DeployClass>
  602. <DeployClass Name="File">
  603. <Platform Name="Android">
  604. <Operation>0</Operation>
  605. </Platform>
  606. <Platform Name="iOSDevice32">
  607. <Operation>0</Operation>
  608. </Platform>
  609. <Platform Name="iOSDevice64">
  610. <Operation>0</Operation>
  611. </Platform>
  612. <Platform Name="iOSSimulator">
  613. <Operation>0</Operation>
  614. </Platform>
  615. <Platform Name="OSX32">
  616. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  617. <Operation>0</Operation>
  618. </Platform>
  619. <Platform Name="OSX64">
  620. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  621. <Operation>0</Operation>
  622. </Platform>
  623. <Platform Name="Win32">
  624. <Operation>0</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="iPad_Launch1024">
  628. <Platform Name="iOSDevice32">
  629. <Operation>1</Operation>
  630. </Platform>
  631. <Platform Name="iOSDevice64">
  632. <Operation>1</Operation>
  633. </Platform>
  634. <Platform Name="iOSSimulator">
  635. <Operation>1</Operation>
  636. </Platform>
  637. </DeployClass>
  638. <DeployClass Name="iPad_Launch1024x768">
  639. <Platform Name="iOSDevice32">
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="iOSDevice64">
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="iOSSimulator">
  646. <Operation>1</Operation>
  647. </Platform>
  648. </DeployClass>
  649. <DeployClass Name="iPad_Launch1536">
  650. <Platform Name="iOSDevice32">
  651. <Operation>1</Operation>
  652. </Platform>
  653. <Platform Name="iOSDevice64">
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSSimulator">
  657. <Operation>1</Operation>
  658. </Platform>
  659. </DeployClass>
  660. <DeployClass Name="iPad_Launch1536x2048">
  661. <Platform Name="iOSDevice32">
  662. <Operation>1</Operation>
  663. </Platform>
  664. <Platform Name="iOSDevice64">
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="iOSSimulator">
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Name="iPad_Launch1668">
  672. <Platform Name="iOSDevice32">
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="iOSDevice64">
  676. <Operation>1</Operation>
  677. </Platform>
  678. <Platform Name="iOSSimulator">
  679. <Operation>1</Operation>
  680. </Platform>
  681. </DeployClass>
  682. <DeployClass Name="iPad_Launch1668x2388">
  683. <Platform Name="iOSDevice32">
  684. <Operation>1</Operation>
  685. </Platform>
  686. <Platform Name="iOSDevice64">
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="iOSSimulator">
  690. <Operation>1</Operation>
  691. </Platform>
  692. </DeployClass>
  693. <DeployClass Name="iPad_Launch2048">
  694. <Platform Name="iOSDevice32">
  695. <Operation>1</Operation>
  696. </Platform>
  697. <Platform Name="iOSDevice64">
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="iOSSimulator">
  701. <Operation>1</Operation>
  702. </Platform>
  703. </DeployClass>
  704. <DeployClass Name="iPad_Launch2048x1536">
  705. <Platform Name="iOSDevice32">
  706. <Operation>1</Operation>
  707. </Platform>
  708. <Platform Name="iOSDevice64">
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="iOSSimulator">
  712. <Operation>1</Operation>
  713. </Platform>
  714. </DeployClass>
  715. <DeployClass Name="iPad_Launch2048x2732">
  716. <Platform Name="iOSDevice32">
  717. <Operation>1</Operation>
  718. </Platform>
  719. <Platform Name="iOSDevice64">
  720. <Operation>1</Operation>
  721. </Platform>
  722. <Platform Name="iOSSimulator">
  723. <Operation>1</Operation>
  724. </Platform>
  725. </DeployClass>
  726. <DeployClass Name="iPad_Launch2224">
  727. <Platform Name="iOSDevice32">
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="iOSDevice64">
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="iOSSimulator">
  734. <Operation>1</Operation>
  735. </Platform>
  736. </DeployClass>
  737. <DeployClass Name="iPad_Launch2388x1668">
  738. <Platform Name="iOSDevice32">
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="iOSDevice64">
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="iOSSimulator">
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="iPad_Launch2732x2048">
  749. <Platform Name="iOSDevice32">
  750. <Operation>1</Operation>
  751. </Platform>
  752. <Platform Name="iOSDevice64">
  753. <Operation>1</Operation>
  754. </Platform>
  755. <Platform Name="iOSSimulator">
  756. <Operation>1</Operation>
  757. </Platform>
  758. </DeployClass>
  759. <DeployClass Name="iPad_Launch768">
  760. <Platform Name="iOSDevice32">
  761. <Operation>1</Operation>
  762. </Platform>
  763. <Platform Name="iOSDevice64">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSSimulator">
  767. <Operation>1</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Name="iPad_Launch768x1024">
  771. <Platform Name="iOSDevice32">
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSDevice64">
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="iOSSimulator">
  778. <Operation>1</Operation>
  779. </Platform>
  780. </DeployClass>
  781. <DeployClass Name="iPhone_Launch1125">
  782. <Platform Name="iOSDevice32">
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="iOSDevice64">
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="iOSSimulator">
  789. <Operation>1</Operation>
  790. </Platform>
  791. </DeployClass>
  792. <DeployClass Name="iPhone_Launch1136x640">
  793. <Platform Name="iOSDevice32">
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="iOSDevice64">
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="iOSSimulator">
  800. <Operation>1</Operation>
  801. </Platform>
  802. </DeployClass>
  803. <DeployClass Name="iPhone_Launch1242">
  804. <Platform Name="iOSDevice32">
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSDevice64">
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="iOSSimulator">
  811. <Operation>1</Operation>
  812. </Platform>
  813. </DeployClass>
  814. <DeployClass Name="iPhone_Launch1242x2688">
  815. <Platform Name="iOSDevice32">
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="iOSDevice64">
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="iOSSimulator">
  822. <Operation>1</Operation>
  823. </Platform>
  824. </DeployClass>
  825. <DeployClass Name="iPhone_Launch1334">
  826. <Platform Name="iOSDevice32">
  827. <Operation>1</Operation>
  828. </Platform>
  829. <Platform Name="iOSDevice64">
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSSimulator">
  833. <Operation>1</Operation>
  834. </Platform>
  835. </DeployClass>
  836. <DeployClass Name="iPhone_Launch1792">
  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="iPhone_Launch2208">
  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="iPhone_Launch2436">
  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="iPhone_Launch2688x1242">
  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="iPhone_Launch320">
  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="iPhone_Launch640">
  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="iPhone_Launch640x1136">
  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="iPhone_Launch750">
  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="iPhone_Launch828">
  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="ProjectAndroidManifest">
  936. <Platform Name="Android">
  937. <Operation>1</Operation>
  938. </Platform>
  939. </DeployClass>
  940. <DeployClass Name="ProjectiOSDeviceDebug">
  941. <Platform Name="iOSDevice32">
  942. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  943. <Operation>1</Operation>
  944. </Platform>
  945. <Platform Name="iOSDevice64">
  946. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  947. <Operation>1</Operation>
  948. </Platform>
  949. </DeployClass>
  950. <DeployClass Name="ProjectiOSDeviceResourceRules">
  951. <Platform Name="iOSDevice32">
  952. <Operation>1</Operation>
  953. </Platform>
  954. <Platform Name="iOSDevice64">
  955. <Operation>1</Operation>
  956. </Platform>
  957. </DeployClass>
  958. <DeployClass Name="ProjectiOSEntitlements">
  959. <Platform Name="iOSDevice32">
  960. <RemoteDir>..\</RemoteDir>
  961. <Operation>1</Operation>
  962. </Platform>
  963. <Platform Name="iOSDevice64">
  964. <RemoteDir>..\</RemoteDir>
  965. <Operation>1</Operation>
  966. </Platform>
  967. </DeployClass>
  968. <DeployClass Name="ProjectiOSInfoPList">
  969. <Platform Name="iOSDevice32">
  970. <Operation>1</Operation>
  971. </Platform>
  972. <Platform Name="iOSDevice64">
  973. <Operation>1</Operation>
  974. </Platform>
  975. <Platform Name="iOSSimulator">
  976. <Operation>1</Operation>
  977. </Platform>
  978. </DeployClass>
  979. <DeployClass Name="ProjectiOSResource">
  980. <Platform Name="iOSDevice32">
  981. <Operation>1</Operation>
  982. </Platform>
  983. <Platform Name="iOSDevice64">
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="iOSSimulator">
  987. <Operation>1</Operation>
  988. </Platform>
  989. </DeployClass>
  990. <DeployClass Name="ProjectOSXDebug">
  991. <Platform Name="OSX64">
  992. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  993. <Operation>1</Operation>
  994. </Platform>
  995. </DeployClass>
  996. <DeployClass Name="ProjectOSXEntitlements">
  997. <Platform Name="OSX32">
  998. <RemoteDir>..\</RemoteDir>
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="OSX64">
  1002. <RemoteDir>..\</RemoteDir>
  1003. <Operation>1</Operation>
  1004. </Platform>
  1005. </DeployClass>
  1006. <DeployClass Name="ProjectOSXInfoPList">
  1007. <Platform Name="OSX32">
  1008. <RemoteDir>Contents</RemoteDir>
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. <Platform Name="OSX64">
  1012. <RemoteDir>Contents</RemoteDir>
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. </DeployClass>
  1016. <DeployClass Name="ProjectOSXResource">
  1017. <Platform Name="OSX32">
  1018. <RemoteDir>Contents\Resources</RemoteDir>
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. <Platform Name="OSX64">
  1022. <RemoteDir>Contents\Resources</RemoteDir>
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. </DeployClass>
  1026. <DeployClass Required="true" Name="ProjectOutput">
  1027. <Platform Name="Android">
  1028. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. <Platform Name="iOSDevice32">
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSDevice64">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSSimulator">
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. <Platform Name="Linux64">
  1041. <Operation>1</Operation>
  1042. </Platform>
  1043. <Platform Name="OSX32">
  1044. <RemoteDir>Contents\MacOS</RemoteDir>
  1045. <Operation>1</Operation>
  1046. </Platform>
  1047. <Platform Name="OSX64">
  1048. <RemoteDir>Contents\MacOS</RemoteDir>
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. <Platform Name="Win32">
  1052. <Operation>0</Operation>
  1053. </Platform>
  1054. </DeployClass>
  1055. <DeployClass Name="ProjectUWPManifest">
  1056. <Platform Name="Win32">
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. <Platform Name="Win64">
  1060. <Operation>1</Operation>
  1061. </Platform>
  1062. </DeployClass>
  1063. <DeployClass Name="UWP_CppLogo150">
  1064. <Platform Name="Win32">
  1065. <RemoteDir>Assets</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. <Platform Name="Win64">
  1069. <RemoteDir>Assets</RemoteDir>
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. </DeployClass>
  1073. <DeployClass Name="UWP_CppLogo44">
  1074. <Platform Name="Win32">
  1075. <RemoteDir>Assets</RemoteDir>
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. <Platform Name="Win64">
  1079. <RemoteDir>Assets</RemoteDir>
  1080. <Operation>1</Operation>
  1081. </Platform>
  1082. </DeployClass>
  1083. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1084. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1085. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1086. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1087. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1088. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1089. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1090. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1091. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1092. </Deployment>
  1093. <Platforms>
  1094. <Platform value="Win32">True</Platform>
  1095. <Platform value="Win64">True</Platform>
  1096. </Platforms>
  1097. </BorlandProject>
  1098. <ProjectFileVersion>12</ProjectFileVersion>
  1099. </ProjectExtensions>
  1100. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1101. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1102. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1103. </Project>