CameraControllerC.cbproj 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{7FF8B7B3-4CB4-474C-8FCD-99A92818C4F3}</ProjectGuid>
  4. <ProjectVersion>19.4</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. </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>CameraControllerC</SanitizedProjectName>
  62. <IncludePath>D:\GLScene\Samples\CPP\Demos\interface\CameraController\;$(IncludePath)</IncludePath>
  63. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  64. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\interface\CameraController\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  65. <ProjectType>CppVCLApplication</ProjectType>
  66. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  67. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  68. <_TCHARMapping>wchar_t</_TCHARMapping>
  69. <Multithreaded>true</Multithreaded>
  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. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  81. <VerInfo_Locale>1033</VerInfo_Locale>
  82. <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>
  83. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  84. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  87. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  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. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  93. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  94. <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>
  95. <VerInfo_Locale>1033</VerInfo_Locale>
  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. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  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. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  124. <Defines>_DEBUG;$(Defines)</Defines>
  125. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  126. <BT_BuildType>Debug</BT_BuildType>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  129. <Defines>_DEBUG;$(Defines)</Defines>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  132. <TASM_Debugging>None</TASM_Debugging>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  135. <Defines>NDEBUG;$(Defines)</Defines>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  138. <Defines>NDEBUG;$(Defines)</Defines>
  139. </PropertyGroup>
  140. <ItemGroup>
  141. <CppCompile Include="CameraControllerC.cpp">
  142. <BuildOrder>0</BuildOrder>
  143. </CppCompile>
  144. <CppCompile Include="fCameraControllerC.cpp">
  145. <Form>Form1</Form>
  146. <FormType>dfm</FormType>
  147. <DependentOn>fCameraControllerC.h</DependentOn>
  148. <BuildOrder>2</BuildOrder>
  149. </CppCompile>
  150. <FormResources Include="fCameraControllerC.dfm"/>
  151. <BuildConfiguration Include="Base">
  152. <Key>Base</Key>
  153. </BuildConfiguration>
  154. <BuildConfiguration Include="Debug">
  155. <Key>Cfg_1</Key>
  156. <CfgParent>Base</CfgParent>
  157. </BuildConfiguration>
  158. <BuildConfiguration Include="Release">
  159. <Key>Cfg_2</Key>
  160. <CfgParent>Base</CfgParent>
  161. </BuildConfiguration>
  162. </ItemGroup>
  163. <ProjectExtensions>
  164. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  165. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  166. <BorlandProject>
  167. <CPlusPlusBuilder.Personality>
  168. <Source>
  169. <Source Name="MainSource">CameraControllerC.cpp</Source>
  170. </Source>
  171. <VersionInfo>
  172. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  173. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  174. <VersionInfo Name="MajorVer">1</VersionInfo>
  175. <VersionInfo Name="MinorVer">0</VersionInfo>
  176. <VersionInfo Name="Release">0</VersionInfo>
  177. <VersionInfo Name="Build">0</VersionInfo>
  178. <VersionInfo Name="Debug">False</VersionInfo>
  179. <VersionInfo Name="PreRelease">False</VersionInfo>
  180. <VersionInfo Name="Special">False</VersionInfo>
  181. <VersionInfo Name="Private">False</VersionInfo>
  182. <VersionInfo Name="DLL">False</VersionInfo>
  183. <VersionInfo Name="Locale">1049</VersionInfo>
  184. <VersionInfo Name="CodePage">1251</VersionInfo>
  185. </VersionInfo>
  186. <VersionInfoKeys>
  187. <VersionInfoKeys Name="CompanyName"/>
  188. <VersionInfoKeys Name="FileDescription"/>
  189. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  190. <VersionInfoKeys Name="InternalName"/>
  191. <VersionInfoKeys Name="LegalCopyright"/>
  192. <VersionInfoKeys Name="LegalTrademarks"/>
  193. <VersionInfoKeys Name="OriginalFilename"/>
  194. <VersionInfoKeys Name="ProductName"/>
  195. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  196. <VersionInfoKeys Name="Comments"/>
  197. <VersionInfoKeys Name="CFBundleName"/>
  198. <VersionInfoKeys Name="CFBundleDisplayName"/>
  199. <VersionInfoKeys Name="CFBundleIdentifier"/>
  200. <VersionInfoKeys Name="CFBundleVersion"/>
  201. <VersionInfoKeys Name="CFBundlePackageType"/>
  202. <VersionInfoKeys Name="CFBundleSignature"/>
  203. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  204. <VersionInfoKeys Name="CFBundleExecutable"/>
  205. </VersionInfoKeys>
  206. <ProjectProperties>
  207. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  208. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  209. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  210. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  211. </ProjectProperties>
  212. </CPlusPlusBuilder.Personality>
  213. <Deployment Version="3">
  214. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  215. <Platform Name="Win64">
  216. <Overwrite>true</Overwrite>
  217. </Platform>
  218. </DeployFile>
  219. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  220. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  221. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  222. <Platform Name="Win64">
  223. <Overwrite>true</Overwrite>
  224. </Platform>
  225. </DeployFile>
  226. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  227. <Platform Name="Win64">
  228. <Overwrite>true</Overwrite>
  229. </Platform>
  230. </DeployFile>
  231. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule">
  232. <Platform Name="Win64">
  233. <Overwrite>true</Overwrite>
  234. </Platform>
  235. </DeployFile>
  236. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule">
  237. <Platform Name="Win64">
  238. <Overwrite>true</Overwrite>
  239. </Platform>
  240. </DeployFile>
  241. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  242. <Platform Name="Win32">
  243. <Overwrite>true</Overwrite>
  244. </Platform>
  245. </DeployFile>
  246. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  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\cc32260.dll" Class="DependencyModule">
  249. <Platform Name="Win32">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  254. <Platform Name="Win32">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule">
  259. <Platform Name="Win32">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule">
  264. <Platform Name="Win32">
  265. <Overwrite>true</Overwrite>
  266. </Platform>
  267. </DeployFile>
  268. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  269. <Platform Name="Win32">
  270. <Overwrite>true</Overwrite>
  271. </Platform>
  272. </DeployFile>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  274. <Platform Name="Win32">
  275. <Overwrite>true</Overwrite>
  276. </Platform>
  277. </DeployFile>
  278. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule">
  279. <Platform Name="Win32">
  280. <Overwrite>true</Overwrite>
  281. </Platform>
  282. </DeployFile>
  283. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule">
  284. <Platform Name="Win32">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  289. <Platform Name="OSX32">
  290. <Overwrite>true</Overwrite>
  291. </Platform>
  292. </DeployFile>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  294. <Platform Name="OSX32">
  295. <Overwrite>true</Overwrite>
  296. </Platform>
  297. </DeployFile>
  298. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  299. <Platform Name="OSX64">
  300. <Overwrite>true</Overwrite>
  301. </Platform>
  302. </DeployFile>
  303. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  304. <Platform Name="OSX64">
  305. <Overwrite>true</Overwrite>
  306. </Platform>
  307. </DeployFile>
  308. <DeployFile LocalName=".\Win32\Debug\CameraController.exe" Configuration="Debug" Class="ProjectOutput"/>
  309. <DeployFile LocalName=".\Win32\Debug\CameraController.tds" Configuration="Debug" Class="DebugSymbols"/>
  310. <DeployClass Name="AdditionalDebugSymbols">
  311. <Platform Name="iOSSimulator">
  312. <Operation>1</Operation>
  313. </Platform>
  314. <Platform Name="OSX32">
  315. <RemoteDir>Contents\MacOS</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. <Platform Name="Win32">
  319. <Operation>0</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="AndroidClasses">
  323. <Platform Name="Android">
  324. <RemoteDir>classes</RemoteDir>
  325. <Operation>64</Operation>
  326. </Platform>
  327. <Platform Name="Android64">
  328. <RemoteDir>classes</RemoteDir>
  329. <Operation>64</Operation>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Name="AndroidClassesDexFile">
  333. <Platform Name="Android">
  334. <RemoteDir>classes</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="AndroidFileProvider">
  339. <Platform Name="Android">
  340. <RemoteDir>res\xml</RemoteDir>
  341. <Operation>1</Operation>
  342. </Platform>
  343. <Platform Name="Android64">
  344. <RemoteDir>res\xml</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. </DeployClass>
  348. <DeployClass Name="AndroidGDBServer">
  349. <Platform Name="Android">
  350. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  351. <Operation>1</Operation>
  352. </Platform>
  353. </DeployClass>
  354. <DeployClass Name="AndroidLibnativeArmeabiFile">
  355. <Platform Name="Android">
  356. <RemoteDir>library\lib\armeabi</RemoteDir>
  357. <Operation>1</Operation>
  358. </Platform>
  359. <Platform Name="Android64">
  360. <RemoteDir>library\lib\armeabi</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. </DeployClass>
  364. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  365. <Platform Name="Android64">
  366. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="AndroidLibnativeMipsFile">
  371. <Platform Name="Android">
  372. <RemoteDir>library\lib\mips</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. <Platform Name="Android64">
  376. <RemoteDir>library\lib\mips</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="AndroidServiceOutput">
  381. <Platform Name="Android">
  382. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. <Platform Name="Android64">
  386. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="AndroidServiceOutput_Android32">
  391. <Platform Name="Android64">
  392. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="AndroidSplashImageDef">
  397. <Platform Name="Android">
  398. <RemoteDir>res\drawable</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. <Platform Name="Android64">
  402. <RemoteDir>res\drawable</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. </DeployClass>
  406. <DeployClass Name="AndroidSplashStyles">
  407. <Platform Name="Android">
  408. <RemoteDir>res\values</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. <Platform Name="Android64">
  412. <RemoteDir>res\values</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="AndroidSplashStylesV21">
  417. <Platform Name="Android">
  418. <RemoteDir>res\values-v21</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. <Platform Name="Android64">
  422. <RemoteDir>res\values-v21</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="Android_Colors">
  427. <Platform Name="Android">
  428. <RemoteDir>res\values</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. <Platform Name="Android64">
  432. <RemoteDir>res\values</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. </DeployClass>
  436. <DeployClass Name="Android_DefaultAppIcon">
  437. <Platform Name="Android">
  438. <RemoteDir>res\drawable</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. <Platform Name="Android64">
  442. <RemoteDir>res\drawable</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_LauncherIcon144">
  447. <Platform Name="Android">
  448. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. <Platform Name="Android64">
  452. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. </DeployClass>
  456. <DeployClass Name="Android_LauncherIcon192">
  457. <Platform Name="Android">
  458. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. <Platform Name="Android64">
  462. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. </DeployClass>
  466. <DeployClass Name="Android_LauncherIcon36">
  467. <Platform Name="Android">
  468. <RemoteDir>res\drawable-ldpi</RemoteDir>
  469. <Operation>1</Operation>
  470. </Platform>
  471. <Platform Name="Android64">
  472. <RemoteDir>res\drawable-ldpi</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="Android_LauncherIcon48">
  477. <Platform Name="Android">
  478. <RemoteDir>res\drawable-mdpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="Android64">
  482. <RemoteDir>res\drawable-mdpi</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="Android_LauncherIcon72">
  487. <Platform Name="Android">
  488. <RemoteDir>res\drawable-hdpi</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="Android64">
  492. <RemoteDir>res\drawable-hdpi</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="Android_LauncherIcon96">
  497. <Platform Name="Android">
  498. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="Android64">
  502. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. </DeployClass>
  506. <DeployClass Name="Android_NotificationIcon24">
  507. <Platform Name="Android">
  508. <RemoteDir>res\drawable-mdpi</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="Android64">
  512. <RemoteDir>res\drawable-mdpi</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="Android_NotificationIcon36">
  517. <Platform Name="Android">
  518. <RemoteDir>res\drawable-hdpi</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. <Platform Name="Android64">
  522. <RemoteDir>res\drawable-hdpi</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. </DeployClass>
  526. <DeployClass Name="Android_NotificationIcon48">
  527. <Platform Name="Android">
  528. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. <Platform Name="Android64">
  532. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  533. <Operation>1</Operation>
  534. </Platform>
  535. </DeployClass>
  536. <DeployClass Name="Android_NotificationIcon72">
  537. <Platform Name="Android">
  538. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. <Platform Name="Android64">
  542. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="Android_NotificationIcon96">
  547. <Platform Name="Android">
  548. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. <Platform Name="Android64">
  552. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. </DeployClass>
  556. <DeployClass Name="Android_SplashImage426">
  557. <Platform Name="Android">
  558. <RemoteDir>res\drawable-small</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. <Platform Name="Android64">
  562. <RemoteDir>res\drawable-small</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. </DeployClass>
  566. <DeployClass Name="Android_SplashImage470">
  567. <Platform Name="Android">
  568. <RemoteDir>res\drawable-normal</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. <Platform Name="Android64">
  572. <RemoteDir>res\drawable-normal</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. </DeployClass>
  576. <DeployClass Name="Android_SplashImage640">
  577. <Platform Name="Android">
  578. <RemoteDir>res\drawable-large</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="Android64">
  582. <RemoteDir>res\drawable-large</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. </DeployClass>
  586. <DeployClass Name="Android_SplashImage960">
  587. <Platform Name="Android">
  588. <RemoteDir>res\drawable-xlarge</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="Android64">
  592. <RemoteDir>res\drawable-xlarge</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Name="Android_Strings">
  597. <Platform Name="Android">
  598. <RemoteDir>res\values</RemoteDir>
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="Android64">
  602. <RemoteDir>res\values</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="DebugSymbols">
  607. <Platform Name="iOSSimulator">
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="OSX32">
  611. <RemoteDir>Contents\MacOS</RemoteDir>
  612. <Operation>1</Operation>
  613. </Platform>
  614. <Platform Name="Win32">
  615. <Operation>0</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Name="DependencyFramework">
  619. <Platform Name="OSX32">
  620. <RemoteDir>Contents\MacOS</RemoteDir>
  621. <Operation>1</Operation>
  622. <Extensions>.framework</Extensions>
  623. </Platform>
  624. <Platform Name="OSX64">
  625. <RemoteDir>Contents\MacOS</RemoteDir>
  626. <Operation>1</Operation>
  627. <Extensions>.framework</Extensions>
  628. </Platform>
  629. <Platform Name="OSXARM64">
  630. <RemoteDir>Contents\MacOS</RemoteDir>
  631. <Operation>1</Operation>
  632. <Extensions>.framework</Extensions>
  633. </Platform>
  634. <Platform Name="Win32">
  635. <Operation>0</Operation>
  636. </Platform>
  637. </DeployClass>
  638. <DeployClass Name="DependencyModule">
  639. <Platform Name="iOSDevice32">
  640. <Operation>1</Operation>
  641. <Extensions>.dylib</Extensions>
  642. </Platform>
  643. <Platform Name="iOSDevice64">
  644. <Operation>1</Operation>
  645. <Extensions>.dylib</Extensions>
  646. </Platform>
  647. <Platform Name="iOSSimulator">
  648. <Operation>1</Operation>
  649. <Extensions>.dylib</Extensions>
  650. </Platform>
  651. <Platform Name="OSX32">
  652. <RemoteDir>Contents\MacOS</RemoteDir>
  653. <Operation>1</Operation>
  654. <Extensions>.dylib</Extensions>
  655. </Platform>
  656. <Platform Name="OSX64">
  657. <RemoteDir>Contents\MacOS</RemoteDir>
  658. <Operation>1</Operation>
  659. <Extensions>.dylib</Extensions>
  660. </Platform>
  661. <Platform Name="OSXARM64">
  662. <RemoteDir>Contents\MacOS</RemoteDir>
  663. <Operation>1</Operation>
  664. <Extensions>.dylib</Extensions>
  665. </Platform>
  666. <Platform Name="Win32">
  667. <Operation>0</Operation>
  668. <Extensions>.dll;.bpl</Extensions>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Required="true" Name="DependencyPackage">
  672. <Platform Name="iOSDevice32">
  673. <Operation>1</Operation>
  674. <Extensions>.dylib</Extensions>
  675. </Platform>
  676. <Platform Name="iOSDevice64">
  677. <Operation>1</Operation>
  678. <Extensions>.dylib</Extensions>
  679. </Platform>
  680. <Platform Name="iOSSimulator">
  681. <Operation>1</Operation>
  682. <Extensions>.dylib</Extensions>
  683. </Platform>
  684. <Platform Name="OSX32">
  685. <RemoteDir>Contents\MacOS</RemoteDir>
  686. <Operation>1</Operation>
  687. <Extensions>.dylib</Extensions>
  688. </Platform>
  689. <Platform Name="OSX64">
  690. <RemoteDir>Contents\MacOS</RemoteDir>
  691. <Operation>1</Operation>
  692. <Extensions>.dylib</Extensions>
  693. </Platform>
  694. <Platform Name="OSXARM64">
  695. <RemoteDir>Contents\MacOS</RemoteDir>
  696. <Operation>1</Operation>
  697. <Extensions>.dylib</Extensions>
  698. </Platform>
  699. <Platform Name="Win32">
  700. <Operation>0</Operation>
  701. <Extensions>.bpl</Extensions>
  702. </Platform>
  703. </DeployClass>
  704. <DeployClass Name="File">
  705. <Platform Name="Android">
  706. <Operation>0</Operation>
  707. </Platform>
  708. <Platform Name="Android64">
  709. <Operation>0</Operation>
  710. </Platform>
  711. <Platform Name="iOSDevice32">
  712. <Operation>0</Operation>
  713. </Platform>
  714. <Platform Name="iOSDevice64">
  715. <Operation>0</Operation>
  716. </Platform>
  717. <Platform Name="iOSSimulator">
  718. <Operation>0</Operation>
  719. </Platform>
  720. <Platform Name="OSX32">
  721. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  722. <Operation>0</Operation>
  723. </Platform>
  724. <Platform Name="OSX64">
  725. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  726. <Operation>0</Operation>
  727. </Platform>
  728. <Platform Name="OSXARM64">
  729. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  730. <Operation>0</Operation>
  731. </Platform>
  732. <Platform Name="Win32">
  733. <Operation>0</Operation>
  734. </Platform>
  735. </DeployClass>
  736. <DeployClass Name="iOS_AppStore1024">
  737. <Platform Name="iOSDevice64">
  738. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  739. <Operation>1</Operation>
  740. </Platform>
  741. </DeployClass>
  742. <DeployClass Name="iPad_AppIcon152">
  743. <Platform Name="iOSDevice64">
  744. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="iOSSimulator">
  748. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  749. <Operation>1</Operation>
  750. </Platform>
  751. </DeployClass>
  752. <DeployClass Name="iPad_AppIcon167">
  753. <Platform Name="iOSDevice64">
  754. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSSimulator">
  758. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="iPad_Launch1024">
  763. <Platform Name="iOSDevice32">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSDevice64">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="iOSSimulator">
  770. <Operation>1</Operation>
  771. </Platform>
  772. </DeployClass>
  773. <DeployClass Name="iPad_Launch1024x768">
  774. <Platform Name="iOSDevice32">
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="iOSDevice64">
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSSimulator">
  781. <Operation>1</Operation>
  782. </Platform>
  783. </DeployClass>
  784. <DeployClass Name="iPad_Launch1536">
  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="iPad_Launch1536x2048">
  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="iPad_Launch1668">
  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="iPad_Launch1668x2388">
  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="iPad_Launch2048">
  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="iPad_Launch2048x1536">
  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="iPad_Launch2048x2732">
  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="iPad_Launch2224">
  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="iPad_Launch2388x1668">
  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="iPad_Launch2732x2048">
  884. <Platform Name="iOSDevice32">
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="iOSDevice64">
  888. <Operation>1</Operation>
  889. </Platform>
  890. <Platform Name="iOSSimulator">
  891. <Operation>1</Operation>
  892. </Platform>
  893. </DeployClass>
  894. <DeployClass Name="iPad_Launch2x">
  895. <Platform Name="iOSDevice64">
  896. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="iOSSimulator">
  900. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  901. <Operation>1</Operation>
  902. </Platform>
  903. </DeployClass>
  904. <DeployClass Name="iPad_Launch768">
  905. <Platform Name="iOSDevice32">
  906. <Operation>1</Operation>
  907. </Platform>
  908. <Platform Name="iOSDevice64">
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="iOSSimulator">
  912. <Operation>1</Operation>
  913. </Platform>
  914. </DeployClass>
  915. <DeployClass Name="iPad_Launch768x1024">
  916. <Platform Name="iOSDevice32">
  917. <Operation>1</Operation>
  918. </Platform>
  919. <Platform Name="iOSDevice64">
  920. <Operation>1</Operation>
  921. </Platform>
  922. <Platform Name="iOSSimulator">
  923. <Operation>1</Operation>
  924. </Platform>
  925. </DeployClass>
  926. <DeployClass Name="iPad_LaunchDark2x">
  927. <Platform Name="iOSDevice64">
  928. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  929. <Operation>1</Operation>
  930. </Platform>
  931. <Platform Name="iOSSimulator">
  932. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="iPad_Notification40">
  937. <Platform Name="iOSDevice64">
  938. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="iOSSimulator">
  942. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  943. <Operation>1</Operation>
  944. </Platform>
  945. </DeployClass>
  946. <DeployClass Name="iPad_Setting58">
  947. <Platform Name="iOSDevice64">
  948. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="iOSSimulator">
  952. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  953. <Operation>1</Operation>
  954. </Platform>
  955. </DeployClass>
  956. <DeployClass Name="iPad_SpotLight80">
  957. <Platform Name="iOSDevice64">
  958. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="iOSSimulator">
  962. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  963. <Operation>1</Operation>
  964. </Platform>
  965. </DeployClass>
  966. <DeployClass Name="iPhone_AppIcon120">
  967. <Platform Name="iOSDevice64">
  968. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="iOSSimulator">
  972. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. </DeployClass>
  976. <DeployClass Name="iPhone_AppIcon180">
  977. <Platform Name="iOSDevice64">
  978. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="iOSSimulator">
  982. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  983. <Operation>1</Operation>
  984. </Platform>
  985. </DeployClass>
  986. <DeployClass Name="iPhone_Launch1125">
  987. <Platform Name="iOSDevice32">
  988. <Operation>1</Operation>
  989. </Platform>
  990. <Platform Name="iOSDevice64">
  991. <Operation>1</Operation>
  992. </Platform>
  993. <Platform Name="iOSSimulator">
  994. <Operation>1</Operation>
  995. </Platform>
  996. </DeployClass>
  997. <DeployClass Name="iPhone_Launch1136x640">
  998. <Platform Name="iOSDevice32">
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="iOSDevice64">
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="iOSSimulator">
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. </DeployClass>
  1008. <DeployClass Name="iPhone_Launch1242">
  1009. <Platform Name="iOSDevice32">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. <Platform Name="iOSDevice64">
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. <Platform Name="iOSSimulator">
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. </DeployClass>
  1019. <DeployClass Name="iPhone_Launch1242x2688">
  1020. <Platform Name="iOSDevice32">
  1021. <Operation>1</Operation>
  1022. </Platform>
  1023. <Platform Name="iOSDevice64">
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. <Platform Name="iOSSimulator">
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. </DeployClass>
  1030. <DeployClass Name="iPhone_Launch1334">
  1031. <Platform Name="iOSDevice32">
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSDevice64">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSSimulator">
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="iPhone_Launch1792">
  1042. <Platform Name="iOSDevice32">
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. <Platform Name="iOSDevice64">
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. <Platform Name="iOSSimulator">
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. </DeployClass>
  1052. <DeployClass Name="iPhone_Launch2208">
  1053. <Platform Name="iOSDevice32">
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. <Platform Name="iOSDevice64">
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. <Platform Name="iOSSimulator">
  1060. <Operation>1</Operation>
  1061. </Platform>
  1062. </DeployClass>
  1063. <DeployClass Name="iPhone_Launch2436">
  1064. <Platform Name="iOSDevice32">
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="iOSDevice64">
  1068. <Operation>1</Operation>
  1069. </Platform>
  1070. <Platform Name="iOSSimulator">
  1071. <Operation>1</Operation>
  1072. </Platform>
  1073. </DeployClass>
  1074. <DeployClass Name="iPhone_Launch2688x1242">
  1075. <Platform Name="iOSDevice32">
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. <Platform Name="iOSDevice64">
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. <Platform Name="iOSSimulator">
  1082. <Operation>1</Operation>
  1083. </Platform>
  1084. </DeployClass>
  1085. <DeployClass Name="iPhone_Launch2x">
  1086. <Platform Name="iOSDevice64">
  1087. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. <Platform Name="iOSSimulator">
  1091. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. </DeployClass>
  1095. <DeployClass Name="iPhone_Launch320">
  1096. <Platform Name="iOSDevice32">
  1097. <Operation>1</Operation>
  1098. </Platform>
  1099. <Platform Name="iOSDevice64">
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. <Platform Name="iOSSimulator">
  1103. <Operation>1</Operation>
  1104. </Platform>
  1105. </DeployClass>
  1106. <DeployClass Name="iPhone_Launch3x">
  1107. <Platform Name="iOSDevice64">
  1108. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1109. <Operation>1</Operation>
  1110. </Platform>
  1111. <Platform Name="iOSSimulator">
  1112. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1113. <Operation>1</Operation>
  1114. </Platform>
  1115. </DeployClass>
  1116. <DeployClass Name="iPhone_Launch640">
  1117. <Platform Name="iOSDevice32">
  1118. <Operation>1</Operation>
  1119. </Platform>
  1120. <Platform Name="iOSDevice64">
  1121. <Operation>1</Operation>
  1122. </Platform>
  1123. <Platform Name="iOSSimulator">
  1124. <Operation>1</Operation>
  1125. </Platform>
  1126. </DeployClass>
  1127. <DeployClass Name="iPhone_Launch640x1136">
  1128. <Platform Name="iOSDevice32">
  1129. <Operation>1</Operation>
  1130. </Platform>
  1131. <Platform Name="iOSDevice64">
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. <Platform Name="iOSSimulator">
  1135. <Operation>1</Operation>
  1136. </Platform>
  1137. </DeployClass>
  1138. <DeployClass Name="iPhone_Launch750">
  1139. <Platform Name="iOSDevice32">
  1140. <Operation>1</Operation>
  1141. </Platform>
  1142. <Platform Name="iOSDevice64">
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. <Platform Name="iOSSimulator">
  1146. <Operation>1</Operation>
  1147. </Platform>
  1148. </DeployClass>
  1149. <DeployClass Name="iPhone_Launch828">
  1150. <Platform Name="iOSDevice32">
  1151. <Operation>1</Operation>
  1152. </Platform>
  1153. <Platform Name="iOSDevice64">
  1154. <Operation>1</Operation>
  1155. </Platform>
  1156. <Platform Name="iOSSimulator">
  1157. <Operation>1</Operation>
  1158. </Platform>
  1159. </DeployClass>
  1160. <DeployClass Name="iPhone_LaunchDark2x">
  1161. <Platform Name="iOSDevice64">
  1162. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1163. <Operation>1</Operation>
  1164. </Platform>
  1165. <Platform Name="iOSSimulator">
  1166. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1167. <Operation>1</Operation>
  1168. </Platform>
  1169. </DeployClass>
  1170. <DeployClass Name="iPhone_LaunchDark3x">
  1171. <Platform Name="iOSDevice64">
  1172. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1173. <Operation>1</Operation>
  1174. </Platform>
  1175. <Platform Name="iOSSimulator">
  1176. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1177. <Operation>1</Operation>
  1178. </Platform>
  1179. </DeployClass>
  1180. <DeployClass Name="iPhone_Notification40">
  1181. <Platform Name="iOSDevice64">
  1182. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1183. <Operation>1</Operation>
  1184. </Platform>
  1185. <Platform Name="iOSSimulator">
  1186. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1187. <Operation>1</Operation>
  1188. </Platform>
  1189. </DeployClass>
  1190. <DeployClass Name="iPhone_Notification60">
  1191. <Platform Name="iOSDevice64">
  1192. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1193. <Operation>1</Operation>
  1194. </Platform>
  1195. <Platform Name="iOSSimulator">
  1196. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1197. <Operation>1</Operation>
  1198. </Platform>
  1199. </DeployClass>
  1200. <DeployClass Name="iPhone_Setting58">
  1201. <Platform Name="iOSDevice64">
  1202. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1203. <Operation>1</Operation>
  1204. </Platform>
  1205. <Platform Name="iOSSimulator">
  1206. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1207. <Operation>1</Operation>
  1208. </Platform>
  1209. </DeployClass>
  1210. <DeployClass Name="iPhone_Setting87">
  1211. <Platform Name="iOSDevice64">
  1212. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1213. <Operation>1</Operation>
  1214. </Platform>
  1215. <Platform Name="iOSSimulator">
  1216. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1217. <Operation>1</Operation>
  1218. </Platform>
  1219. </DeployClass>
  1220. <DeployClass Name="iPhone_Spotlight120">
  1221. <Platform Name="iOSDevice64">
  1222. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1223. <Operation>1</Operation>
  1224. </Platform>
  1225. <Platform Name="iOSSimulator">
  1226. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1227. <Operation>1</Operation>
  1228. </Platform>
  1229. </DeployClass>
  1230. <DeployClass Name="iPhone_Spotlight80">
  1231. <Platform Name="iOSDevice64">
  1232. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1233. <Operation>1</Operation>
  1234. </Platform>
  1235. <Platform Name="iOSSimulator">
  1236. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1237. <Operation>1</Operation>
  1238. </Platform>
  1239. </DeployClass>
  1240. <DeployClass Name="ProjectAndroidManifest">
  1241. <Platform Name="Android">
  1242. <Operation>1</Operation>
  1243. </Platform>
  1244. <Platform Name="Android64">
  1245. <Operation>1</Operation>
  1246. </Platform>
  1247. </DeployClass>
  1248. <DeployClass Name="ProjectiOSDeviceDebug">
  1249. <Platform Name="iOSDevice32">
  1250. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1251. <Operation>1</Operation>
  1252. </Platform>
  1253. <Platform Name="iOSDevice64">
  1254. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1255. <Operation>1</Operation>
  1256. </Platform>
  1257. </DeployClass>
  1258. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1259. <Platform Name="iOSDevice32">
  1260. <Operation>1</Operation>
  1261. </Platform>
  1262. <Platform Name="iOSDevice64">
  1263. <Operation>1</Operation>
  1264. </Platform>
  1265. </DeployClass>
  1266. <DeployClass Name="ProjectiOSEntitlements">
  1267. <Platform Name="iOSDevice32">
  1268. <RemoteDir>..\</RemoteDir>
  1269. <Operation>1</Operation>
  1270. </Platform>
  1271. <Platform Name="iOSDevice64">
  1272. <RemoteDir>..\</RemoteDir>
  1273. <Operation>1</Operation>
  1274. </Platform>
  1275. </DeployClass>
  1276. <DeployClass Name="ProjectiOSInfoPList">
  1277. <Platform Name="iOSDevice32">
  1278. <Operation>1</Operation>
  1279. </Platform>
  1280. <Platform Name="iOSDevice64">
  1281. <Operation>1</Operation>
  1282. </Platform>
  1283. <Platform Name="iOSSimulator">
  1284. <Operation>1</Operation>
  1285. </Platform>
  1286. </DeployClass>
  1287. <DeployClass Name="ProjectiOSLaunchScreen">
  1288. <Platform Name="iOSDevice64">
  1289. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1290. <Operation>64</Operation>
  1291. </Platform>
  1292. <Platform Name="iOSSimulator">
  1293. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1294. <Operation>64</Operation>
  1295. </Platform>
  1296. </DeployClass>
  1297. <DeployClass Name="ProjectiOSResource">
  1298. <Platform Name="iOSDevice32">
  1299. <Operation>1</Operation>
  1300. </Platform>
  1301. <Platform Name="iOSDevice64">
  1302. <Operation>1</Operation>
  1303. </Platform>
  1304. <Platform Name="iOSSimulator">
  1305. <Operation>1</Operation>
  1306. </Platform>
  1307. </DeployClass>
  1308. <DeployClass Name="ProjectOSXDebug">
  1309. <Platform Name="OSX64">
  1310. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1311. <Operation>1</Operation>
  1312. </Platform>
  1313. <Platform Name="OSXARM64">
  1314. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1315. <Operation>1</Operation>
  1316. </Platform>
  1317. </DeployClass>
  1318. <DeployClass Name="ProjectOSXEntitlements">
  1319. <Platform Name="OSX32">
  1320. <RemoteDir>..\</RemoteDir>
  1321. <Operation>1</Operation>
  1322. </Platform>
  1323. <Platform Name="OSX64">
  1324. <RemoteDir>..\</RemoteDir>
  1325. <Operation>1</Operation>
  1326. </Platform>
  1327. <Platform Name="OSXARM64">
  1328. <RemoteDir>..\</RemoteDir>
  1329. <Operation>1</Operation>
  1330. </Platform>
  1331. </DeployClass>
  1332. <DeployClass Name="ProjectOSXInfoPList">
  1333. <Platform Name="OSX32">
  1334. <RemoteDir>Contents</RemoteDir>
  1335. <Operation>1</Operation>
  1336. </Platform>
  1337. <Platform Name="OSX64">
  1338. <RemoteDir>Contents</RemoteDir>
  1339. <Operation>1</Operation>
  1340. </Platform>
  1341. <Platform Name="OSXARM64">
  1342. <RemoteDir>Contents</RemoteDir>
  1343. <Operation>1</Operation>
  1344. </Platform>
  1345. </DeployClass>
  1346. <DeployClass Name="ProjectOSXResource">
  1347. <Platform Name="OSX32">
  1348. <RemoteDir>Contents\Resources</RemoteDir>
  1349. <Operation>1</Operation>
  1350. </Platform>
  1351. <Platform Name="OSX64">
  1352. <RemoteDir>Contents\Resources</RemoteDir>
  1353. <Operation>1</Operation>
  1354. </Platform>
  1355. <Platform Name="OSXARM64">
  1356. <RemoteDir>Contents\Resources</RemoteDir>
  1357. <Operation>1</Operation>
  1358. </Platform>
  1359. </DeployClass>
  1360. <DeployClass Required="true" Name="ProjectOutput">
  1361. <Platform Name="Android">
  1362. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1363. <Operation>1</Operation>
  1364. </Platform>
  1365. <Platform Name="Android64">
  1366. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1367. <Operation>1</Operation>
  1368. </Platform>
  1369. <Platform Name="iOSDevice32">
  1370. <Operation>1</Operation>
  1371. </Platform>
  1372. <Platform Name="iOSDevice64">
  1373. <Operation>1</Operation>
  1374. </Platform>
  1375. <Platform Name="iOSSimulator">
  1376. <Operation>1</Operation>
  1377. </Platform>
  1378. <Platform Name="Linux64">
  1379. <Operation>1</Operation>
  1380. </Platform>
  1381. <Platform Name="OSX32">
  1382. <RemoteDir>Contents\MacOS</RemoteDir>
  1383. <Operation>1</Operation>
  1384. </Platform>
  1385. <Platform Name="OSX64">
  1386. <RemoteDir>Contents\MacOS</RemoteDir>
  1387. <Operation>1</Operation>
  1388. </Platform>
  1389. <Platform Name="OSXARM64">
  1390. <RemoteDir>Contents\MacOS</RemoteDir>
  1391. <Operation>1</Operation>
  1392. </Platform>
  1393. <Platform Name="Win32">
  1394. <Operation>0</Operation>
  1395. </Platform>
  1396. </DeployClass>
  1397. <DeployClass Name="ProjectOutput_Android32">
  1398. <Platform Name="Android64">
  1399. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1400. <Operation>1</Operation>
  1401. </Platform>
  1402. </DeployClass>
  1403. <DeployClass Name="ProjectUWPManifest">
  1404. <Platform Name="Win32">
  1405. <Operation>1</Operation>
  1406. </Platform>
  1407. <Platform Name="Win64">
  1408. <Operation>1</Operation>
  1409. </Platform>
  1410. </DeployClass>
  1411. <DeployClass Name="UWP_CppLogo150">
  1412. <Platform Name="Win32">
  1413. <RemoteDir>Assets</RemoteDir>
  1414. <Operation>1</Operation>
  1415. </Platform>
  1416. <Platform Name="Win64">
  1417. <RemoteDir>Assets</RemoteDir>
  1418. <Operation>1</Operation>
  1419. </Platform>
  1420. </DeployClass>
  1421. <DeployClass Name="UWP_CppLogo44">
  1422. <Platform Name="Win32">
  1423. <RemoteDir>Assets</RemoteDir>
  1424. <Operation>1</Operation>
  1425. </Platform>
  1426. <Platform Name="Win64">
  1427. <RemoteDir>Assets</RemoteDir>
  1428. <Operation>1</Operation>
  1429. </Platform>
  1430. </DeployClass>
  1431. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1432. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1433. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1434. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1435. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1436. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1437. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1438. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1439. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1440. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1441. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1442. </Deployment>
  1443. <Platforms>
  1444. <Platform value="Win32">True</Platform>
  1445. <Platform value="Win64">False</Platform>
  1446. </Platforms>
  1447. </BorlandProject>
  1448. <ProjectFileVersion>12</ProjectFileVersion>
  1449. </ProjectExtensions>
  1450. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1451. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1452. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1453. </Project>