ManualC.cbproj 53 KB

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