ArchipelagoC.cbproj 74 KB

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