PanoViewerC.cbproj 78 KB

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