CullingC.cbproj 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{74E8E39F-2069-47E8-8D99-0C9C554AE546}</ProjectGuid>
  4. <ProjectType>CppVCLApplication</ProjectType>
  5. <MainSource>CullingC.cpp</MainSource>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <FrameworkType>VCL</FrameworkType>
  9. <ProjectVersion>18.7</ProjectVersion>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  12. <AppType>Application</AppType>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  18. <Base_Win32>true</Base_Win32>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  23. <Base_Win64>true</Base_Win64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  28. <Cfg_1>true</Cfg_1>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  33. <Cfg_1_Win32>true</Cfg_1_Win32>
  34. <CfgParent>Cfg_1</CfgParent>
  35. <Cfg_1>true</Cfg_1>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  39. <Cfg_1_Win64>true</Cfg_1_Win64>
  40. <CfgParent>Cfg_1</CfgParent>
  41. <Cfg_1>true</Cfg_1>
  42. <Base>true</Base>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  45. <Cfg_2>true</Cfg_2>
  46. <CfgParent>Base</CfgParent>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  50. <Cfg_2_Win32>true</Cfg_2_Win32>
  51. <CfgParent>Cfg_2</CfgParent>
  52. <Cfg_2>true</Cfg_2>
  53. <Base>true</Base>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  56. <Cfg_2_Win64>true</Cfg_2_Win64>
  57. <CfgParent>Cfg_2</CfgParent>
  58. <Cfg_2>true</Cfg_2>
  59. <Base>true</Base>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Base)'!=''">
  62. <SanitizedProjectName>CullingC</SanitizedProjectName>
  63. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  64. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  65. <VerInfo_Locale>1036</VerInfo_Locale>
  66. <ILINK_LibraryPath>$(BDS)\lib\obj;$(BDS)\lib;..\..\..\..\lib;..\..\..\..\dcu;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  67. <DCC_UnitSearchPath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  68. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  69. <DCC_AdditionalSwitches> -M</DCC_AdditionalSwitches>
  70. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  71. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  72. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  73. <TASM_AdditionalSwitches> /w2</TASM_AdditionalSwitches>
  74. <BCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BCC_IncludePath)</BCC_IncludePath>
  75. <BRCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BRCC_IncludePath)</BRCC_IncludePath>
  76. <DCC_IncludePath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
  77. <ILINK_AppType>Windows</ILINK_AppType>
  78. <FinalOutputDir>.</FinalOutputDir>
  79. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  80. <DynamicRTL>true</DynamicRTL>
  81. <BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
  82. <PackageImports>rtl.bpi;vcl.bpi;$(PackageImports)</PackageImports>
  83. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  84. <BCC_PCHCache>true</BCC_PCHCache>
  85. <TASM_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(TASM_IncludePath)</TASM_IncludePath>
  86. <UsePackages>true</UsePackages>
  87. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  90. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  91. <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
  92. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve</BCC_UserSuppliedOptions>
  93. <OutputExt>exe</OutputExt>
  94. <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
  95. <VerInfo_Locale>1033</VerInfo_Locale>
  96. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  97. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  98. <Icon_MainIcon>culling_Icon.ico</Icon_MainIcon>
  99. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  100. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  101. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  102. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  105. <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
  106. <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
  107. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  108. <Icon_MainIcon>culling_Icon.ico</Icon_MainIcon>
  109. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  110. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  113. <IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
  114. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  115. <TASM_Debugging>Full</TASM_Debugging>
  116. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  117. <DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
  118. <DCC_AdditionalSwitches> -M -V</DCC_AdditionalSwitches>
  119. <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
  120. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  123. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -k</BCC_UserSuppliedOptions>
  124. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  125. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  126. <LinkPackageImports>rtl.bpi;vcl.bpi</LinkPackageImports>
  127. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  128. <LinkPackageStatics>GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</LinkPackageStatics>
  129. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  130. <VerInfo_Locale>1033</VerInfo_Locale>
  131. <BT_BuildType>Debug</BT_BuildType>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  134. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  137. <IntermediateOutputDir>Release_Build</IntermediateOutputDir>
  138. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  139. <TASM_Debugging>None</TASM_Debugging>
  140. <BCC_InlineFunctionExpansion>true</BCC_InlineFunctionExpansion>
  141. <BCC_OptimizationLevel>Level2</BCC_OptimizationLevel>
  142. <DCC_AdditionalSwitches> -M -$O+</DCC_AdditionalSwitches>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  145. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  146. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -r</BCC_UserSuppliedOptions>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  149. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  150. </PropertyGroup>
  151. <ItemGroup>
  152. <CppCompile Include="CullingC.cpp">
  153. <BuildOrder>-1</BuildOrder>
  154. <BuildOrder>0</BuildOrder>
  155. </CppCompile>
  156. <ResFiles Include="CullingC.res">
  157. <BuildOrder>-1</BuildOrder>
  158. <BuildOrder>1</BuildOrder>
  159. </ResFiles>
  160. <CppCompile Include="fCullingC.cpp">
  161. <BuildOrder>2</BuildOrder>
  162. <Form>Form1</Form>
  163. <DependentOn>fCullingC.h</DependentOn>
  164. <BuildOrder>0</BuildOrder>
  165. </CppCompile>
  166. <FormResources Include="fCullingC.dfm"/>
  167. <BuildConfiguration Include="Release">
  168. <Key>Cfg_2</Key>
  169. <CfgParent>Base</CfgParent>
  170. </BuildConfiguration>
  171. <BuildConfiguration Include="Base">
  172. <Key>Base</Key>
  173. </BuildConfiguration>
  174. <BuildConfiguration Include="Debug">
  175. <Key>Cfg_1</Key>
  176. <CfgParent>Base</CfgParent>
  177. </BuildConfiguration>
  178. </ItemGroup>
  179. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  180. <ProjectExtensions>
  181. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  182. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  183. <BorlandProject>
  184. <CPlusPlusBuilder.Personality>
  185. <VersionInfo>
  186. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  187. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  188. <VersionInfo Name="MajorVer">1</VersionInfo>
  189. <VersionInfo Name="MinorVer">0</VersionInfo>
  190. <VersionInfo Name="Release">0</VersionInfo>
  191. <VersionInfo Name="Build">0</VersionInfo>
  192. <VersionInfo Name="Debug">False</VersionInfo>
  193. <VersionInfo Name="PreRelease">False</VersionInfo>
  194. <VersionInfo Name="Special">False</VersionInfo>
  195. <VersionInfo Name="Private">False</VersionInfo>
  196. <VersionInfo Name="DLL">False</VersionInfo>
  197. <VersionInfo Name="Locale">1036</VersionInfo>
  198. <VersionInfo Name="CodePage">1252</VersionInfo>
  199. </VersionInfo>
  200. <VersionInfoKeys>
  201. <VersionInfoKeys Name="CompanyName"/>
  202. <VersionInfoKeys Name="FileDescription"/>
  203. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  204. <VersionInfoKeys Name="InternalName"/>
  205. <VersionInfoKeys Name="LegalCopyright"/>
  206. <VersionInfoKeys Name="LegalTrademarks"/>
  207. <VersionInfoKeys Name="OriginalFilename"/>
  208. <VersionInfoKeys Name="ProductName"/>
  209. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  210. <VersionInfoKeys Name="Comments"/>
  211. </VersionInfoKeys>
  212. <Debugging>
  213. <Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging>
  214. </Debugging>
  215. <Parameters>
  216. <Parameters Name="RunParams"/>
  217. <Parameters Name="HostApplication"/>
  218. <Parameters Name="RemoteHost"/>
  219. <Parameters Name="RemotePath"/>
  220. <Parameters Name="RemoteDebug">0</Parameters>
  221. </Parameters>
  222. <Compiler>
  223. <Compiler Name="ShowInfoMsgs">0</Compiler>
  224. <Compiler Name="LinkDebugVcl">0</Compiler>
  225. <Compiler Name="LinkCGLIB">0</Compiler>
  226. </Compiler>
  227. <ProjectProperties>
  228. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  229. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  230. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  231. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  232. </ProjectProperties>
  233. <Source>
  234. <Source Name="MainSource">CullingC.cpp</Source>
  235. </Source>
  236. </CPlusPlusBuilder.Personality>
  237. <Platforms>
  238. <Platform value="Win32">True</Platform>
  239. <Platform value="Win64">False</Platform>
  240. </Platforms>
  241. <Deployment Version="3">
  242. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  243. <Platform Name="Win32">
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  248. <Platform Name="OSX32">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  253. <Platform Name="OSX64">
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  258. <Platform Name="Win32">
  259. <Overwrite>true</Overwrite>
  260. </Platform>
  261. </DeployFile>
  262. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  263. <Platform Name="Win32">
  264. <Overwrite>true</Overwrite>
  265. </Platform>
  266. </DeployFile>
  267. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  268. <Platform Name="OSX32">
  269. <Overwrite>true</Overwrite>
  270. </Platform>
  271. </DeployFile>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  273. <Platform Name="Win32">
  274. <Overwrite>true</Overwrite>
  275. </Platform>
  276. </DeployFile>
  277. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  278. <Platform Name="Win32">
  279. <Overwrite>true</Overwrite>
  280. </Platform>
  281. </DeployFile>
  282. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  283. <Platform Name="Win64">
  284. <Overwrite>true</Overwrite>
  285. </Platform>
  286. </DeployFile>
  287. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  288. <Platform Name="Win64">
  289. <Overwrite>true</Overwrite>
  290. </Platform>
  291. </DeployFile>
  292. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  293. <Platform Name="Win64">
  294. <Overwrite>true</Overwrite>
  295. </Platform>
  296. </DeployFile>
  297. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  298. <Platform Name="OSX64">
  299. <Overwrite>true</Overwrite>
  300. </Platform>
  301. </DeployFile>
  302. <DeployClass Name="AdditionalDebugSymbols">
  303. <Platform Name="iOSSimulator">
  304. <Operation>1</Operation>
  305. </Platform>
  306. <Platform Name="OSX32">
  307. <RemoteDir>Contents\MacOS</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. <Platform Name="Win32">
  311. <Operation>0</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="AndroidClassesDexFile">
  315. <Platform Name="Android">
  316. <RemoteDir>classes</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. </DeployClass>
  320. <DeployClass Name="AndroidFileProvider">
  321. <Platform Name="Android">
  322. <RemoteDir>res\xml</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. </DeployClass>
  326. <DeployClass Name="AndroidGDBServer">
  327. <Platform Name="Android">
  328. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  329. <Operation>1</Operation>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Name="AndroidLibnativeArmeabiFile">
  333. <Platform Name="Android">
  334. <RemoteDir>library\lib\armeabi</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="AndroidLibnativeMipsFile">
  339. <Platform Name="Android">
  340. <RemoteDir>library\lib\mips</RemoteDir>
  341. <Operation>1</Operation>
  342. </Platform>
  343. </DeployClass>
  344. <DeployClass Name="AndroidServiceOutput">
  345. <Platform Name="Android">
  346. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="AndroidSplashImageDef">
  351. <Platform Name="Android">
  352. <RemoteDir>res\drawable</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidSplashStyles">
  357. <Platform Name="Android">
  358. <RemoteDir>res\values</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="AndroidSplashStylesV21">
  363. <Platform Name="Android">
  364. <RemoteDir>res\values-v21</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="Android_Colors">
  369. <Platform Name="Android">
  370. <RemoteDir>res\values</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="Android_DefaultAppIcon">
  375. <Platform Name="Android">
  376. <RemoteDir>res\drawable</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="Android_LauncherIcon144">
  381. <Platform Name="Android">
  382. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="Android_LauncherIcon36">
  387. <Platform Name="Android">
  388. <RemoteDir>res\drawable-ldpi</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="Android_LauncherIcon48">
  393. <Platform Name="Android">
  394. <RemoteDir>res\drawable-mdpi</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="Android_LauncherIcon72">
  399. <Platform Name="Android">
  400. <RemoteDir>res\drawable-hdpi</RemoteDir>
  401. <Operation>1</Operation>
  402. </Platform>
  403. </DeployClass>
  404. <DeployClass Name="Android_LauncherIcon96">
  405. <Platform Name="Android">
  406. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="Android_NotificationIcon24">
  411. <Platform Name="Android">
  412. <RemoteDir>res\drawable-mdpi</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="Android_NotificationIcon36">
  417. <Platform Name="Android">
  418. <RemoteDir>res\drawable-hdpi</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. </DeployClass>
  422. <DeployClass Name="Android_NotificationIcon48">
  423. <Platform Name="Android">
  424. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="Android_NotificationIcon72">
  429. <Platform Name="Android">
  430. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. </DeployClass>
  434. <DeployClass Name="Android_NotificationIcon96">
  435. <Platform Name="Android">
  436. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="Android_SplashImage426">
  441. <Platform Name="Android">
  442. <RemoteDir>res\drawable-small</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_SplashImage470">
  447. <Platform Name="Android">
  448. <RemoteDir>res\drawable-normal</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="Android_SplashImage640">
  453. <Platform Name="Android">
  454. <RemoteDir>res\drawable-large</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="Android_SplashImage960">
  459. <Platform Name="Android">
  460. <RemoteDir>res\drawable-xlarge</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. </DeployClass>
  464. <DeployClass Name="Android_Strings">
  465. <Platform Name="Android">
  466. <RemoteDir>res\values</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="DebugSymbols">
  471. <Platform Name="iOSSimulator">
  472. <Operation>1</Operation>
  473. </Platform>
  474. <Platform Name="OSX32">
  475. <RemoteDir>Contents\MacOS</RemoteDir>
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="Win32">
  479. <Operation>0</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="DependencyFramework">
  483. <Platform Name="OSX32">
  484. <RemoteDir>Contents\MacOS</RemoteDir>
  485. <Operation>1</Operation>
  486. <Extensions>.framework</Extensions>
  487. </Platform>
  488. <Platform Name="OSX64">
  489. <RemoteDir>Contents\MacOS</RemoteDir>
  490. <Operation>1</Operation>
  491. <Extensions>.framework</Extensions>
  492. </Platform>
  493. <Platform Name="Win32">
  494. <Operation>0</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="DependencyModule">
  498. <Platform Name="iOSDevice32">
  499. <Operation>1</Operation>
  500. <Extensions>.dylib</Extensions>
  501. </Platform>
  502. <Platform Name="iOSDevice64">
  503. <Operation>1</Operation>
  504. <Extensions>.dylib</Extensions>
  505. </Platform>
  506. <Platform Name="iOSSimulator">
  507. <Operation>1</Operation>
  508. <Extensions>.dylib</Extensions>
  509. </Platform>
  510. <Platform Name="OSX32">
  511. <RemoteDir>Contents\MacOS</RemoteDir>
  512. <Operation>1</Operation>
  513. <Extensions>.dylib</Extensions>
  514. </Platform>
  515. <Platform Name="OSX64">
  516. <RemoteDir>Contents\MacOS</RemoteDir>
  517. <Operation>1</Operation>
  518. <Extensions>.dylib</Extensions>
  519. </Platform>
  520. <Platform Name="Win32">
  521. <Operation>0</Operation>
  522. <Extensions>.dll;.bpl</Extensions>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Required="true" Name="DependencyPackage">
  526. <Platform Name="iOSDevice32">
  527. <Operation>1</Operation>
  528. <Extensions>.dylib</Extensions>
  529. </Platform>
  530. <Platform Name="iOSDevice64">
  531. <Operation>1</Operation>
  532. <Extensions>.dylib</Extensions>
  533. </Platform>
  534. <Platform Name="iOSSimulator">
  535. <Operation>1</Operation>
  536. <Extensions>.dylib</Extensions>
  537. </Platform>
  538. <Platform Name="OSX32">
  539. <RemoteDir>Contents\MacOS</RemoteDir>
  540. <Operation>1</Operation>
  541. <Extensions>.dylib</Extensions>
  542. </Platform>
  543. <Platform Name="OSX64">
  544. <RemoteDir>Contents\MacOS</RemoteDir>
  545. <Operation>1</Operation>
  546. <Extensions>.dylib</Extensions>
  547. </Platform>
  548. <Platform Name="Win32">
  549. <Operation>0</Operation>
  550. <Extensions>.bpl</Extensions>
  551. </Platform>
  552. </DeployClass>
  553. <DeployClass Name="File">
  554. <Platform Name="Android">
  555. <Operation>0</Operation>
  556. </Platform>
  557. <Platform Name="iOSDevice32">
  558. <Operation>0</Operation>
  559. </Platform>
  560. <Platform Name="iOSDevice64">
  561. <Operation>0</Operation>
  562. </Platform>
  563. <Platform Name="iOSSimulator">
  564. <Operation>0</Operation>
  565. </Platform>
  566. <Platform Name="OSX32">
  567. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  568. <Operation>0</Operation>
  569. </Platform>
  570. <Platform Name="OSX64">
  571. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  572. <Operation>0</Operation>
  573. </Platform>
  574. <Platform Name="Win32">
  575. <Operation>0</Operation>
  576. </Platform>
  577. </DeployClass>
  578. <DeployClass Name="iPad_Launch1024x768">
  579. <Platform Name="iOSDevice32">
  580. <Operation>1</Operation>
  581. </Platform>
  582. <Platform Name="iOSDevice64">
  583. <Operation>1</Operation>
  584. </Platform>
  585. <Platform Name="iOSSimulator">
  586. <Operation>1</Operation>
  587. </Platform>
  588. </DeployClass>
  589. <DeployClass Name="iPad_Launch1536x2048">
  590. <Platform Name="iOSDevice32">
  591. <Operation>1</Operation>
  592. </Platform>
  593. <Platform Name="iOSDevice64">
  594. <Operation>1</Operation>
  595. </Platform>
  596. <Platform Name="iOSSimulator">
  597. <Operation>1</Operation>
  598. </Platform>
  599. </DeployClass>
  600. <DeployClass Name="iPad_Launch1668">
  601. <Platform Name="iOSDevice32">
  602. <Operation>1</Operation>
  603. </Platform>
  604. <Platform Name="iOSDevice64">
  605. <Operation>1</Operation>
  606. </Platform>
  607. <Platform Name="iOSSimulator">
  608. <Operation>1</Operation>
  609. </Platform>
  610. </DeployClass>
  611. <DeployClass Name="iPad_Launch1668x2388">
  612. <Platform Name="iOSDevice32">
  613. <Operation>1</Operation>
  614. </Platform>
  615. <Platform Name="iOSDevice64">
  616. <Operation>1</Operation>
  617. </Platform>
  618. <Platform Name="iOSSimulator">
  619. <Operation>1</Operation>
  620. </Platform>
  621. </DeployClass>
  622. <DeployClass Name="iPad_Launch2048x1536">
  623. <Platform Name="iOSDevice32">
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="iOSDevice64">
  627. <Operation>1</Operation>
  628. </Platform>
  629. <Platform Name="iOSSimulator">
  630. <Operation>1</Operation>
  631. </Platform>
  632. </DeployClass>
  633. <DeployClass Name="iPad_Launch2048x2732">
  634. <Platform Name="iOSDevice32">
  635. <Operation>1</Operation>
  636. </Platform>
  637. <Platform Name="iOSDevice64">
  638. <Operation>1</Operation>
  639. </Platform>
  640. <Platform Name="iOSSimulator">
  641. <Operation>1</Operation>
  642. </Platform>
  643. </DeployClass>
  644. <DeployClass Name="iPad_Launch2224">
  645. <Platform Name="iOSDevice32">
  646. <Operation>1</Operation>
  647. </Platform>
  648. <Platform Name="iOSDevice64">
  649. <Operation>1</Operation>
  650. </Platform>
  651. <Platform Name="iOSSimulator">
  652. <Operation>1</Operation>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="iPad_Launch2388x1668">
  656. <Platform Name="iOSDevice32">
  657. <Operation>1</Operation>
  658. </Platform>
  659. <Platform Name="iOSDevice64">
  660. <Operation>1</Operation>
  661. </Platform>
  662. <Platform Name="iOSSimulator">
  663. <Operation>1</Operation>
  664. </Platform>
  665. </DeployClass>
  666. <DeployClass Name="iPad_Launch2732x2048">
  667. <Platform Name="iOSDevice32">
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="iOSDevice64">
  671. <Operation>1</Operation>
  672. </Platform>
  673. <Platform Name="iOSSimulator">
  674. <Operation>1</Operation>
  675. </Platform>
  676. </DeployClass>
  677. <DeployClass Name="iPad_Launch768x1024">
  678. <Platform Name="iOSDevice32">
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="iOSDevice64">
  682. <Operation>1</Operation>
  683. </Platform>
  684. <Platform Name="iOSSimulator">
  685. <Operation>1</Operation>
  686. </Platform>
  687. </DeployClass>
  688. <DeployClass Name="iPhone_Launch1125">
  689. <Platform Name="iOSDevice32">
  690. <Operation>1</Operation>
  691. </Platform>
  692. <Platform Name="iOSDevice64">
  693. <Operation>1</Operation>
  694. </Platform>
  695. <Platform Name="iOSSimulator">
  696. <Operation>1</Operation>
  697. </Platform>
  698. </DeployClass>
  699. <DeployClass Name="iPhone_Launch1136x640">
  700. <Platform Name="iOSDevice32">
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="iOSDevice64">
  704. <Operation>1</Operation>
  705. </Platform>
  706. <Platform Name="iOSSimulator">
  707. <Operation>1</Operation>
  708. </Platform>
  709. </DeployClass>
  710. <DeployClass Name="iPhone_Launch1242">
  711. <Platform Name="iOSDevice32">
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="iOSDevice64">
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="iOSSimulator">
  718. <Operation>1</Operation>
  719. </Platform>
  720. </DeployClass>
  721. <DeployClass Name="iPhone_Launch1242x2688">
  722. <Platform Name="iOSDevice32">
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="iOSDevice64">
  726. <Operation>1</Operation>
  727. </Platform>
  728. <Platform Name="iOSSimulator">
  729. <Operation>1</Operation>
  730. </Platform>
  731. </DeployClass>
  732. <DeployClass Name="iPhone_Launch1334">
  733. <Platform Name="iOSDevice32">
  734. <Operation>1</Operation>
  735. </Platform>
  736. <Platform Name="iOSDevice64">
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="iOSSimulator">
  740. <Operation>1</Operation>
  741. </Platform>
  742. </DeployClass>
  743. <DeployClass Name="iPhone_Launch1792">
  744. <Platform Name="iOSDevice32">
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="iOSDevice64">
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="iOSSimulator">
  751. <Operation>1</Operation>
  752. </Platform>
  753. </DeployClass>
  754. <DeployClass Name="iPhone_Launch2208">
  755. <Platform Name="iOSDevice32">
  756. <Operation>1</Operation>
  757. </Platform>
  758. <Platform Name="iOSDevice64">
  759. <Operation>1</Operation>
  760. </Platform>
  761. <Platform Name="iOSSimulator">
  762. <Operation>1</Operation>
  763. </Platform>
  764. </DeployClass>
  765. <DeployClass Name="iPhone_Launch2436">
  766. <Platform Name="iOSDevice32">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="iOSDevice64">
  770. <Operation>1</Operation>
  771. </Platform>
  772. <Platform Name="iOSSimulator">
  773. <Operation>1</Operation>
  774. </Platform>
  775. </DeployClass>
  776. <DeployClass Name="iPhone_Launch2688x1242">
  777. <Platform Name="iOSDevice32">
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSDevice64">
  781. <Operation>1</Operation>
  782. </Platform>
  783. <Platform Name="iOSSimulator">
  784. <Operation>1</Operation>
  785. </Platform>
  786. </DeployClass>
  787. <DeployClass Name="iPhone_Launch320">
  788. <Platform Name="iOSDevice32">
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="iOSDevice64">
  792. <Operation>1</Operation>
  793. </Platform>
  794. <Platform Name="iOSSimulator">
  795. <Operation>1</Operation>
  796. </Platform>
  797. </DeployClass>
  798. <DeployClass Name="iPhone_Launch640">
  799. <Platform Name="iOSDevice32">
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSDevice64">
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="iOSSimulator">
  806. <Operation>1</Operation>
  807. </Platform>
  808. </DeployClass>
  809. <DeployClass Name="iPhone_Launch640x1136">
  810. <Platform Name="iOSDevice32">
  811. <Operation>1</Operation>
  812. </Platform>
  813. <Platform Name="iOSDevice64">
  814. <Operation>1</Operation>
  815. </Platform>
  816. <Platform Name="iOSSimulator">
  817. <Operation>1</Operation>
  818. </Platform>
  819. </DeployClass>
  820. <DeployClass Name="iPhone_Launch750">
  821. <Platform Name="iOSDevice32">
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="iOSDevice64">
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="iOSSimulator">
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="iPhone_Launch828">
  832. <Platform Name="iOSDevice32">
  833. <Operation>1</Operation>
  834. </Platform>
  835. <Platform Name="iOSDevice64">
  836. <Operation>1</Operation>
  837. </Platform>
  838. <Platform Name="iOSSimulator">
  839. <Operation>1</Operation>
  840. </Platform>
  841. </DeployClass>
  842. <DeployClass Name="ProjectAndroidManifest">
  843. <Platform Name="Android">
  844. <Operation>1</Operation>
  845. </Platform>
  846. </DeployClass>
  847. <DeployClass Name="ProjectiOSDeviceDebug">
  848. <Platform Name="iOSDevice32">
  849. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  850. <Operation>1</Operation>
  851. </Platform>
  852. <Platform Name="iOSDevice64">
  853. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  854. <Operation>1</Operation>
  855. </Platform>
  856. </DeployClass>
  857. <DeployClass Name="ProjectiOSDeviceResourceRules">
  858. <Platform Name="iOSDevice32">
  859. <Operation>1</Operation>
  860. </Platform>
  861. <Platform Name="iOSDevice64">
  862. <Operation>1</Operation>
  863. </Platform>
  864. </DeployClass>
  865. <DeployClass Name="ProjectiOSEntitlements">
  866. <Platform Name="iOSDevice32">
  867. <RemoteDir>..\</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSDevice64">
  871. <RemoteDir>..\</RemoteDir>
  872. <Operation>1</Operation>
  873. </Platform>
  874. </DeployClass>
  875. <DeployClass Name="ProjectiOSInfoPList">
  876. <Platform Name="iOSDevice32">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSDevice64">
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="iOSSimulator">
  883. <Operation>1</Operation>
  884. </Platform>
  885. </DeployClass>
  886. <DeployClass Name="ProjectiOSResource">
  887. <Platform Name="iOSDevice32">
  888. <Operation>1</Operation>
  889. </Platform>
  890. <Platform Name="iOSDevice64">
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="iOSSimulator">
  894. <Operation>1</Operation>
  895. </Platform>
  896. </DeployClass>
  897. <DeployClass Name="ProjectOSXDebug">
  898. <Platform Name="OSX64">
  899. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  900. <Operation>1</Operation>
  901. </Platform>
  902. </DeployClass>
  903. <DeployClass Name="ProjectOSXEntitlements">
  904. <Platform Name="OSX32">
  905. <RemoteDir>..\</RemoteDir>
  906. <Operation>1</Operation>
  907. </Platform>
  908. <Platform Name="OSX64">
  909. <RemoteDir>..\</RemoteDir>
  910. <Operation>1</Operation>
  911. </Platform>
  912. </DeployClass>
  913. <DeployClass Name="ProjectOSXInfoPList">
  914. <Platform Name="OSX32">
  915. <RemoteDir>Contents</RemoteDir>
  916. <Operation>1</Operation>
  917. </Platform>
  918. <Platform Name="OSX64">
  919. <RemoteDir>Contents</RemoteDir>
  920. <Operation>1</Operation>
  921. </Platform>
  922. </DeployClass>
  923. <DeployClass Name="ProjectOSXResource">
  924. <Platform Name="OSX32">
  925. <RemoteDir>Contents\Resources</RemoteDir>
  926. <Operation>1</Operation>
  927. </Platform>
  928. <Platform Name="OSX64">
  929. <RemoteDir>Contents\Resources</RemoteDir>
  930. <Operation>1</Operation>
  931. </Platform>
  932. </DeployClass>
  933. <DeployClass Required="true" Name="ProjectOutput">
  934. <Platform Name="Android">
  935. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  936. <Operation>1</Operation>
  937. </Platform>
  938. <Platform Name="iOSDevice32">
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="iOSDevice64">
  942. <Operation>1</Operation>
  943. </Platform>
  944. <Platform Name="iOSSimulator">
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="Linux64">
  948. <Operation>1</Operation>
  949. </Platform>
  950. <Platform Name="OSX32">
  951. <RemoteDir>Contents\MacOS</RemoteDir>
  952. <Operation>1</Operation>
  953. </Platform>
  954. <Platform Name="OSX64">
  955. <RemoteDir>Contents\MacOS</RemoteDir>
  956. <Operation>1</Operation>
  957. </Platform>
  958. <Platform Name="Win32">
  959. <Operation>0</Operation>
  960. </Platform>
  961. </DeployClass>
  962. <DeployClass Name="ProjectUWPManifest">
  963. <Platform Name="Win32">
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="Win64">
  967. <Operation>1</Operation>
  968. </Platform>
  969. </DeployClass>
  970. <DeployClass Name="UWP_CppLogo150">
  971. <Platform Name="Win32">
  972. <RemoteDir>Assets</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. <Platform Name="Win64">
  976. <RemoteDir>Assets</RemoteDir>
  977. <Operation>1</Operation>
  978. </Platform>
  979. </DeployClass>
  980. <DeployClass Name="UWP_CppLogo44">
  981. <Platform Name="Win32">
  982. <RemoteDir>Assets</RemoteDir>
  983. <Operation>1</Operation>
  984. </Platform>
  985. <Platform Name="Win64">
  986. <RemoteDir>Assets</RemoteDir>
  987. <Operation>1</Operation>
  988. </Platform>
  989. </DeployClass>
  990. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  991. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  992. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  993. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  994. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  995. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  996. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  997. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  998. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  999. </Deployment>
  1000. </BorlandProject>
  1001. <ProjectFileVersion>12</ProjectFileVersion>
  1002. </ProjectExtensions>
  1003. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1004. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1005. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1006. </Project>