RayBox.cbproj 60 KB

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