BlurAdvanced.cbproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{28BC98AE-0248-4EEF-98DA-55D5BCD99717}</ProjectGuid>
  4. <ProjectVersion>18.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>BlurAdvanced.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>BlurAdvanced</SanitizedProjectName>
  62. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  63. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  64. <IncludePath>D:\GLScene\Samples\CPP\Demos\rendering\BlurAdvanced\;$(IncludePath)</IncludePath>
  65. <Multithreaded>true</Multithreaded>
  66. <_TCHARMapping>wchar_t</_TCHARMapping>
  67. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  68. <ProjectType>CppVCLApplication</ProjectType>
  69. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\rendering\BlurAdvanced\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  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. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  81. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  82. <VerInfo_Locale>1033</VerInfo_Locale>
  83. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  84. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  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;VirtualTreesR;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  86. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  87. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  90. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  91. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  92. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  94. <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;VirtualTreesR;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  95. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  96. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  99. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  100. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  101. <DCC_Optimize>false</DCC_Optimize>
  102. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  103. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  104. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  105. <DCC_Define>DEBUG</DCC_Define>
  106. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  107. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  108. <BCC_StackFrames>true</BCC_StackFrames>
  109. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  110. <TASM_Debugging>Full</TASM_Debugging>
  111. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  112. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  113. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  114. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  115. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  116. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  119. <Defines>_DEBUG;$(Defines)</Defines>
  120. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  121. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  122. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  123. <FinalOutputDir>.</FinalOutputDir>
  124. <VerInfo_Locale>1033</VerInfo_Locale>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  127. <Defines>_DEBUG;$(Defines)</Defines>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  130. <TASM_Debugging>None</TASM_Debugging>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  133. <Defines>NDEBUG;$(Defines)</Defines>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  136. <Defines>NDEBUG;$(Defines)</Defines>
  137. </PropertyGroup>
  138. <ItemGroup>
  139. <CppCompile Include="BlurAdvanced.cpp">
  140. <BuildOrder>0</BuildOrder>
  141. </CppCompile>
  142. <CppCompile Include="Unit1.cpp">
  143. <Form>Form1</Form>
  144. <FormType>dfm</FormType>
  145. <DependentOn>Unit1.h</DependentOn>
  146. <BuildOrder>2</BuildOrder>
  147. </CppCompile>
  148. <FormResources Include="Unit1.dfm"/>
  149. <BuildConfiguration Include="Release">
  150. <Key>Cfg_2</Key>
  151. <CfgParent>Base</CfgParent>
  152. </BuildConfiguration>
  153. <BuildConfiguration Include="Base">
  154. <Key>Base</Key>
  155. </BuildConfiguration>
  156. <BuildConfiguration Include="Debug">
  157. <Key>Cfg_1</Key>
  158. <CfgParent>Base</CfgParent>
  159. </BuildConfiguration>
  160. </ItemGroup>
  161. <ProjectExtensions>
  162. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  163. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  164. <BorlandProject>
  165. <CPlusPlusBuilder.Personality>
  166. <Source>
  167. <Source Name="MainSource">BlurAdvanced.cpp</Source>
  168. </Source>
  169. <VersionInfo>
  170. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  171. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  172. <VersionInfo Name="MajorVer">1</VersionInfo>
  173. <VersionInfo Name="MinorVer">0</VersionInfo>
  174. <VersionInfo Name="Release">0</VersionInfo>
  175. <VersionInfo Name="Build">0</VersionInfo>
  176. <VersionInfo Name="Debug">False</VersionInfo>
  177. <VersionInfo Name="PreRelease">False</VersionInfo>
  178. <VersionInfo Name="Special">False</VersionInfo>
  179. <VersionInfo Name="Private">False</VersionInfo>
  180. <VersionInfo Name="DLL">False</VersionInfo>
  181. <VersionInfo Name="Locale">1049</VersionInfo>
  182. <VersionInfo Name="CodePage">1251</VersionInfo>
  183. </VersionInfo>
  184. <VersionInfoKeys>
  185. <VersionInfoKeys Name="CompanyName"/>
  186. <VersionInfoKeys Name="FileDescription"/>
  187. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  188. <VersionInfoKeys Name="InternalName"/>
  189. <VersionInfoKeys Name="LegalCopyright"/>
  190. <VersionInfoKeys Name="LegalTrademarks"/>
  191. <VersionInfoKeys Name="OriginalFilename"/>
  192. <VersionInfoKeys Name="ProductName"/>
  193. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  194. <VersionInfoKeys Name="Comments"/>
  195. <VersionInfoKeys Name="CFBundleName"/>
  196. <VersionInfoKeys Name="CFBundleDisplayName"/>
  197. <VersionInfoKeys Name="CFBundleIdentifier"/>
  198. <VersionInfoKeys Name="CFBundleVersion"/>
  199. <VersionInfoKeys Name="CFBundlePackageType"/>
  200. <VersionInfoKeys Name="CFBundleSignature"/>
  201. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  202. <VersionInfoKeys Name="CFBundleExecutable"/>
  203. </VersionInfoKeys>
  204. <ProjectProperties>
  205. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  206. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  207. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  208. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  209. </ProjectProperties>
  210. </CPlusPlusBuilder.Personality>
  211. <Deployment Version="2">
  212. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  213. <Platform Name="OSX32">
  214. <Overwrite>true</Overwrite>
  215. </Platform>
  216. </DeployFile>
  217. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  218. <Platform Name="Win32">
  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="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  228. <Platform Name="Win64">
  229. <Overwrite>true</Overwrite>
  230. </Platform>
  231. </DeployFile>
  232. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  233. <Platform Name="OSX32">
  234. <Overwrite>true</Overwrite>
  235. </Platform>
  236. </DeployFile>
  237. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  238. <Platform Name="Win32">
  239. <Overwrite>true</Overwrite>
  240. </Platform>
  241. </DeployFile>
  242. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.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)\bin64\cc64230.dll" Class="DependencyModule">
  248. <Platform Name="Win64">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployClass Name="ProjectiOSDeviceResourceRules">
  253. <Platform Name="iOSDevice64">
  254. <Operation>1</Operation>
  255. </Platform>
  256. <Platform Name="iOSDevice32">
  257. <Operation>1</Operation>
  258. </Platform>
  259. </DeployClass>
  260. <DeployClass Name="ProjectOSXResource">
  261. <Platform Name="OSX32">
  262. <RemoteDir>Contents\Resources</RemoteDir>
  263. <Operation>1</Operation>
  264. </Platform>
  265. </DeployClass>
  266. <DeployClass Name="AndroidClassesDexFile">
  267. <Platform Name="Android">
  268. <RemoteDir>classes</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. </DeployClass>
  272. <DeployClass Name="AdditionalDebugSymbols">
  273. <Platform Name="Win32">
  274. <RemoteDir>Contents\MacOS</RemoteDir>
  275. <Operation>0</Operation>
  276. </Platform>
  277. <Platform Name="iOSSimulator">
  278. <Operation>1</Operation>
  279. </Platform>
  280. <Platform Name="OSX32">
  281. <RemoteDir>Contents\MacOS</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="iPad_Launch768">
  286. <Platform Name="iOSSimulator">
  287. <Operation>1</Operation>
  288. </Platform>
  289. <Platform Name="iOSDevice64">
  290. <Operation>1</Operation>
  291. </Platform>
  292. <Platform Name="iOSDevice32">
  293. <Operation>1</Operation>
  294. </Platform>
  295. </DeployClass>
  296. <DeployClass Name="Android_LauncherIcon144">
  297. <Platform Name="Android">
  298. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  299. <Operation>1</Operation>
  300. </Platform>
  301. </DeployClass>
  302. <DeployClass Name="AndroidLibnativeMipsFile">
  303. <Platform Name="Android">
  304. <RemoteDir>library\lib\mips</RemoteDir>
  305. <Operation>1</Operation>
  306. </Platform>
  307. </DeployClass>
  308. <DeployClass Required="true" Name="ProjectOutput">
  309. <Platform Name="Win32">
  310. <Operation>0</Operation>
  311. </Platform>
  312. <Platform Name="iOSDevice64">
  313. <Operation>1</Operation>
  314. </Platform>
  315. <Platform Name="OSX32">
  316. <RemoteDir>Contents\MacOS</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. <Platform Name="iOSDevice32">
  320. <Operation>1</Operation>
  321. </Platform>
  322. <Platform Name="Android">
  323. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. <Platform Name="iOSSimulator">
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="DependencyFramework">
  331. <Platform Name="Win32">
  332. <Operation>0</Operation>
  333. </Platform>
  334. <Platform Name="OSX32">
  335. <RemoteDir>Contents\MacOS</RemoteDir>
  336. <Operation>1</Operation>
  337. <Extensions>.framework</Extensions>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="iPhone_Launch640">
  341. <Platform Name="iOSSimulator">
  342. <Operation>1</Operation>
  343. </Platform>
  344. <Platform Name="iOSDevice64">
  345. <Operation>1</Operation>
  346. </Platform>
  347. <Platform Name="iOSDevice32">
  348. <Operation>1</Operation>
  349. </Platform>
  350. </DeployClass>
  351. <DeployClass Name="iPad_Launch1024">
  352. <Platform Name="iOSSimulator">
  353. <Operation>1</Operation>
  354. </Platform>
  355. <Platform Name="iOSDevice64">
  356. <Operation>1</Operation>
  357. </Platform>
  358. <Platform Name="iOSDevice32">
  359. <Operation>1</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="ProjectiOSDeviceDebug">
  363. <Platform Name="iOSDevice64">
  364. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. <Platform Name="iOSDevice32">
  368. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="AndroidLibnativeX86File">
  373. <Platform Name="Android">
  374. <RemoteDir>library\lib\x86</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="iPhone_Launch320">
  379. <Platform Name="iOSSimulator">
  380. <Operation>1</Operation>
  381. </Platform>
  382. <Platform Name="iOSDevice64">
  383. <Operation>1</Operation>
  384. </Platform>
  385. <Platform Name="iOSDevice32">
  386. <Operation>1</Operation>
  387. </Platform>
  388. </DeployClass>
  389. <DeployClass Name="ProjectiOSInfoPList">
  390. <Platform Name="iOSSimulator">
  391. <Operation>1</Operation>
  392. </Platform>
  393. <Platform Name="iOSDevice64">
  394. <Operation>1</Operation>
  395. </Platform>
  396. <Platform Name="iOSDevice32">
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="AndroidLibnativeArmeabiFile">
  401. <Platform Name="Android">
  402. <RemoteDir>library\lib\armeabi</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. </DeployClass>
  406. <DeployClass Name="DebugSymbols">
  407. <Platform Name="Win32">
  408. <Operation>0</Operation>
  409. </Platform>
  410. <Platform Name="iOSSimulator">
  411. <Operation>1</Operation>
  412. </Platform>
  413. <Platform Name="OSX32">
  414. <RemoteDir>Contents\MacOS</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="iPad_Launch1536">
  419. <Platform Name="iOSSimulator">
  420. <Operation>1</Operation>
  421. </Platform>
  422. <Platform Name="iOSDevice64">
  423. <Operation>1</Operation>
  424. </Platform>
  425. <Platform Name="iOSDevice32">
  426. <Operation>1</Operation>
  427. </Platform>
  428. </DeployClass>
  429. <DeployClass Name="Android_SplashImage470">
  430. <Platform Name="Android">
  431. <RemoteDir>res\drawable-normal</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. </DeployClass>
  435. <DeployClass Name="Android_LauncherIcon96">
  436. <Platform Name="Android">
  437. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  438. <Operation>1</Operation>
  439. </Platform>
  440. </DeployClass>
  441. <DeployClass Name="Android_SplashImage640">
  442. <Platform Name="Android">
  443. <RemoteDir>res\drawable-large</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="iPhone_Launch640x1136">
  448. <Platform Name="iOSSimulator">
  449. <Operation>1</Operation>
  450. </Platform>
  451. <Platform Name="iOSDevice64">
  452. <Operation>1</Operation>
  453. </Platform>
  454. <Platform Name="iOSDevice32">
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="ProjectiOSEntitlements">
  459. <Platform Name="iOSDevice64">
  460. <RemoteDir>../</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. <Platform Name="iOSDevice32">
  464. <RemoteDir>../</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="Android_LauncherIcon72">
  469. <Platform Name="Android">
  470. <RemoteDir>res\drawable-hdpi</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="AndroidGDBServer">
  475. <Platform Name="Android">
  476. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="ProjectOSXInfoPList">
  481. <Platform Name="OSX32">
  482. <RemoteDir>Contents</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="ProjectOSXEntitlements">
  487. <Platform Name="OSX32">
  488. <RemoteDir>../</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="iPad_Launch2048">
  493. <Platform Name="iOSSimulator">
  494. <Operation>1</Operation>
  495. </Platform>
  496. <Platform Name="iOSDevice64">
  497. <Operation>1</Operation>
  498. </Platform>
  499. <Platform Name="iOSDevice32">
  500. <Operation>1</Operation>
  501. </Platform>
  502. </DeployClass>
  503. <DeployClass Name="AndroidSplashStyles">
  504. <Platform Name="Android">
  505. <RemoteDir>res\values</RemoteDir>
  506. <Operation>1</Operation>
  507. </Platform>
  508. </DeployClass>
  509. <DeployClass Name="Android_SplashImage426">
  510. <Platform Name="Android">
  511. <RemoteDir>res\drawable-small</RemoteDir>
  512. <Operation>1</Operation>
  513. </Platform>
  514. </DeployClass>
  515. <DeployClass Name="AndroidSplashImageDef">
  516. <Platform Name="Android">
  517. <RemoteDir>res\drawable</RemoteDir>
  518. <Operation>1</Operation>
  519. </Platform>
  520. </DeployClass>
  521. <DeployClass Name="ProjectiOSResource">
  522. <Platform Name="iOSSimulator">
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="iOSDevice64">
  526. <Operation>1</Operation>
  527. </Platform>
  528. <Platform Name="iOSDevice32">
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="ProjectAndroidManifest">
  533. <Platform Name="Android">
  534. <Operation>1</Operation>
  535. </Platform>
  536. </DeployClass>
  537. <DeployClass Name="Android_DefaultAppIcon">
  538. <Platform Name="Android">
  539. <RemoteDir>res\drawable</RemoteDir>
  540. <Operation>1</Operation>
  541. </Platform>
  542. </DeployClass>
  543. <DeployClass Name="File">
  544. <Platform Name="Win32">
  545. <Operation>0</Operation>
  546. </Platform>
  547. <Platform Name="iOSDevice64">
  548. <Operation>0</Operation>
  549. </Platform>
  550. <Platform Name="OSX32">
  551. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  552. <Operation>0</Operation>
  553. </Platform>
  554. <Platform Name="iOSDevice32">
  555. <Operation>0</Operation>
  556. </Platform>
  557. <Platform Name="Android">
  558. <Operation>0</Operation>
  559. </Platform>
  560. <Platform Name="iOSSimulator">
  561. <Operation>0</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="AndroidServiceOutput">
  565. <Platform Name="Android">
  566. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Required="true" Name="DependencyPackage">
  571. <Platform Name="Win32">
  572. <Operation>0</Operation>
  573. <Extensions>.bpl</Extensions>
  574. </Platform>
  575. <Platform Name="iOSDevice64">
  576. <Operation>1</Operation>
  577. <Extensions>.dylib</Extensions>
  578. </Platform>
  579. <Platform Name="OSX32">
  580. <RemoteDir>Contents\MacOS</RemoteDir>
  581. <Operation>1</Operation>
  582. <Extensions>.dylib</Extensions>
  583. </Platform>
  584. <Platform Name="iOSDevice32">
  585. <Operation>1</Operation>
  586. <Extensions>.dylib</Extensions>
  587. </Platform>
  588. <Platform Name="iOSSimulator">
  589. <Operation>1</Operation>
  590. <Extensions>.dylib</Extensions>
  591. </Platform>
  592. </DeployClass>
  593. <DeployClass Name="Android_LauncherIcon48">
  594. <Platform Name="Android">
  595. <RemoteDir>res\drawable-mdpi</RemoteDir>
  596. <Operation>1</Operation>
  597. </Platform>
  598. </DeployClass>
  599. <DeployClass Name="Android_SplashImage960">
  600. <Platform Name="Android">
  601. <RemoteDir>res\drawable-xlarge</RemoteDir>
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="Android_LauncherIcon36">
  606. <Platform Name="Android">
  607. <RemoteDir>res\drawable-ldpi</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. </DeployClass>
  611. <DeployClass Name="DependencyModule">
  612. <Platform Name="Win32">
  613. <Operation>0</Operation>
  614. <Extensions>.dll;.bpl</Extensions>
  615. </Platform>
  616. <Platform Name="iOSDevice64">
  617. <Operation>1</Operation>
  618. <Extensions>.dylib</Extensions>
  619. </Platform>
  620. <Platform Name="OSX32">
  621. <RemoteDir>Contents\MacOS</RemoteDir>
  622. <Operation>1</Operation>
  623. <Extensions>.dylib</Extensions>
  624. </Platform>
  625. <Platform Name="iOSDevice32">
  626. <Operation>1</Operation>
  627. <Extensions>.dylib</Extensions>
  628. </Platform>
  629. <Platform Name="iOSSimulator">
  630. <Operation>1</Operation>
  631. <Extensions>.dylib</Extensions>
  632. </Platform>
  633. </DeployClass>
  634. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  635. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  636. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  637. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  638. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  639. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  640. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  641. </Deployment>
  642. <Platforms>
  643. <Platform value="Win32">True</Platform>
  644. <Platform value="Win64">False</Platform>
  645. </Platforms>
  646. </BorlandProject>
  647. <ProjectFileVersion>12</ProjectFileVersion>
  648. </ProjectExtensions>
  649. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  650. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  651. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  652. </Project>