SplitterC.cbproj 73 KB

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