Dyncubemap.cbproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{9E3AA000-E306-453A-9001-98DAC0484E79}</ProjectGuid>
  4. <ProjectVersion>18.2</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>Dyncubemap.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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <SanitizedProjectName>Dyncubemap</SanitizedProjectName>
  44. <IncludePath>D:\GLScene\Samples\CPP\Demos\materials\dyncubemap\;$(IncludePath)</IncludePath>
  45. <ProjectType>CppVCLApplication</ProjectType>
  46. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\materials\dyncubemap\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  47. <_TCHARMapping>wchar_t</_TCHARMapping>
  48. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  49. <Multithreaded>true</Multithreaded>
  50. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  51. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  52. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  53. <DynamicRTL>true</DynamicRTL>
  54. <UsePackages>true</UsePackages>
  55. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  56. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  57. <BCC_wpar>false</BCC_wpar>
  58. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  59. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  60. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  63. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  64. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  65. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  66. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  67. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  68. <VerInfo_Locale>1033</VerInfo_Locale>
  69. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  70. <PackageImports>adortl;bcbie;bcbsmp;bdertl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CodeSiteExpressPkg;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;frx19;frxDB19;frxe19;GLScene_Cg_RT;GLScene_Physics_RT;GLScene_Physics_RT;GLScene_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbbde;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;svn;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldbx;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  71. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  72. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  75. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  76. <PackageImports>adortl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  77. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  78. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  81. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  82. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  83. <DCC_Optimize>false</DCC_Optimize>
  84. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  85. <Defines>_DEBUG;$(Defines)</Defines>
  86. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  87. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  88. <DCC_Define>DEBUG</DCC_Define>
  89. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  90. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  91. <BCC_StackFrames>true</BCC_StackFrames>
  92. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  93. <TASM_Debugging>Full</TASM_Debugging>
  94. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  95. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  96. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  97. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  98. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  99. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  100. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  103. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  104. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  105. <BT_BuildType>Debug</BT_BuildType>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  108. <Defines>NDEBUG;$(Defines)</Defines>
  109. <TASM_Debugging>None</TASM_Debugging>
  110. </PropertyGroup>
  111. <ItemGroup>
  112. <CppCompile Include="Dyncubemap.cpp">
  113. <BuildOrder>0</BuildOrder>
  114. </CppCompile>
  115. <CppCompile Include="Unit1.cpp">
  116. <Form>Form1</Form>
  117. <FormType>dfm</FormType>
  118. <DependentOn>Unit1.h</DependentOn>
  119. <BuildOrder>2</BuildOrder>
  120. </CppCompile>
  121. <FormResources Include="Unit1.dfm"/>
  122. <BuildConfiguration Include="Release">
  123. <Key>Cfg_2</Key>
  124. <CfgParent>Base</CfgParent>
  125. </BuildConfiguration>
  126. <BuildConfiguration Include="Base">
  127. <Key>Base</Key>
  128. </BuildConfiguration>
  129. <BuildConfiguration Include="Debug">
  130. <Key>Cfg_1</Key>
  131. <CfgParent>Base</CfgParent>
  132. </BuildConfiguration>
  133. </ItemGroup>
  134. <ProjectExtensions>
  135. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  136. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  137. <BorlandProject>
  138. <CPlusPlusBuilder.Personality>
  139. <Source>
  140. <Source Name="MainSource">Dyncubemap.cpp</Source>
  141. </Source>
  142. <VersionInfo>
  143. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  144. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  145. <VersionInfo Name="MajorVer">1</VersionInfo>
  146. <VersionInfo Name="MinorVer">0</VersionInfo>
  147. <VersionInfo Name="Release">0</VersionInfo>
  148. <VersionInfo Name="Build">0</VersionInfo>
  149. <VersionInfo Name="Debug">False</VersionInfo>
  150. <VersionInfo Name="PreRelease">False</VersionInfo>
  151. <VersionInfo Name="Special">False</VersionInfo>
  152. <VersionInfo Name="Private">False</VersionInfo>
  153. <VersionInfo Name="DLL">False</VersionInfo>
  154. <VersionInfo Name="Locale">1049</VersionInfo>
  155. <VersionInfo Name="CodePage">1251</VersionInfo>
  156. </VersionInfo>
  157. <VersionInfoKeys>
  158. <VersionInfoKeys Name="CompanyName"/>
  159. <VersionInfoKeys Name="FileDescription"/>
  160. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  161. <VersionInfoKeys Name="InternalName"/>
  162. <VersionInfoKeys Name="LegalCopyright"/>
  163. <VersionInfoKeys Name="LegalTrademarks"/>
  164. <VersionInfoKeys Name="OriginalFilename"/>
  165. <VersionInfoKeys Name="ProductName"/>
  166. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  167. <VersionInfoKeys Name="Comments"/>
  168. <VersionInfoKeys Name="CFBundleName"/>
  169. <VersionInfoKeys Name="CFBundleDisplayName"/>
  170. <VersionInfoKeys Name="UIDeviceFamily"/>
  171. <VersionInfoKeys Name="CFBundleIdentifier"/>
  172. <VersionInfoKeys Name="CFBundleVersion"/>
  173. <VersionInfoKeys Name="CFBundlePackageType"/>
  174. <VersionInfoKeys Name="CFBundleSignature"/>
  175. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  176. <VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
  177. <VersionInfoKeys Name="CFBundleExecutable"/>
  178. <VersionInfoKeys Name="CFBundleResourceSpecification"/>
  179. <VersionInfoKeys Name="LSRequiresIPhoneOS"/>
  180. <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
  181. <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
  182. <VersionInfoKeys Name="package"/>
  183. <VersionInfoKeys Name="label"/>
  184. <VersionInfoKeys Name="versionCode"/>
  185. <VersionInfoKeys Name="versionName"/>
  186. <VersionInfoKeys Name="persistent"/>
  187. <VersionInfoKeys Name="restoreAnyVersion"/>
  188. <VersionInfoKeys Name="installLocation"/>
  189. <VersionInfoKeys Name="largeHeap"/>
  190. <VersionInfoKeys Name="theme"/>
  191. </VersionInfoKeys>
  192. <ProjectProperties>
  193. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  194. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  195. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  196. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  197. </ProjectProperties>
  198. </CPlusPlusBuilder.Personality>
  199. <Deployment Version="3">
  200. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64250.dll" Class="DependencyModule">
  201. <Platform Name="Win64">
  202. <Overwrite>true</Overwrite>
  203. </Platform>
  204. </DeployFile>
  205. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c250mt.dll" Class="DependencyModule">
  206. <Platform Name="Win32">
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c250.dll" Class="DependencyModule">
  211. <Platform Name="Win32">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  216. <Platform Name="Win64">
  217. <Overwrite>true</Overwrite>
  218. </Platform>
  219. </DeployFile>
  220. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  221. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  222. <Platform Name="OSX32">
  223. <Overwrite>true</Overwrite>
  224. </Platform>
  225. </DeployFile>
  226. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  227. <Platform Name="Win32">
  228. <Overwrite>true</Overwrite>
  229. </Platform>
  230. </DeployFile>
  231. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  232. <Platform Name="OSX32">
  233. <Overwrite>true</Overwrite>
  234. </Platform>
  235. </DeployFile>
  236. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64220.dll" Class="DependencyModule"/>
  237. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  238. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32250mt.dll" Class="DependencyModule">
  239. <Platform Name="Win32">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64220mt.dll" Class="DependencyModule"/>
  244. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64250mt.dll" Class="DependencyModule">
  245. <Platform Name="Win64">
  246. <Overwrite>true</Overwrite>
  247. </Platform>
  248. </DeployFile>
  249. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32250.dll" Class="DependencyModule">
  250. <Platform Name="Win32">
  251. <Overwrite>true</Overwrite>
  252. </Platform>
  253. </DeployFile>
  254. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32220.dll" Class="DependencyModule"/>
  255. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  256. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32220mt.dll" Class="DependencyModule"/>
  257. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  258. <DeployClass Name="AdditionalDebugSymbols">
  259. <Platform Name="iOSSimulator">
  260. <Operation>1</Operation>
  261. </Platform>
  262. <Platform Name="OSX32">
  263. <RemoteDir>Contents\MacOS</RemoteDir>
  264. <Operation>1</Operation>
  265. </Platform>
  266. <Platform Name="Win32">
  267. <RemoteDir>Contents\MacOS</RemoteDir>
  268. <Operation>0</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Name="AndroidClassesDexFile">
  272. <Platform Name="Android">
  273. <RemoteDir>classes</RemoteDir>
  274. <Operation>1</Operation>
  275. </Platform>
  276. </DeployClass>
  277. <DeployClass Name="AndroidGDBServer">
  278. <Platform Name="Android">
  279. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  280. <Operation>1</Operation>
  281. </Platform>
  282. </DeployClass>
  283. <DeployClass Name="AndroidLibnativeArmeabiFile">
  284. <Platform Name="Android">
  285. <RemoteDir>library\lib\armeabi</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="AndroidLibnativeMipsFile">
  290. <Platform Name="Android">
  291. <RemoteDir>library\lib\mips</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="AndroidServiceOutput">
  296. <Platform Name="Android">
  297. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="AndroidSplashImageDef">
  302. <Platform Name="Android">
  303. <RemoteDir>res\drawable</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="AndroidSplashStyles">
  308. <Platform Name="Android">
  309. <RemoteDir>res\values</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="Android_DefaultAppIcon">
  314. <Platform Name="Android">
  315. <RemoteDir>res\drawable</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_LauncherIcon144">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="Android_LauncherIcon36">
  326. <Platform Name="Android">
  327. <RemoteDir>res\drawable-ldpi</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="Android_LauncherIcon48">
  332. <Platform Name="Android">
  333. <RemoteDir>res\drawable-mdpi</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="Android_LauncherIcon72">
  338. <Platform Name="Android">
  339. <RemoteDir>res\drawable-hdpi</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="Android_LauncherIcon96">
  344. <Platform Name="Android">
  345. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="Android_SplashImage426">
  350. <Platform Name="Android">
  351. <RemoteDir>res\drawable-small</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="Android_SplashImage470">
  356. <Platform Name="Android">
  357. <RemoteDir>res\drawable-normal</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="Android_SplashImage640">
  362. <Platform Name="Android">
  363. <RemoteDir>res\drawable-large</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="Android_SplashImage960">
  368. <Platform Name="Android">
  369. <RemoteDir>res\drawable-xlarge</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="DebugSymbols">
  374. <Platform Name="iOSSimulator">
  375. <Operation>1</Operation>
  376. </Platform>
  377. <Platform Name="OSX32">
  378. <RemoteDir>Contents\MacOS</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. <Platform Name="Win32">
  382. <Operation>0</Operation>
  383. </Platform>
  384. </DeployClass>
  385. <DeployClass Name="DependencyFramework">
  386. <Platform Name="OSX32">
  387. <RemoteDir>Contents\MacOS</RemoteDir>
  388. <Operation>1</Operation>
  389. <Extensions>.framework</Extensions>
  390. </Platform>
  391. <Platform Name="Win32">
  392. <Operation>0</Operation>
  393. </Platform>
  394. </DeployClass>
  395. <DeployClass Name="DependencyModule">
  396. <Platform Name="iOSDevice32">
  397. <Operation>1</Operation>
  398. <Extensions>.dylib</Extensions>
  399. </Platform>
  400. <Platform Name="iOSDevice64">
  401. <Operation>1</Operation>
  402. <Extensions>.dylib</Extensions>
  403. </Platform>
  404. <Platform Name="iOSSimulator">
  405. <Operation>1</Operation>
  406. <Extensions>.dylib</Extensions>
  407. </Platform>
  408. <Platform Name="OSX32">
  409. <RemoteDir>Contents\MacOS</RemoteDir>
  410. <Operation>1</Operation>
  411. <Extensions>.dylib</Extensions>
  412. </Platform>
  413. <Platform Name="Win32">
  414. <Operation>0</Operation>
  415. <Extensions>.dll;.bpl</Extensions>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Required="true" Name="DependencyPackage">
  419. <Platform Name="iOSDevice32">
  420. <Operation>1</Operation>
  421. <Extensions>.dylib</Extensions>
  422. </Platform>
  423. <Platform Name="iOSDevice64">
  424. <Operation>1</Operation>
  425. <Extensions>.dylib</Extensions>
  426. </Platform>
  427. <Platform Name="iOSSimulator">
  428. <Operation>1</Operation>
  429. <Extensions>.dylib</Extensions>
  430. </Platform>
  431. <Platform Name="OSX32">
  432. <RemoteDir>Contents\MacOS</RemoteDir>
  433. <Operation>1</Operation>
  434. <Extensions>.dylib</Extensions>
  435. </Platform>
  436. <Platform Name="Win32">
  437. <Operation>0</Operation>
  438. <Extensions>.bpl</Extensions>
  439. </Platform>
  440. </DeployClass>
  441. <DeployClass Name="File">
  442. <Platform Name="Android">
  443. <Operation>0</Operation>
  444. </Platform>
  445. <Platform Name="iOSDevice32">
  446. <Operation>0</Operation>
  447. </Platform>
  448. <Platform Name="iOSDevice64">
  449. <Operation>0</Operation>
  450. </Platform>
  451. <Platform Name="iOSSimulator">
  452. <Operation>0</Operation>
  453. </Platform>
  454. <Platform Name="OSX32">
  455. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  456. <Operation>0</Operation>
  457. </Platform>
  458. <Platform Name="Win32">
  459. <Operation>0</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="iPad_Launch1024">
  463. <Platform Name="iOSDevice32">
  464. <Operation>1</Operation>
  465. </Platform>
  466. <Platform Name="iOSDevice64">
  467. <Operation>1</Operation>
  468. </Platform>
  469. <Platform Name="iOSSimulator">
  470. <Operation>1</Operation>
  471. </Platform>
  472. </DeployClass>
  473. <DeployClass Name="iPad_Launch1536">
  474. <Platform Name="iOSDevice32">
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="iOSDevice64">
  478. <Operation>1</Operation>
  479. </Platform>
  480. <Platform Name="iOSSimulator">
  481. <Operation>1</Operation>
  482. </Platform>
  483. </DeployClass>
  484. <DeployClass Name="iPad_Launch2048">
  485. <Platform Name="iOSDevice32">
  486. <Operation>1</Operation>
  487. </Platform>
  488. <Platform Name="iOSDevice64">
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="iOSSimulator">
  492. <Operation>1</Operation>
  493. </Platform>
  494. </DeployClass>
  495. <DeployClass Name="iPad_Launch768">
  496. <Platform Name="iOSDevice32">
  497. <Operation>1</Operation>
  498. </Platform>
  499. <Platform Name="iOSDevice64">
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="iOSSimulator">
  503. <Operation>1</Operation>
  504. </Platform>
  505. </DeployClass>
  506. <DeployClass Name="iPhone_Launch320">
  507. <Platform Name="iOSDevice32">
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="iOSDevice64">
  511. <Operation>1</Operation>
  512. </Platform>
  513. <Platform Name="iOSSimulator">
  514. <Operation>1</Operation>
  515. </Platform>
  516. </DeployClass>
  517. <DeployClass Name="iPhone_Launch640">
  518. <Platform Name="iOSDevice32">
  519. <Operation>1</Operation>
  520. </Platform>
  521. <Platform Name="iOSDevice64">
  522. <Operation>1</Operation>
  523. </Platform>
  524. <Platform Name="iOSSimulator">
  525. <Operation>1</Operation>
  526. </Platform>
  527. </DeployClass>
  528. <DeployClass Name="iPhone_Launch640x1136">
  529. <Platform Name="iOSDevice32">
  530. <Operation>1</Operation>
  531. </Platform>
  532. <Platform Name="iOSDevice64">
  533. <Operation>1</Operation>
  534. </Platform>
  535. <Platform Name="iOSSimulator">
  536. <Operation>1</Operation>
  537. </Platform>
  538. </DeployClass>
  539. <DeployClass Name="ProjectAndroidManifest">
  540. <Platform Name="Android">
  541. <Operation>1</Operation>
  542. </Platform>
  543. </DeployClass>
  544. <DeployClass Name="ProjectiOSDeviceDebug">
  545. <Platform Name="iOSDevice32">
  546. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. <Platform Name="iOSDevice64">
  550. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  551. <Operation>1</Operation>
  552. </Platform>
  553. </DeployClass>
  554. <DeployClass Name="ProjectiOSDeviceResourceRules">
  555. <Platform Name="iOSDevice32">
  556. <Operation>1</Operation>
  557. </Platform>
  558. <Platform Name="iOSDevice64">
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="ProjectiOSEntitlements">
  563. <Platform Name="iOSDevice32">
  564. <RemoteDir>..\</RemoteDir>
  565. <Operation>1</Operation>
  566. </Platform>
  567. <Platform Name="iOSDevice64">
  568. <RemoteDir>..\</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. </DeployClass>
  572. <DeployClass Name="ProjectiOSInfoPList">
  573. <Platform Name="iOSDevice32">
  574. <Operation>1</Operation>
  575. </Platform>
  576. <Platform Name="iOSDevice64">
  577. <Operation>1</Operation>
  578. </Platform>
  579. <Platform Name="iOSSimulator">
  580. <Operation>1</Operation>
  581. </Platform>
  582. </DeployClass>
  583. <DeployClass Name="ProjectiOSResource">
  584. <Platform Name="iOSDevice32">
  585. <Operation>1</Operation>
  586. </Platform>
  587. <Platform Name="iOSDevice64">
  588. <Operation>1</Operation>
  589. </Platform>
  590. <Platform Name="iOSSimulator">
  591. <Operation>1</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Name="ProjectOSXEntitlements">
  595. <Platform Name="OSX32">
  596. <RemoteDir>..\</RemoteDir>
  597. <Operation>1</Operation>
  598. </Platform>
  599. </DeployClass>
  600. <DeployClass Name="ProjectOSXInfoPList">
  601. <Platform Name="OSX32">
  602. <RemoteDir>Contents</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="ProjectOSXResource">
  607. <Platform Name="OSX32">
  608. <RemoteDir>Contents\Resources</RemoteDir>
  609. <Operation>1</Operation>
  610. </Platform>
  611. </DeployClass>
  612. <DeployClass Required="true" Name="ProjectOutput">
  613. <Platform Name="Android">
  614. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="iOSDevice32">
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="iOSDevice64">
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="iOSSimulator">
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="Linux64">
  627. <Operation>1</Operation>
  628. </Platform>
  629. <Platform Name="OSX32">
  630. <RemoteDir>Contents\MacOS</RemoteDir>
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="Win32">
  634. <Operation>0</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="ProjectUWPManifest">
  638. <Platform Name="Win32">
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="Win64">
  642. <Operation>1</Operation>
  643. </Platform>
  644. </DeployClass>
  645. <DeployClass Name="UWP_CppLogo150">
  646. <Platform Name="Win32">
  647. <RemoteDir>Assets</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. <Platform Name="Win64">
  651. <RemoteDir>Assets</RemoteDir>
  652. <Operation>1</Operation>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="UWP_CppLogo44">
  656. <Platform Name="Win32">
  657. <RemoteDir>Assets</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. <Platform Name="Win64">
  661. <RemoteDir>Assets</RemoteDir>
  662. <Operation>1</Operation>
  663. </Platform>
  664. </DeployClass>
  665. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  666. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  667. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  668. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  669. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  670. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  671. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  672. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  673. </Deployment>
  674. <Platforms>
  675. <Platform value="Win32">True</Platform>
  676. <Platform value="Win64">False</Platform>
  677. </Platforms>
  678. </BorlandProject>
  679. <ProjectFileVersion>12</ProjectFileVersion>
  680. </ProjectExtensions>
  681. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  682. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  683. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  684. </Project>