GraphC.cbproj 69 KB

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