TextVPRc.cbproj 51 KB

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