OdeFurballC.cbproj 70 KB

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