InvarianceC.cbproj 54 KB

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