GuiPaintC.cbproj 53 KB

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