SplitterC.cbproj 69 KB

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