OdeMachineC.cbproj 74 KB

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