CameraControllerC.cbproj 68 KB

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