ProjectionC.cbproj 81 KB

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