2
0

OdeRagdollC.cbproj 69 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{B5E81A65-7EE3-46E8-A83B-AC0F4CAE9687}</ProjectGuid>
  4. <ProjectVersion>20.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>OdeRagdollC.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  12. <ProjectName Condition="'$(ProjectName)'==''">OdeRagdollC</ProjectName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  18. <Base_Win32>true</Base_Win32>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  23. <Base_Win64>true</Base_Win64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
  28. <Base_Win64x>true</Base_Win64x>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  33. <Cfg_1>true</Cfg_1>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  38. <Cfg_1_Win32>true</Cfg_1_Win32>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64x)'!=''">
  44. <Cfg_1_Win64x>true</Cfg_1_Win64x>
  45. <CfgParent>Cfg_1</CfgParent>
  46. <Cfg_1>true</Cfg_1>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  50. <Cfg_2>true</Cfg_2>
  51. <CfgParent>Base</CfgParent>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64x)'!=''">
  55. <Cfg_2_Win64x>true</Cfg_2_Win64x>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>OdeRagdollC</SanitizedProjectName>
  62. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  63. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\physics\OdeRagdoll\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  64. <_TCHARMapping>wchar_t</_TCHARMapping>
  65. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;xmlrtl.lib;vclimg.lib;GLScene_Physics_RT.lib</AllPackageLibs>
  66. <ProjectType>CppVCLApplication</ProjectType>
  67. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  68. <Multithreaded>true</Multithreaded>
  69. <IncludePath>D:\GLScene\Samples\CPP\Demos\physics\OdeRagdoll\;$(IncludePath)</IncludePath>
  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. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  79. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  80. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  83. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  84. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  85. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  86. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  87. <PackageImports>adortl;bcbie;bcbsmp;bdertl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CodeSiteExpressPkg;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;frx19;frxDB19;frxe19;GLScene_Cg_RT;GLScene_Physics_RT;GLScene_Physics_RT;GLScene_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbbde;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;svn;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldbx;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  88. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  89. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  90. <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>
  91. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  92. <VerInfo_Locale>1033</VerInfo_Locale>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  95. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  96. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  97. <PackageImports>adortl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  98. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Base_Win64x)'!=''">
  101. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  102. <BT_BuildType>Debug</BT_BuildType>
  103. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  104. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  105. <VerInfo_Locale>1033</VerInfo_Locale>
  106. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  109. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  110. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  111. <DCC_Optimize>false</DCC_Optimize>
  112. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  113. <Defines>_DEBUG;$(Defines)</Defines>
  114. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  115. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  116. <DCC_Define>DEBUG</DCC_Define>
  117. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  118. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  119. <BCC_StackFrames>true</BCC_StackFrames>
  120. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  121. <TASM_Debugging>Full</TASM_Debugging>
  122. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  123. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  124. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  125. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  126. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  127. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  128. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  131. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  132. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_Physics_RT.bpi</LinkPackageImports>
  133. <BT_BuildType>Debug</BT_BuildType>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
  136. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  139. <Defines>NDEBUG;$(Defines)</Defines>
  140. <TASM_Debugging>None</TASM_Debugging>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
  143. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  144. </PropertyGroup>
  145. <ItemGroup>
  146. <CppCompile Include="fOdeRagdollC.cpp">
  147. <Form>fRagDoll</Form>
  148. <FormType>dfm</FormType>
  149. <DependentOn>fOdeRagdollC.h</DependentOn>
  150. <BuildOrder>3</BuildOrder>
  151. </CppCompile>
  152. <CppCompile Include="OdeRagdollC.cpp">
  153. <BuildOrder>0</BuildOrder>
  154. </CppCompile>
  155. <FormResources Include="fOdeRagdollC.dfm"/>
  156. <BuildConfiguration Include="Base">
  157. <Key>Base</Key>
  158. </BuildConfiguration>
  159. <BuildConfiguration Include="Debug">
  160. <Key>Cfg_1</Key>
  161. <CfgParent>Base</CfgParent>
  162. </BuildConfiguration>
  163. <BuildConfiguration Include="Release">
  164. <Key>Cfg_2</Key>
  165. <CfgParent>Base</CfgParent>
  166. </BuildConfiguration>
  167. </ItemGroup>
  168. <ProjectExtensions>
  169. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  170. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  171. <BorlandProject>
  172. <CPlusPlusBuilder.Personality>
  173. <Source>
  174. <Source Name="MainSource">OdeRagdollC.cpp</Source>
  175. </Source>
  176. <VersionInfo>
  177. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  178. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  179. <VersionInfo Name="MajorVer">1</VersionInfo>
  180. <VersionInfo Name="MinorVer">0</VersionInfo>
  181. <VersionInfo Name="Release">0</VersionInfo>
  182. <VersionInfo Name="Build">0</VersionInfo>
  183. <VersionInfo Name="Debug">False</VersionInfo>
  184. <VersionInfo Name="PreRelease">False</VersionInfo>
  185. <VersionInfo Name="Special">False</VersionInfo>
  186. <VersionInfo Name="Private">False</VersionInfo>
  187. <VersionInfo Name="DLL">False</VersionInfo>
  188. <VersionInfo Name="Locale">1049</VersionInfo>
  189. <VersionInfo Name="CodePage">1251</VersionInfo>
  190. </VersionInfo>
  191. <VersionInfoKeys>
  192. <VersionInfoKeys Name="CompanyName"/>
  193. <VersionInfoKeys Name="FileDescription"/>
  194. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  195. <VersionInfoKeys Name="InternalName"/>
  196. <VersionInfoKeys Name="LegalCopyright"/>
  197. <VersionInfoKeys Name="LegalTrademarks"/>
  198. <VersionInfoKeys Name="OriginalFilename"/>
  199. <VersionInfoKeys Name="ProductName"/>
  200. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  201. <VersionInfoKeys Name="Comments"/>
  202. <VersionInfoKeys Name="CFBundleName"/>
  203. <VersionInfoKeys Name="CFBundleDisplayName"/>
  204. <VersionInfoKeys Name="UIDeviceFamily"/>
  205. <VersionInfoKeys Name="CFBundleIdentifier"/>
  206. <VersionInfoKeys Name="CFBundleVersion"/>
  207. <VersionInfoKeys Name="CFBundlePackageType"/>
  208. <VersionInfoKeys Name="CFBundleSignature"/>
  209. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  210. <VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
  211. <VersionInfoKeys Name="CFBundleExecutable"/>
  212. <VersionInfoKeys Name="CFBundleResourceSpecification"/>
  213. <VersionInfoKeys Name="LSRequiresIPhoneOS"/>
  214. <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
  215. <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
  216. <VersionInfoKeys Name="package"/>
  217. <VersionInfoKeys Name="label"/>
  218. <VersionInfoKeys Name="versionCode"/>
  219. <VersionInfoKeys Name="versionName"/>
  220. <VersionInfoKeys Name="persistent"/>
  221. <VersionInfoKeys Name="restoreAnyVersion"/>
  222. <VersionInfoKeys Name="installLocation"/>
  223. <VersionInfoKeys Name="largeHeap"/>
  224. <VersionInfoKeys Name="theme"/>
  225. </VersionInfoKeys>
  226. <ProjectProperties>
  227. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  228. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  229. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  230. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  231. </ProjectProperties>
  232. </CPlusPlusBuilder.Personality>
  233. <Deployment Version="4">
  234. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  235. <Platform Name="OSX32">
  236. <Overwrite>true</Overwrite>
  237. </Platform>
  238. </DeployFile>
  239. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  240. <Platform Name="OSX32">
  241. <Overwrite>true</Overwrite>
  242. </Platform>
  243. </DeployFile>
  244. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule"/>
  245. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule"/>
  246. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  247. <Platform Name="Win64">
  248. <Overwrite>true</Overwrite>
  249. </Platform>
  250. </DeployFile>
  251. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule"/>
  252. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule"/>
  253. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule"/>
  254. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule"/>
  255. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule"/>
  256. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule"/>
  257. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64290.dll" Class="DependencyModule">
  258. <Platform Name="Win64">
  259. <Overwrite>true</Overwrite>
  260. </Platform>
  261. </DeployFile>
  262. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64290mt.dll" Class="DependencyModule">
  263. <Platform Name="Win64">
  264. <Overwrite>true</Overwrite>
  265. </Platform>
  266. </DeployFile>
  267. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  268. <Platform Name="Win32">
  269. <Overwrite>true</Overwrite>
  270. </Platform>
  271. </DeployFile>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule"/>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule"/>
  274. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule"/>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule"/>
  276. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule"/>
  277. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule"/>
  278. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32290.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)\bin\cc32290mt.dll" Class="DependencyModule">
  284. <Platform Name="Win32">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule"/>
  289. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule"/>
  290. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
  291. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
  292. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule"/>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule"/>
  294. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c290.dll" Class="DependencyModule">
  295. <Platform Name="Win32">
  296. <Overwrite>true</Overwrite>
  297. </Platform>
  298. </DeployFile>
  299. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c290mt.dll" Class="DependencyModule">
  300. <Platform Name="Win32">
  301. <Overwrite>true</Overwrite>
  302. </Platform>
  303. </DeployFile>
  304. <DeployFile LocalName=".\Win32\Debug\OdeRagdollC.exe" Configuration="Debug" Class="ProjectOutput"/>
  305. <DeployFile LocalName=".\Win32\Debug\OdeRagdollC.tds" Configuration="Debug" Class="DebugSymbols"/>
  306. <DeployClass Name="AdditionalDebugSymbols">
  307. <Platform Name="iOSSimulator">
  308. <Operation>1</Operation>
  309. </Platform>
  310. <Platform Name="OSX32">
  311. <RemoteDir>Contents\MacOS</RemoteDir>
  312. <Operation>1</Operation>
  313. </Platform>
  314. <Platform Name="Win32">
  315. <Operation>0</Operation>
  316. </Platform>
  317. </DeployClass>
  318. <DeployClass Name="AndroidClasses">
  319. <Platform Name="Android">
  320. <RemoteDir>classes</RemoteDir>
  321. <Operation>64</Operation>
  322. </Platform>
  323. <Platform Name="Android64">
  324. <RemoteDir>classes</RemoteDir>
  325. <Operation>64</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="AndroidFileProvider">
  329. <Platform Name="Android">
  330. <RemoteDir>res\xml</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. <Platform Name="Android64">
  334. <RemoteDir>res\xml</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="AndroidLibnativeArmeabiFile">
  339. <Platform Name="Android">
  340. <RemoteDir>library\lib\armeabi</RemoteDir>
  341. <Operation>1</Operation>
  342. </Platform>
  343. <Platform Name="Android64">
  344. <RemoteDir>library\lib\armeabi</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. </DeployClass>
  348. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  349. <Platform Name="Android64">
  350. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  351. <Operation>1</Operation>
  352. </Platform>
  353. </DeployClass>
  354. <DeployClass Name="AndroidLibnativeMipsFile">
  355. <Platform Name="Android">
  356. <RemoteDir>library\lib\mips</RemoteDir>
  357. <Operation>1</Operation>
  358. </Platform>
  359. <Platform Name="Android64">
  360. <RemoteDir>library\lib\mips</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. </DeployClass>
  364. <DeployClass Name="AndroidServiceOutput">
  365. <Platform Name="Android">
  366. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. <Platform Name="Android64">
  370. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="AndroidServiceOutput_Android32">
  375. <Platform Name="Android64">
  376. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="AndroidSplashImageDef">
  381. <Platform Name="Android">
  382. <RemoteDir>res\drawable</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. <Platform Name="Android64">
  386. <RemoteDir>res\drawable</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="AndroidSplashImageDefV21">
  391. <Platform Name="Android">
  392. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. <Platform Name="Android64">
  396. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="AndroidSplashStyles">
  401. <Platform Name="Android">
  402. <RemoteDir>res\values</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. <Platform Name="Android64">
  406. <RemoteDir>res\values</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="AndroidSplashStylesV21">
  411. <Platform Name="Android">
  412. <RemoteDir>res\values-v21</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. <Platform Name="Android64">
  416. <RemoteDir>res\values-v21</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="AndroidSplashStylesV31">
  421. <Platform Name="Android">
  422. <RemoteDir>res\values-v31</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. <Platform Name="Android64">
  426. <RemoteDir>res\values-v31</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="Android_AdaptiveIcon">
  431. <Platform Name="Android">
  432. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="Android64">
  436. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="Android_AdaptiveIconBackground">
  441. <Platform Name="Android">
  442. <RemoteDir>res\drawable</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. <Platform Name="Android64">
  446. <RemoteDir>res\drawable</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="Android_AdaptiveIconForeground">
  451. <Platform Name="Android">
  452. <RemoteDir>res\drawable</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. <Platform Name="Android64">
  456. <RemoteDir>res\drawable</RemoteDir>
  457. <Operation>1</Operation>
  458. </Platform>
  459. </DeployClass>
  460. <DeployClass Name="Android_AdaptiveIconMonochrome">
  461. <Platform Name="Android">
  462. <RemoteDir>res\drawable</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. <Platform Name="Android64">
  466. <RemoteDir>res\drawable</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="Android_AdaptiveIconV33">
  471. <Platform Name="Android">
  472. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. <Platform Name="Android64">
  476. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="Android_Colors">
  481. <Platform Name="Android">
  482. <RemoteDir>res\values</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. <Platform Name="Android64">
  486. <RemoteDir>res\values</RemoteDir>
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="Android_ColorsDark">
  491. <Platform Name="Android">
  492. <RemoteDir>res\values-night-v21</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="Android64">
  496. <RemoteDir>res\values-night-v21</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="Android_DefaultAppIcon">
  501. <Platform Name="Android">
  502. <RemoteDir>res\drawable</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="Android64">
  506. <RemoteDir>res\drawable</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="Android_LauncherIcon144">
  511. <Platform Name="Android">
  512. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="Android64">
  516. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="Android_LauncherIcon192">
  521. <Platform Name="Android">
  522. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="Android64">
  526. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="Android_LauncherIcon36">
  531. <Platform Name="Android">
  532. <RemoteDir>res\drawable-ldpi</RemoteDir>
  533. <Operation>1</Operation>
  534. </Platform>
  535. <Platform Name="Android64">
  536. <RemoteDir>res\drawable-ldpi</RemoteDir>
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="Android_LauncherIcon48">
  541. <Platform Name="Android">
  542. <RemoteDir>res\drawable-mdpi</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="Android64">
  546. <RemoteDir>res\drawable-mdpi</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="Android_LauncherIcon72">
  551. <Platform Name="Android">
  552. <RemoteDir>res\drawable-hdpi</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="Android64">
  556. <RemoteDir>res\drawable-hdpi</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="Android_LauncherIcon96">
  561. <Platform Name="Android">
  562. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. <Platform Name="Android64">
  566. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="Android_NotificationIcon24">
  571. <Platform Name="Android">
  572. <RemoteDir>res\drawable-mdpi</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="Android64">
  576. <RemoteDir>res\drawable-mdpi</RemoteDir>
  577. <Operation>1</Operation>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="Android_NotificationIcon36">
  581. <Platform Name="Android">
  582. <RemoteDir>res\drawable-hdpi</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. <Platform Name="Android64">
  586. <RemoteDir>res\drawable-hdpi</RemoteDir>
  587. <Operation>1</Operation>
  588. </Platform>
  589. </DeployClass>
  590. <DeployClass Name="Android_NotificationIcon48">
  591. <Platform Name="Android">
  592. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. <Platform Name="Android64">
  596. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  597. <Operation>1</Operation>
  598. </Platform>
  599. </DeployClass>
  600. <DeployClass Name="Android_NotificationIcon72">
  601. <Platform Name="Android">
  602. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. <Platform Name="Android64">
  606. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  607. <Operation>1</Operation>
  608. </Platform>
  609. </DeployClass>
  610. <DeployClass Name="Android_NotificationIcon96">
  611. <Platform Name="Android">
  612. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  613. <Operation>1</Operation>
  614. </Platform>
  615. <Platform Name="Android64">
  616. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  617. <Operation>1</Operation>
  618. </Platform>
  619. </DeployClass>
  620. <DeployClass Name="Android_SplashImage426">
  621. <Platform Name="Android">
  622. <RemoteDir>res\drawable-small</RemoteDir>
  623. <Operation>1</Operation>
  624. </Platform>
  625. <Platform Name="Android64">
  626. <RemoteDir>res\drawable-small</RemoteDir>
  627. <Operation>1</Operation>
  628. </Platform>
  629. </DeployClass>
  630. <DeployClass Name="Android_SplashImage470">
  631. <Platform Name="Android">
  632. <RemoteDir>res\drawable-normal</RemoteDir>
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="Android64">
  636. <RemoteDir>res\drawable-normal</RemoteDir>
  637. <Operation>1</Operation>
  638. </Platform>
  639. </DeployClass>
  640. <DeployClass Name="Android_SplashImage640">
  641. <Platform Name="Android">
  642. <RemoteDir>res\drawable-large</RemoteDir>
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="Android64">
  646. <RemoteDir>res\drawable-large</RemoteDir>
  647. <Operation>1</Operation>
  648. </Platform>
  649. </DeployClass>
  650. <DeployClass Name="Android_SplashImage960">
  651. <Platform Name="Android">
  652. <RemoteDir>res\drawable-xlarge</RemoteDir>
  653. <Operation>1</Operation>
  654. </Platform>
  655. <Platform Name="Android64">
  656. <RemoteDir>res\drawable-xlarge</RemoteDir>
  657. <Operation>1</Operation>
  658. </Platform>
  659. </DeployClass>
  660. <DeployClass Name="Android_Strings">
  661. <Platform Name="Android">
  662. <RemoteDir>res\values</RemoteDir>
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="Android64">
  666. <RemoteDir>res\values</RemoteDir>
  667. <Operation>1</Operation>
  668. </Platform>
  669. </DeployClass>
  670. <DeployClass Name="Android_VectorizedNotificationIcon">
  671. <Platform Name="Android">
  672. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="Android64">
  676. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  677. <Operation>1</Operation>
  678. </Platform>
  679. </DeployClass>
  680. <DeployClass Name="Android_VectorizedSplash">
  681. <Platform Name="Android">
  682. <RemoteDir>res\drawable</RemoteDir>
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="Android64">
  686. <RemoteDir>res\drawable</RemoteDir>
  687. <Operation>1</Operation>
  688. </Platform>
  689. </DeployClass>
  690. <DeployClass Name="Android_VectorizedSplashDark">
  691. <Platform Name="Android">
  692. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  693. <Operation>1</Operation>
  694. </Platform>
  695. <Platform Name="Android64">
  696. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  697. <Operation>1</Operation>
  698. </Platform>
  699. </DeployClass>
  700. <DeployClass Name="Android_VectorizedSplashV31">
  701. <Platform Name="Android">
  702. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  703. <Operation>1</Operation>
  704. </Platform>
  705. <Platform Name="Android64">
  706. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  707. <Operation>1</Operation>
  708. </Platform>
  709. </DeployClass>
  710. <DeployClass Name="Android_VectorizedSplashV31Dark">
  711. <Platform Name="Android">
  712. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="Android64">
  716. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  717. <Operation>1</Operation>
  718. </Platform>
  719. </DeployClass>
  720. <DeployClass Name="DebugSymbols">
  721. <Platform Name="iOSSimulator">
  722. <Operation>1</Operation>
  723. </Platform>
  724. <Platform Name="OSX32">
  725. <RemoteDir>Contents\MacOS</RemoteDir>
  726. <Operation>1</Operation>
  727. </Platform>
  728. <Platform Name="Win32">
  729. <Operation>0</Operation>
  730. </Platform>
  731. </DeployClass>
  732. <DeployClass Name="DependencyFramework">
  733. <Platform Name="OSX32">
  734. <RemoteDir>Contents\MacOS</RemoteDir>
  735. <Operation>1</Operation>
  736. <Extensions>.framework</Extensions>
  737. </Platform>
  738. <Platform Name="OSX64">
  739. <RemoteDir>Contents\MacOS</RemoteDir>
  740. <Operation>1</Operation>
  741. <Extensions>.framework</Extensions>
  742. </Platform>
  743. <Platform Name="OSXARM64">
  744. <RemoteDir>Contents\MacOS</RemoteDir>
  745. <Operation>1</Operation>
  746. <Extensions>.framework</Extensions>
  747. </Platform>
  748. <Platform Name="Win32">
  749. <Operation>0</Operation>
  750. </Platform>
  751. </DeployClass>
  752. <DeployClass Name="DependencyModule">
  753. <Platform Name="iOSDevice32">
  754. <Operation>1</Operation>
  755. <Extensions>.dylib</Extensions>
  756. </Platform>
  757. <Platform Name="iOSDevice64">
  758. <Operation>1</Operation>
  759. <Extensions>.dylib</Extensions>
  760. </Platform>
  761. <Platform Name="iOSSimARM64">
  762. <Operation>1</Operation>
  763. <Extensions>.dylib</Extensions>
  764. </Platform>
  765. <Platform Name="OSX32">
  766. <RemoteDir>Contents\MacOS</RemoteDir>
  767. <Operation>1</Operation>
  768. <Extensions>.dylib</Extensions>
  769. </Platform>
  770. <Platform Name="OSX64">
  771. <RemoteDir>Contents\MacOS</RemoteDir>
  772. <Operation>1</Operation>
  773. <Extensions>.dylib</Extensions>
  774. </Platform>
  775. <Platform Name="OSXARM64">
  776. <RemoteDir>Contents\MacOS</RemoteDir>
  777. <Operation>1</Operation>
  778. <Extensions>.dylib</Extensions>
  779. </Platform>
  780. <Platform Name="Win32">
  781. <Operation>0</Operation>
  782. <Extensions>.dll;.bpl</Extensions>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Required="true" Name="DependencyPackage">
  786. <Platform Name="iOSDevice32">
  787. <Operation>1</Operation>
  788. <Extensions>.dylib</Extensions>
  789. </Platform>
  790. <Platform Name="iOSDevice64">
  791. <Operation>1</Operation>
  792. <Extensions>.dylib</Extensions>
  793. </Platform>
  794. <Platform Name="iOSSimARM64">
  795. <Operation>1</Operation>
  796. <Extensions>.dylib</Extensions>
  797. </Platform>
  798. <Platform Name="OSX32">
  799. <RemoteDir>Contents\MacOS</RemoteDir>
  800. <Operation>1</Operation>
  801. <Extensions>.dylib</Extensions>
  802. </Platform>
  803. <Platform Name="OSX64">
  804. <RemoteDir>Contents\MacOS</RemoteDir>
  805. <Operation>1</Operation>
  806. <Extensions>.dylib</Extensions>
  807. </Platform>
  808. <Platform Name="OSXARM64">
  809. <RemoteDir>Contents\MacOS</RemoteDir>
  810. <Operation>1</Operation>
  811. <Extensions>.dylib</Extensions>
  812. </Platform>
  813. <Platform Name="Win32">
  814. <Operation>0</Operation>
  815. <Extensions>.bpl</Extensions>
  816. </Platform>
  817. </DeployClass>
  818. <DeployClass Name="File">
  819. <Platform Name="Android">
  820. <Operation>0</Operation>
  821. </Platform>
  822. <Platform Name="Android64">
  823. <Operation>0</Operation>
  824. </Platform>
  825. <Platform Name="iOSDevice32">
  826. <Operation>0</Operation>
  827. </Platform>
  828. <Platform Name="iOSDevice64">
  829. <Operation>0</Operation>
  830. </Platform>
  831. <Platform Name="iOSSimARM64">
  832. <Operation>0</Operation>
  833. </Platform>
  834. <Platform Name="OSX32">
  835. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  836. <Operation>0</Operation>
  837. </Platform>
  838. <Platform Name="OSX64">
  839. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  840. <Operation>0</Operation>
  841. </Platform>
  842. <Platform Name="OSXARM64">
  843. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  844. <Operation>0</Operation>
  845. </Platform>
  846. <Platform Name="Win32">
  847. <Operation>0</Operation>
  848. </Platform>
  849. </DeployClass>
  850. <DeployClass Name="ProjectAndroidManifest">
  851. <Platform Name="Android">
  852. <Operation>1</Operation>
  853. </Platform>
  854. <Platform Name="Android64">
  855. <Operation>1</Operation>
  856. </Platform>
  857. </DeployClass>
  858. <DeployClass Name="ProjectOSXDebug">
  859. <Platform Name="OSX64">
  860. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  861. <Operation>1</Operation>
  862. </Platform>
  863. <Platform Name="OSXARM64">
  864. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  865. <Operation>1</Operation>
  866. </Platform>
  867. </DeployClass>
  868. <DeployClass Name="ProjectOSXEntitlements">
  869. <Platform Name="OSX32">
  870. <RemoteDir>..\</RemoteDir>
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="OSX64">
  874. <RemoteDir>..\</RemoteDir>
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="OSXARM64">
  878. <RemoteDir>..\</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. </DeployClass>
  882. <DeployClass Name="ProjectOSXInfoPList">
  883. <Platform Name="OSX32">
  884. <RemoteDir>Contents</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="OSX64">
  888. <RemoteDir>Contents</RemoteDir>
  889. <Operation>1</Operation>
  890. </Platform>
  891. <Platform Name="OSXARM64">
  892. <RemoteDir>Contents</RemoteDir>
  893. <Operation>1</Operation>
  894. </Platform>
  895. </DeployClass>
  896. <DeployClass Name="ProjectOSXResource">
  897. <Platform Name="OSX32">
  898. <RemoteDir>Contents\Resources</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="OSX64">
  902. <RemoteDir>Contents\Resources</RemoteDir>
  903. <Operation>1</Operation>
  904. </Platform>
  905. <Platform Name="OSXARM64">
  906. <RemoteDir>Contents\Resources</RemoteDir>
  907. <Operation>1</Operation>
  908. </Platform>
  909. </DeployClass>
  910. <DeployClass Required="true" Name="ProjectOutput">
  911. <Platform Name="Android">
  912. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. <Platform Name="Android64">
  916. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  917. <Operation>1</Operation>
  918. </Platform>
  919. <Platform Name="iOSDevice32">
  920. <Operation>1</Operation>
  921. </Platform>
  922. <Platform Name="iOSDevice64">
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="iOSSimARM64">
  926. <Operation>1</Operation>
  927. </Platform>
  928. <Platform Name="Linux64">
  929. <Operation>1</Operation>
  930. </Platform>
  931. <Platform Name="OSX32">
  932. <RemoteDir>Contents\MacOS</RemoteDir>
  933. <Operation>1</Operation>
  934. </Platform>
  935. <Platform Name="OSX64">
  936. <RemoteDir>Contents\MacOS</RemoteDir>
  937. <Operation>1</Operation>
  938. </Platform>
  939. <Platform Name="OSXARM64">
  940. <RemoteDir>Contents\MacOS</RemoteDir>
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="Win32">
  944. <Operation>0</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <DeployClass Name="ProjectOutput_Android32">
  948. <Platform Name="Android64">
  949. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  950. <Operation>1</Operation>
  951. </Platform>
  952. </DeployClass>
  953. <DeployClass Name="ProjectUWPManifest">
  954. <Platform Name="Win32">
  955. <Operation>1</Operation>
  956. </Platform>
  957. <Platform Name="Win64">
  958. <Operation>1</Operation>
  959. </Platform>
  960. <Platform Name="Win64x">
  961. <Operation>1</Operation>
  962. </Platform>
  963. </DeployClass>
  964. <DeployClass Name="ProjectiOSDeviceDebug">
  965. <Platform Name="iOSDevice32">
  966. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  967. <Operation>1</Operation>
  968. </Platform>
  969. <Platform Name="iOSDevice64">
  970. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  971. <Operation>1</Operation>
  972. </Platform>
  973. <Platform Name="iOSSimARM64">
  974. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  975. <Operation>1</Operation>
  976. </Platform>
  977. </DeployClass>
  978. <DeployClass Name="ProjectiOSEntitlements">
  979. <Platform Name="iOSDevice32">
  980. <RemoteDir>..\</RemoteDir>
  981. <Operation>1</Operation>
  982. </Platform>
  983. <Platform Name="iOSDevice64">
  984. <RemoteDir>..\</RemoteDir>
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="iOSSimARM64">
  988. <RemoteDir>..\</RemoteDir>
  989. <Operation>1</Operation>
  990. </Platform>
  991. </DeployClass>
  992. <DeployClass Name="ProjectiOSInfoPList">
  993. <Platform Name="iOSDevice32">
  994. <Operation>1</Operation>
  995. </Platform>
  996. <Platform Name="iOSDevice64">
  997. <Operation>1</Operation>
  998. </Platform>
  999. <Platform Name="iOSSimARM64">
  1000. <Operation>1</Operation>
  1001. </Platform>
  1002. </DeployClass>
  1003. <DeployClass Name="ProjectiOSLaunchScreen">
  1004. <Platform Name="iOSDevice64">
  1005. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1006. <Operation>64</Operation>
  1007. </Platform>
  1008. <Platform Name="iOSSimARM64">
  1009. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1010. <Operation>64</Operation>
  1011. </Platform>
  1012. </DeployClass>
  1013. <DeployClass Name="ProjectiOSResource">
  1014. <Platform Name="iOSDevice32">
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. <Platform Name="iOSDevice64">
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. <Platform Name="iOSSimARM64">
  1021. <Operation>1</Operation>
  1022. </Platform>
  1023. </DeployClass>
  1024. <DeployClass Name="UWP_CppLogo150">
  1025. <Platform Name="Win32">
  1026. <RemoteDir>Assets</RemoteDir>
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. <Platform Name="Win64">
  1030. <RemoteDir>Assets</RemoteDir>
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. <Platform Name="Win64x">
  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. <Platform Name="Win64x">
  1048. <RemoteDir>Assets</RemoteDir>
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. </DeployClass>
  1052. <DeployClass Name="iOS_AppStore1024">
  1053. <Platform Name="iOSDevice64">
  1054. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1055. <Operation>1</Operation>
  1056. </Platform>
  1057. <Platform Name="iOSSimARM64">
  1058. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. </DeployClass>
  1062. <DeployClass Name="iPad_AppIcon152">
  1063. <Platform Name="iOSDevice64">
  1064. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="iOSSimARM64">
  1068. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. </DeployClass>
  1072. <DeployClass Name="iPad_AppIcon167">
  1073. <Platform Name="iOSDevice64">
  1074. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="iOSSimARM64">
  1078. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <DeployClass Name="iPad_Launch2x">
  1083. <Platform Name="iOSDevice64">
  1084. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. <Platform Name="iOSSimARM64">
  1088. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. </DeployClass>
  1092. <DeployClass Name="iPad_LaunchDark2x">
  1093. <Platform Name="iOSDevice64">
  1094. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1095. <Operation>1</Operation>
  1096. </Platform>
  1097. <Platform Name="iOSSimARM64">
  1098. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1099. <Operation>1</Operation>
  1100. </Platform>
  1101. </DeployClass>
  1102. <DeployClass Name="iPad_Notification40">
  1103. <Platform Name="iOSDevice64">
  1104. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1105. <Operation>1</Operation>
  1106. </Platform>
  1107. <Platform Name="iOSSimARM64">
  1108. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1109. <Operation>1</Operation>
  1110. </Platform>
  1111. </DeployClass>
  1112. <DeployClass Name="iPad_Setting58">
  1113. <Platform Name="iOSDevice64">
  1114. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1115. <Operation>1</Operation>
  1116. </Platform>
  1117. <Platform Name="iOSSimARM64">
  1118. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1119. <Operation>1</Operation>
  1120. </Platform>
  1121. </DeployClass>
  1122. <DeployClass Name="iPad_SpotLight80">
  1123. <Platform Name="iOSDevice64">
  1124. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1125. <Operation>1</Operation>
  1126. </Platform>
  1127. <Platform Name="iOSSimARM64">
  1128. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1129. <Operation>1</Operation>
  1130. </Platform>
  1131. </DeployClass>
  1132. <DeployClass Name="iPhone_AppIcon120">
  1133. <Platform Name="iOSDevice64">
  1134. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1135. <Operation>1</Operation>
  1136. </Platform>
  1137. <Platform Name="iOSSimARM64">
  1138. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1139. <Operation>1</Operation>
  1140. </Platform>
  1141. </DeployClass>
  1142. <DeployClass Name="iPhone_AppIcon180">
  1143. <Platform Name="iOSDevice64">
  1144. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1145. <Operation>1</Operation>
  1146. </Platform>
  1147. <Platform Name="iOSSimARM64">
  1148. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1149. <Operation>1</Operation>
  1150. </Platform>
  1151. </DeployClass>
  1152. <DeployClass Name="iPhone_Launch2x">
  1153. <Platform Name="iOSDevice64">
  1154. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1155. <Operation>1</Operation>
  1156. </Platform>
  1157. <Platform Name="iOSSimARM64">
  1158. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1159. <Operation>1</Operation>
  1160. </Platform>
  1161. </DeployClass>
  1162. <DeployClass Name="iPhone_Launch3x">
  1163. <Platform Name="iOSDevice64">
  1164. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1165. <Operation>1</Operation>
  1166. </Platform>
  1167. <Platform Name="iOSSimARM64">
  1168. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1169. <Operation>1</Operation>
  1170. </Platform>
  1171. </DeployClass>
  1172. <DeployClass Name="iPhone_LaunchDark2x">
  1173. <Platform Name="iOSDevice64">
  1174. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1175. <Operation>1</Operation>
  1176. </Platform>
  1177. <Platform Name="iOSSimARM64">
  1178. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1179. <Operation>1</Operation>
  1180. </Platform>
  1181. </DeployClass>
  1182. <DeployClass Name="iPhone_LaunchDark3x">
  1183. <Platform Name="iOSDevice64">
  1184. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1185. <Operation>1</Operation>
  1186. </Platform>
  1187. <Platform Name="iOSSimARM64">
  1188. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1189. <Operation>1</Operation>
  1190. </Platform>
  1191. </DeployClass>
  1192. <DeployClass Name="iPhone_Notification40">
  1193. <Platform Name="iOSDevice64">
  1194. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1195. <Operation>1</Operation>
  1196. </Platform>
  1197. <Platform Name="iOSSimARM64">
  1198. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1199. <Operation>1</Operation>
  1200. </Platform>
  1201. </DeployClass>
  1202. <DeployClass Name="iPhone_Notification60">
  1203. <Platform Name="iOSDevice64">
  1204. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1205. <Operation>1</Operation>
  1206. </Platform>
  1207. <Platform Name="iOSSimARM64">
  1208. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1209. <Operation>1</Operation>
  1210. </Platform>
  1211. </DeployClass>
  1212. <DeployClass Name="iPhone_Setting58">
  1213. <Platform Name="iOSDevice64">
  1214. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1215. <Operation>1</Operation>
  1216. </Platform>
  1217. <Platform Name="iOSSimARM64">
  1218. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1219. <Operation>1</Operation>
  1220. </Platform>
  1221. </DeployClass>
  1222. <DeployClass Name="iPhone_Setting87">
  1223. <Platform Name="iOSDevice64">
  1224. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1225. <Operation>1</Operation>
  1226. </Platform>
  1227. <Platform Name="iOSSimARM64">
  1228. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1229. <Operation>1</Operation>
  1230. </Platform>
  1231. </DeployClass>
  1232. <DeployClass Name="iPhone_Spotlight120">
  1233. <Platform Name="iOSDevice64">
  1234. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1235. <Operation>1</Operation>
  1236. </Platform>
  1237. <Platform Name="iOSSimARM64">
  1238. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1239. <Operation>1</Operation>
  1240. </Platform>
  1241. </DeployClass>
  1242. <DeployClass Name="iPhone_Spotlight80">
  1243. <Platform Name="iOSDevice64">
  1244. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1245. <Operation>1</Operation>
  1246. </Platform>
  1247. <Platform Name="iOSSimARM64">
  1248. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1249. <Operation>1</Operation>
  1250. </Platform>
  1251. </DeployClass>
  1252. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1253. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1254. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1255. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1256. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1257. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1258. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1259. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1260. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1261. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1262. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1263. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1264. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1265. </Deployment>
  1266. <Platforms>
  1267. <Platform value="Win32">True</Platform>
  1268. <Platform value="Win64">False</Platform>
  1269. <Platform value="Win64x">False</Platform>
  1270. </Platforms>
  1271. </BorlandProject>
  1272. <ProjectFileVersion>12</ProjectFileVersion>
  1273. </ProjectExtensions>
  1274. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1275. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1276. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1277. </Project>