Q3DemoC.cbproj 75 KB

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