MatScript.cbproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{82AAFF92-A109-4A19-AB65-F30BC8E684E7}</ProjectGuid>
  4. <ProjectVersion>18.2</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>MatScript.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>MatScript</SanitizedProjectName>
  44. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  45. <ILINK_LibraryPath>MaterialScript\;D:\GLScene\Samples\CPP\Demos\materials\;D:\GLScene\Samples\CPP\Demos\materials\MaterialScript\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  46. <Multithreaded>true</Multithreaded>
  47. <_TCHARMapping>wchar_t</_TCHARMapping>
  48. <ProjectType>CppVCLApplication</ProjectType>
  49. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  50. <IncludePath>MaterialScript\;D:\GLScene\Samples\CPP\Demos\materials\;D:\GLScene\Samples\CPP\Demos\materials\MaterialScript\;$(IncludePath)</IncludePath>
  51. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  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. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  64. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  65. <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>
  66. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  67. <VerInfo_Locale>1033</VerInfo_Locale>
  68. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  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. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  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. <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>
  76. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  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. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  105. <FinalOutputDir>.</FinalOutputDir>
  106. <VerInfo_Locale>1033</VerInfo_Locale>
  107. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  108. <BT_BuildType>Debug</BT_BuildType>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  111. <Defines>NDEBUG;$(Defines)</Defines>
  112. <TASM_Debugging>None</TASM_Debugging>
  113. </PropertyGroup>
  114. <ItemGroup>
  115. <CppCompile Include="MatScript.cpp">
  116. <BuildOrder>0</BuildOrder>
  117. </CppCompile>
  118. <CppCompile Include="Unit1.cpp">
  119. <Form>Form1</Form>
  120. <FormType>dfm</FormType>
  121. <DependentOn>Unit1.h</DependentOn>
  122. <BuildOrder>2</BuildOrder>
  123. </CppCompile>
  124. <FormResources Include="Unit1.dfm"/>
  125. <BuildConfiguration Include="Release">
  126. <Key>Cfg_2</Key>
  127. <CfgParent>Base</CfgParent>
  128. </BuildConfiguration>
  129. <BuildConfiguration Include="Base">
  130. <Key>Base</Key>
  131. </BuildConfiguration>
  132. <BuildConfiguration Include="Debug">
  133. <Key>Cfg_1</Key>
  134. <CfgParent>Base</CfgParent>
  135. </BuildConfiguration>
  136. </ItemGroup>
  137. <ProjectExtensions>
  138. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  139. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  140. <BorlandProject>
  141. <CPlusPlusBuilder.Personality>
  142. <Source>
  143. <Source Name="MainSource">MatScript.cpp</Source>
  144. </Source>
  145. <VersionInfo>
  146. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  147. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  148. <VersionInfo Name="MajorVer">1</VersionInfo>
  149. <VersionInfo Name="MinorVer">0</VersionInfo>
  150. <VersionInfo Name="Release">0</VersionInfo>
  151. <VersionInfo Name="Build">0</VersionInfo>
  152. <VersionInfo Name="Debug">False</VersionInfo>
  153. <VersionInfo Name="PreRelease">False</VersionInfo>
  154. <VersionInfo Name="Special">False</VersionInfo>
  155. <VersionInfo Name="Private">False</VersionInfo>
  156. <VersionInfo Name="DLL">False</VersionInfo>
  157. <VersionInfo Name="Locale">1049</VersionInfo>
  158. <VersionInfo Name="CodePage">1251</VersionInfo>
  159. </VersionInfo>
  160. <VersionInfoKeys>
  161. <VersionInfoKeys Name="CompanyName"/>
  162. <VersionInfoKeys Name="FileDescription"/>
  163. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  164. <VersionInfoKeys Name="InternalName"/>
  165. <VersionInfoKeys Name="LegalCopyright"/>
  166. <VersionInfoKeys Name="LegalTrademarks"/>
  167. <VersionInfoKeys Name="OriginalFilename"/>
  168. <VersionInfoKeys Name="ProductName"/>
  169. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  170. <VersionInfoKeys Name="Comments"/>
  171. <VersionInfoKeys Name="CFBundleName"/>
  172. <VersionInfoKeys Name="CFBundleDisplayName"/>
  173. <VersionInfoKeys Name="UIDeviceFamily"/>
  174. <VersionInfoKeys Name="CFBundleIdentifier"/>
  175. <VersionInfoKeys Name="CFBundleVersion"/>
  176. <VersionInfoKeys Name="CFBundlePackageType"/>
  177. <VersionInfoKeys Name="CFBundleSignature"/>
  178. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  179. <VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
  180. <VersionInfoKeys Name="CFBundleExecutable"/>
  181. <VersionInfoKeys Name="CFBundleResourceSpecification"/>
  182. <VersionInfoKeys Name="LSRequiresIPhoneOS"/>
  183. <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
  184. <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
  185. <VersionInfoKeys Name="package"/>
  186. <VersionInfoKeys Name="label"/>
  187. <VersionInfoKeys Name="versionCode"/>
  188. <VersionInfoKeys Name="versionName"/>
  189. <VersionInfoKeys Name="persistent"/>
  190. <VersionInfoKeys Name="restoreAnyVersion"/>
  191. <VersionInfoKeys Name="installLocation"/>
  192. <VersionInfoKeys Name="largeHeap"/>
  193. <VersionInfoKeys Name="theme"/>
  194. </VersionInfoKeys>
  195. <ProjectProperties>
  196. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  197. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  198. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  199. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  200. </ProjectProperties>
  201. <Excluded_Packages>
  202. <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\12.0\Bpl\GBComp.bpl">Geoblock - Components</Excluded_Packages>
  203. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k190.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  204. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp190.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  205. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k190.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  206. <Excluded_Packages Name="$(BDSBIN)\dclofficexp190.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  207. </Excluded_Packages>
  208. </CPlusPlusBuilder.Personality>
  209. <Deployment Version="3">
  210. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c250mt.dll" Class="DependencyModule">
  211. <Platform Name="Win32">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c250.dll" Class="DependencyModule">
  216. <Platform Name="Win32">
  217. <Overwrite>true</Overwrite>
  218. </Platform>
  219. </DeployFile>
  220. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  221. <Platform Name="Win64">
  222. <Overwrite>true</Overwrite>
  223. </Platform>
  224. </DeployFile>
  225. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  226. <Platform Name="OSX32">
  227. <Overwrite>true</Overwrite>
  228. </Platform>
  229. </DeployFile>
  230. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  231. <Platform Name="Win32">
  232. <Overwrite>true</Overwrite>
  233. </Platform>
  234. </DeployFile>
  235. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  236. <Platform Name="OSX32">
  237. <Overwrite>true</Overwrite>
  238. </Platform>
  239. </DeployFile>
  240. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64220.dll" Class="DependencyModule"/>
  241. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32250mt.dll" Class="DependencyModule">
  242. <Platform Name="Win32">
  243. <Overwrite>true</Overwrite>
  244. </Platform>
  245. </DeployFile>
  246. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64220mt.dll" Class="DependencyModule"/>
  247. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64250mt.dll" Class="DependencyModule">
  248. <Platform Name="Win64">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32250.dll" Class="DependencyModule">
  253. <Platform Name="Win32">
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32220.dll" Class="DependencyModule"/>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64250.dll" Class="DependencyModule">
  259. <Platform Name="Win64">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32220mt.dll" Class="DependencyModule"/>
  264. <DeployClass Name="AdditionalDebugSymbols">
  265. <Platform Name="iOSSimulator">
  266. <Operation>1</Operation>
  267. </Platform>
  268. <Platform Name="OSX32">
  269. <RemoteDir>Contents\MacOS</RemoteDir>
  270. <Operation>1</Operation>
  271. </Platform>
  272. <Platform Name="Win32">
  273. <RemoteDir>Contents\MacOS</RemoteDir>
  274. <Operation>0</Operation>
  275. </Platform>
  276. </DeployClass>
  277. <DeployClass Name="AndroidClassesDexFile">
  278. <Platform Name="Android">
  279. <RemoteDir>classes</RemoteDir>
  280. <Operation>1</Operation>
  281. </Platform>
  282. </DeployClass>
  283. <DeployClass Name="AndroidGDBServer">
  284. <Platform Name="Android">
  285. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="AndroidLibnativeArmeabiFile">
  290. <Platform Name="Android">
  291. <RemoteDir>library\lib\armeabi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="AndroidLibnativeMipsFile">
  296. <Platform Name="Android">
  297. <RemoteDir>library\lib\mips</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="AndroidServiceOutput">
  302. <Platform Name="Android">
  303. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="AndroidSplashImageDef">
  308. <Platform Name="Android">
  309. <RemoteDir>res\drawable</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="AndroidSplashStyles">
  314. <Platform Name="Android">
  315. <RemoteDir>res\values</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_DefaultAppIcon">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="Android_LauncherIcon144">
  326. <Platform Name="Android">
  327. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="Android_LauncherIcon36">
  332. <Platform Name="Android">
  333. <RemoteDir>res\drawable-ldpi</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="Android_LauncherIcon48">
  338. <Platform Name="Android">
  339. <RemoteDir>res\drawable-mdpi</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="Android_LauncherIcon72">
  344. <Platform Name="Android">
  345. <RemoteDir>res\drawable-hdpi</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="Android_LauncherIcon96">
  350. <Platform Name="Android">
  351. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="Android_SplashImage426">
  356. <Platform Name="Android">
  357. <RemoteDir>res\drawable-small</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="Android_SplashImage470">
  362. <Platform Name="Android">
  363. <RemoteDir>res\drawable-normal</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="Android_SplashImage640">
  368. <Platform Name="Android">
  369. <RemoteDir>res\drawable-large</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="Android_SplashImage960">
  374. <Platform Name="Android">
  375. <RemoteDir>res\drawable-xlarge</RemoteDir>
  376. <Operation>1</Operation>
  377. </Platform>
  378. </DeployClass>
  379. <DeployClass Name="DebugSymbols">
  380. <Platform Name="iOSSimulator">
  381. <Operation>1</Operation>
  382. </Platform>
  383. <Platform Name="OSX32">
  384. <RemoteDir>Contents\MacOS</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="Win32">
  388. <Operation>0</Operation>
  389. </Platform>
  390. </DeployClass>
  391. <DeployClass Name="DependencyFramework">
  392. <Platform Name="OSX32">
  393. <RemoteDir>Contents\MacOS</RemoteDir>
  394. <Operation>1</Operation>
  395. <Extensions>.framework</Extensions>
  396. </Platform>
  397. <Platform Name="Win32">
  398. <Operation>0</Operation>
  399. </Platform>
  400. </DeployClass>
  401. <DeployClass Name="DependencyModule">
  402. <Platform Name="iOSDevice32">
  403. <Operation>1</Operation>
  404. <Extensions>.dylib</Extensions>
  405. </Platform>
  406. <Platform Name="iOSDevice64">
  407. <Operation>1</Operation>
  408. <Extensions>.dylib</Extensions>
  409. </Platform>
  410. <Platform Name="iOSSimulator">
  411. <Operation>1</Operation>
  412. <Extensions>.dylib</Extensions>
  413. </Platform>
  414. <Platform Name="OSX32">
  415. <RemoteDir>Contents\MacOS</RemoteDir>
  416. <Operation>1</Operation>
  417. <Extensions>.dylib</Extensions>
  418. </Platform>
  419. <Platform Name="Win32">
  420. <Operation>0</Operation>
  421. <Extensions>.dll;.bpl</Extensions>
  422. </Platform>
  423. </DeployClass>
  424. <DeployClass Required="true" Name="DependencyPackage">
  425. <Platform Name="iOSDevice32">
  426. <Operation>1</Operation>
  427. <Extensions>.dylib</Extensions>
  428. </Platform>
  429. <Platform Name="iOSDevice64">
  430. <Operation>1</Operation>
  431. <Extensions>.dylib</Extensions>
  432. </Platform>
  433. <Platform Name="iOSSimulator">
  434. <Operation>1</Operation>
  435. <Extensions>.dylib</Extensions>
  436. </Platform>
  437. <Platform Name="OSX32">
  438. <RemoteDir>Contents\MacOS</RemoteDir>
  439. <Operation>1</Operation>
  440. <Extensions>.dylib</Extensions>
  441. </Platform>
  442. <Platform Name="Win32">
  443. <Operation>0</Operation>
  444. <Extensions>.bpl</Extensions>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="File">
  448. <Platform Name="Android">
  449. <Operation>0</Operation>
  450. </Platform>
  451. <Platform Name="iOSDevice32">
  452. <Operation>0</Operation>
  453. </Platform>
  454. <Platform Name="iOSDevice64">
  455. <Operation>0</Operation>
  456. </Platform>
  457. <Platform Name="iOSSimulator">
  458. <Operation>0</Operation>
  459. </Platform>
  460. <Platform Name="OSX32">
  461. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  462. <Operation>0</Operation>
  463. </Platform>
  464. <Platform Name="Win32">
  465. <Operation>0</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="iPad_Launch1024">
  469. <Platform Name="iOSDevice32">
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="iOSDevice64">
  473. <Operation>1</Operation>
  474. </Platform>
  475. <Platform Name="iOSSimulator">
  476. <Operation>1</Operation>
  477. </Platform>
  478. </DeployClass>
  479. <DeployClass Name="iPad_Launch1536">
  480. <Platform Name="iOSDevice32">
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="iOSDevice64">
  484. <Operation>1</Operation>
  485. </Platform>
  486. <Platform Name="iOSSimulator">
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="iPad_Launch2048">
  491. <Platform Name="iOSDevice32">
  492. <Operation>1</Operation>
  493. </Platform>
  494. <Platform Name="iOSDevice64">
  495. <Operation>1</Operation>
  496. </Platform>
  497. <Platform Name="iOSSimulator">
  498. <Operation>1</Operation>
  499. </Platform>
  500. </DeployClass>
  501. <DeployClass Name="iPad_Launch768">
  502. <Platform Name="iOSDevice32">
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="iOSDevice64">
  506. <Operation>1</Operation>
  507. </Platform>
  508. <Platform Name="iOSSimulator">
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="iPhone_Launch320">
  513. <Platform Name="iOSDevice32">
  514. <Operation>1</Operation>
  515. </Platform>
  516. <Platform Name="iOSDevice64">
  517. <Operation>1</Operation>
  518. </Platform>
  519. <Platform Name="iOSSimulator">
  520. <Operation>1</Operation>
  521. </Platform>
  522. </DeployClass>
  523. <DeployClass Name="iPhone_Launch640">
  524. <Platform Name="iOSDevice32">
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="iOSDevice64">
  528. <Operation>1</Operation>
  529. </Platform>
  530. <Platform Name="iOSSimulator">
  531. <Operation>1</Operation>
  532. </Platform>
  533. </DeployClass>
  534. <DeployClass Name="iPhone_Launch640x1136">
  535. <Platform Name="iOSDevice32">
  536. <Operation>1</Operation>
  537. </Platform>
  538. <Platform Name="iOSDevice64">
  539. <Operation>1</Operation>
  540. </Platform>
  541. <Platform Name="iOSSimulator">
  542. <Operation>1</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="ProjectAndroidManifest">
  546. <Platform Name="Android">
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="ProjectiOSDeviceDebug">
  551. <Platform Name="iOSDevice32">
  552. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="iOSDevice64">
  556. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="ProjectiOSDeviceResourceRules">
  561. <Platform Name="iOSDevice32">
  562. <Operation>1</Operation>
  563. </Platform>
  564. <Platform Name="iOSDevice64">
  565. <Operation>1</Operation>
  566. </Platform>
  567. </DeployClass>
  568. <DeployClass Name="ProjectiOSEntitlements">
  569. <Platform Name="iOSDevice32">
  570. <RemoteDir>..\</RemoteDir>
  571. <Operation>1</Operation>
  572. </Platform>
  573. <Platform Name="iOSDevice64">
  574. <RemoteDir>..\</RemoteDir>
  575. <Operation>1</Operation>
  576. </Platform>
  577. </DeployClass>
  578. <DeployClass Name="ProjectiOSInfoPList">
  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="ProjectiOSResource">
  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="ProjectOSXEntitlements">
  601. <Platform Name="OSX32">
  602. <RemoteDir>..\</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="ProjectOSXInfoPList">
  607. <Platform Name="OSX32">
  608. <RemoteDir>Contents</RemoteDir>
  609. <Operation>1</Operation>
  610. </Platform>
  611. </DeployClass>
  612. <DeployClass Name="ProjectOSXResource">
  613. <Platform Name="OSX32">
  614. <RemoteDir>Contents\Resources</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Required="true" Name="ProjectOutput">
  619. <Platform Name="Android">
  620. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  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. <Platform Name="Linux64">
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="OSX32">
  636. <RemoteDir>Contents\MacOS</RemoteDir>
  637. <Operation>1</Operation>
  638. </Platform>
  639. <Platform Name="Win32">
  640. <Operation>0</Operation>
  641. </Platform>
  642. </DeployClass>
  643. <DeployClass Name="ProjectUWPManifest">
  644. <Platform Name="Win32">
  645. <Operation>1</Operation>
  646. </Platform>
  647. <Platform Name="Win64">
  648. <Operation>1</Operation>
  649. </Platform>
  650. </DeployClass>
  651. <DeployClass Name="UWP_CppLogo150">
  652. <Platform Name="Win32">
  653. <RemoteDir>Assets</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="Win64">
  657. <RemoteDir>Assets</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="UWP_CppLogo44">
  662. <Platform Name="Win32">
  663. <RemoteDir>Assets</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="Win64">
  667. <RemoteDir>Assets</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  672. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  673. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  674. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  675. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  676. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  677. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  678. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  679. </Deployment>
  680. <Platforms>
  681. <Platform value="Win32">True</Platform>
  682. <Platform value="Win64">False</Platform>
  683. </Platforms>
  684. </BorlandProject>
  685. <ProjectFileVersion>12</ProjectFileVersion>
  686. </ProjectExtensions>
  687. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  688. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  689. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  690. </Project>