MirrorC.cbproj 78 KB

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