SplinesC.cbproj 80 KB

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