WhirlwindC.cbproj 72 KB

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