ProjectionC.cbproj 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{D5711823-2A1F-4329-9331-B8F9A3CE2861}</ProjectGuid>
  4. <ProjectVersion>19.4</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>ProjectionC.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>ProjectionC</SanitizedProjectName>
  62. <Multithreaded>true</Multithreaded>
  63. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  64. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  65. <IncludePath>D:\GLScene\Samples\CPP\Demos\graph\projection\;$(IncludePath)</IncludePath>
  66. <ProjectType>CppVCLApplication</ProjectType>
  67. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\graph\projection\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  68. <_TCHARMapping>wchar_t</_TCHARMapping>
  69. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  70. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  71. <DynamicRTL>true</DynamicRTL>
  72. <UsePackages>true</UsePackages>
  73. <BCC_wpar>false</BCC_wpar>
  74. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  75. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  78. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  79. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  80. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  81. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  82. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  83. <VerInfo_Locale>1033</VerInfo_Locale>
  84. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  85. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  86. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  87. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  90. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  91. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  92. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  94. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  95. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  96. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  97. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  98. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  101. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  102. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  103. <DCC_Optimize>false</DCC_Optimize>
  104. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  105. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  106. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  107. <DCC_Define>DEBUG</DCC_Define>
  108. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  109. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  110. <BCC_StackFrames>true</BCC_StackFrames>
  111. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  112. <TASM_Debugging>Full</TASM_Debugging>
  113. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  114. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  115. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  116. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  117. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  118. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  121. <BT_BuildType>Debug</BT_BuildType>
  122. <Defines>_DEBUG;$(Defines)</Defines>
  123. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  124. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  125. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  126. <VerInfo_Locale>1033</VerInfo_Locale>
  127. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  128. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  129. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  132. <Defines>_DEBUG;$(Defines)</Defines>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  135. <TASM_Debugging>None</TASM_Debugging>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  138. <Defines>NDEBUG;$(Defines)</Defines>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  141. <Defines>NDEBUG;$(Defines)</Defines>
  142. </PropertyGroup>
  143. <ItemGroup>
  144. <CppCompile Include="fProjectionC.cpp">
  145. <Form>FormProjection</Form>
  146. <FormType>dfm</FormType>
  147. <DependentOn>fProjectionC.h</DependentOn>
  148. <BuildOrder>2</BuildOrder>
  149. </CppCompile>
  150. <CppCompile Include="ProjectionC.cpp">
  151. <BuildOrder>0</BuildOrder>
  152. </CppCompile>
  153. <FormResources Include="fProjectionC.dfm"/>
  154. <BuildConfiguration Include="Base">
  155. <Key>Base</Key>
  156. </BuildConfiguration>
  157. <BuildConfiguration Include="Debug">
  158. <Key>Cfg_1</Key>
  159. <CfgParent>Base</CfgParent>
  160. </BuildConfiguration>
  161. <BuildConfiguration Include="Release">
  162. <Key>Cfg_2</Key>
  163. <CfgParent>Base</CfgParent>
  164. </BuildConfiguration>
  165. </ItemGroup>
  166. <ProjectExtensions>
  167. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  168. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  169. <BorlandProject>
  170. <CPlusPlusBuilder.Personality>
  171. <Source>
  172. <Source Name="MainSource">ProjectionC.cpp</Source>
  173. </Source>
  174. <VersionInfo>
  175. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  176. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  177. <VersionInfo Name="MajorVer">1</VersionInfo>
  178. <VersionInfo Name="MinorVer">0</VersionInfo>
  179. <VersionInfo Name="Release">0</VersionInfo>
  180. <VersionInfo Name="Build">0</VersionInfo>
  181. <VersionInfo Name="Debug">False</VersionInfo>
  182. <VersionInfo Name="PreRelease">False</VersionInfo>
  183. <VersionInfo Name="Special">False</VersionInfo>
  184. <VersionInfo Name="Private">False</VersionInfo>
  185. <VersionInfo Name="DLL">False</VersionInfo>
  186. <VersionInfo Name="Locale">1049</VersionInfo>
  187. <VersionInfo Name="CodePage">1251</VersionInfo>
  188. </VersionInfo>
  189. <VersionInfoKeys>
  190. <VersionInfoKeys Name="CompanyName"/>
  191. <VersionInfoKeys Name="FileDescription"/>
  192. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  193. <VersionInfoKeys Name="InternalName"/>
  194. <VersionInfoKeys Name="LegalCopyright"/>
  195. <VersionInfoKeys Name="LegalTrademarks"/>
  196. <VersionInfoKeys Name="OriginalFilename"/>
  197. <VersionInfoKeys Name="ProductName"/>
  198. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  199. <VersionInfoKeys Name="Comments"/>
  200. <VersionInfoKeys Name="CFBundleName"/>
  201. <VersionInfoKeys Name="CFBundleDisplayName"/>
  202. <VersionInfoKeys Name="CFBundleIdentifier"/>
  203. <VersionInfoKeys Name="CFBundleVersion"/>
  204. <VersionInfoKeys Name="CFBundlePackageType"/>
  205. <VersionInfoKeys Name="CFBundleSignature"/>
  206. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  207. <VersionInfoKeys Name="CFBundleExecutable"/>
  208. </VersionInfoKeys>
  209. <ProjectProperties>
  210. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  211. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  212. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  213. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  214. </ProjectProperties>
  215. <Excluded_Packages>
  216. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GBComps.bpl">Geoblock - Components</Excluded_Packages>
  217. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIO.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIO.bpl not found</Excluded_Packages>
  218. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIODB.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIODB.bpl not found</Excluded_Packages>
  219. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  220. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  221. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  222. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  223. </Excluded_Packages>
  224. </CPlusPlusBuilder.Personality>
  225. <Deployment Version="3">
  226. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  227. <Platform Name="Win64">
  228. <Overwrite>true</Overwrite>
  229. </Platform>
  230. </DeployFile>
  231. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  232. <Platform Name="Win64">
  233. <Overwrite>true</Overwrite>
  234. </Platform>
  235. </DeployFile>
  236. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule">
  237. <Platform Name="Win64">
  238. <Overwrite>true</Overwrite>
  239. </Platform>
  240. </DeployFile>
  241. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64220.dll" Class="DependencyModule">
  242. <Platform Name="Win64">
  243. <Overwrite>true</Overwrite>
  244. </Platform>
  245. </DeployFile>
  246. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64220mt.dll" Class="DependencyModule">
  247. <Platform Name="Win64">
  248. <Overwrite>true</Overwrite>
  249. </Platform>
  250. </DeployFile>
  251. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule">
  252. <Platform Name="Win64">
  253. <Overwrite>true</Overwrite>
  254. </Platform>
  255. </DeployFile>
  256. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.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\cc64240.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\cc64240mt.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\cc64250.dll" Class="DependencyModule">
  272. <Platform Name="Win64">
  273. <Overwrite>true</Overwrite>
  274. </Platform>
  275. </DeployFile>
  276. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64250mt.dll" Class="DependencyModule">
  277. <Platform Name="Win64">
  278. <Overwrite>true</Overwrite>
  279. </Platform>
  280. </DeployFile>
  281. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  282. <Platform Name="Win64">
  283. <Overwrite>true</Overwrite>
  284. </Platform>
  285. </DeployFile>
  286. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  287. <Platform Name="Win64">
  288. <Overwrite>true</Overwrite>
  289. </Platform>
  290. </DeployFile>
  291. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64270.dll" Class="DependencyModule">
  292. <Platform Name="Win64">
  293. <Overwrite>true</Overwrite>
  294. </Platform>
  295. </DeployFile>
  296. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64270mt.dll" Class="DependencyModule">
  297. <Platform Name="Win64">
  298. <Overwrite>true</Overwrite>
  299. </Platform>
  300. </DeployFile>
  301. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule">
  302. <Platform Name="Win64">
  303. <Overwrite>true</Overwrite>
  304. </Platform>
  305. </DeployFile>
  306. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule">
  307. <Platform Name="Win64">
  308. <Overwrite>true</Overwrite>
  309. </Platform>
  310. </DeployFile>
  311. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  312. <Platform Name="Win32">
  313. <Overwrite>true</Overwrite>
  314. </Platform>
  315. </DeployFile>
  316. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule">
  317. <Platform Name="Win32">
  318. <Overwrite>true</Overwrite>
  319. </Platform>
  320. </DeployFile>
  321. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
  322. <Platform Name="Win32">
  323. <Overwrite>true</Overwrite>
  324. </Platform>
  325. </DeployFile>
  326. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32220.dll" Class="DependencyModule">
  327. <Platform Name="Win32">
  328. <Overwrite>true</Overwrite>
  329. </Platform>
  330. </DeployFile>
  331. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32220mt.dll" Class="DependencyModule">
  332. <Platform Name="Win32">
  333. <Overwrite>true</Overwrite>
  334. </Platform>
  335. </DeployFile>
  336. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  337. <Platform Name="Win32">
  338. <Overwrite>true</Overwrite>
  339. </Platform>
  340. </DeployFile>
  341. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  342. <Platform Name="Win32">
  343. <Overwrite>true</Overwrite>
  344. </Platform>
  345. </DeployFile>
  346. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  347. <Platform Name="Win32">
  348. <Overwrite>true</Overwrite>
  349. </Platform>
  350. </DeployFile>
  351. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  352. <Platform Name="Win32">
  353. <Overwrite>true</Overwrite>
  354. </Platform>
  355. </DeployFile>
  356. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32250.dll" Class="DependencyModule">
  357. <Platform Name="Win32">
  358. <Overwrite>true</Overwrite>
  359. </Platform>
  360. </DeployFile>
  361. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32250mt.dll" Class="DependencyModule">
  362. <Platform Name="Win32">
  363. <Overwrite>true</Overwrite>
  364. </Platform>
  365. </DeployFile>
  366. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  367. <Platform Name="Win32">
  368. <Overwrite>true</Overwrite>
  369. </Platform>
  370. </DeployFile>
  371. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  372. <Platform Name="Win32">
  373. <Overwrite>true</Overwrite>
  374. </Platform>
  375. </DeployFile>
  376. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32270.dll" Class="DependencyModule">
  377. <Platform Name="Win32">
  378. <Overwrite>true</Overwrite>
  379. </Platform>
  380. </DeployFile>
  381. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32270mt.dll" Class="DependencyModule">
  382. <Platform Name="Win32">
  383. <Overwrite>true</Overwrite>
  384. </Platform>
  385. </DeployFile>
  386. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule">
  387. <Platform Name="Win32">
  388. <Overwrite>true</Overwrite>
  389. </Platform>
  390. </DeployFile>
  391. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.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\cc32c240.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\cc32c240mt.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\cc32c250.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\cc32c250mt.dll" Class="DependencyModule">
  412. <Platform Name="Win32">
  413. <Overwrite>true</Overwrite>
  414. </Platform>
  415. </DeployFile>
  416. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  417. <Platform Name="Win32">
  418. <Overwrite>true</Overwrite>
  419. </Platform>
  420. </DeployFile>
  421. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.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\cc32c270.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\cc32c270mt.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\cc32c280.dll" Class="DependencyModule">
  437. <Platform Name="Win32">
  438. <Overwrite>true</Overwrite>
  439. </Platform>
  440. </DeployFile>
  441. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule">
  442. <Platform Name="Win32">
  443. <Overwrite>true</Overwrite>
  444. </Platform>
  445. </DeployFile>
  446. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  447. <Platform Name="OSX32">
  448. <Overwrite>true</Overwrite>
  449. </Platform>
  450. </DeployFile>
  451. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  452. <Platform Name="OSX32">
  453. <Overwrite>true</Overwrite>
  454. </Platform>
  455. </DeployFile>
  456. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  457. <Platform Name="OSX64">
  458. <Overwrite>true</Overwrite>
  459. </Platform>
  460. </DeployFile>
  461. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  462. <Platform Name="OSX64">
  463. <Overwrite>true</Overwrite>
  464. </Platform>
  465. </DeployFile>
  466. <DeployFile LocalName=".\Win32\Debug\ProjectionC.exe" Configuration="Debug" Class="ProjectOutput">
  467. <Platform Name="Win32">
  468. <RemoteName>ProjectionC.exe</RemoteName>
  469. <Overwrite>true</Overwrite>
  470. </Platform>
  471. </DeployFile>
  472. <DeployFile LocalName=".\Win32\Debug\ProjectionC.tds" Configuration="Debug" Class="DebugSymbols">
  473. <Platform Name="Win32">
  474. <RemoteName>ProjectionC.tds</RemoteName>
  475. <Overwrite>true</Overwrite>
  476. </Platform>
  477. </DeployFile>
  478. <DeployClass Name="AdditionalDebugSymbols">
  479. <Platform Name="iOSSimulator">
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="OSX32">
  483. <RemoteDir>Contents\MacOS</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. <Platform Name="Win32">
  487. <Operation>0</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="AndroidClasses">
  491. <Platform Name="Android">
  492. <RemoteDir>classes</RemoteDir>
  493. <Operation>64</Operation>
  494. </Platform>
  495. <Platform Name="Android64">
  496. <RemoteDir>classes</RemoteDir>
  497. <Operation>64</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="AndroidClassesDexFile">
  501. <Platform Name="Android">
  502. <RemoteDir>classes</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. </DeployClass>
  506. <DeployClass Name="AndroidFileProvider">
  507. <Platform Name="Android">
  508. <RemoteDir>res\xml</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="Android64">
  512. <RemoteDir>res\xml</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="AndroidGDBServer">
  517. <Platform Name="Android">
  518. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Name="AndroidLibnativeArmeabiFile">
  523. <Platform Name="Android">
  524. <RemoteDir>library\lib\armeabi</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="Android64">
  528. <RemoteDir>library\lib\armeabi</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  533. <Platform Name="Android64">
  534. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. </DeployClass>
  538. <DeployClass Name="AndroidLibnativeMipsFile">
  539. <Platform Name="Android">
  540. <RemoteDir>library\lib\mips</RemoteDir>
  541. <Operation>1</Operation>
  542. </Platform>
  543. <Platform Name="Android64">
  544. <RemoteDir>library\lib\mips</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. </DeployClass>
  548. <DeployClass Name="AndroidLibnativeX86File"/>
  549. <DeployClass Name="AndroidServiceOutput">
  550. <Platform Name="Android">
  551. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  552. <Operation>1</Operation>
  553. </Platform>
  554. <Platform Name="Android64">
  555. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  556. <Operation>1</Operation>
  557. </Platform>
  558. </DeployClass>
  559. <DeployClass Name="AndroidServiceOutput_Android32">
  560. <Platform Name="Android64">
  561. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  562. <Operation>1</Operation>
  563. </Platform>
  564. </DeployClass>
  565. <DeployClass Name="AndroidSplashImageDef">
  566. <Platform Name="Android">
  567. <RemoteDir>res\drawable</RemoteDir>
  568. <Operation>1</Operation>
  569. </Platform>
  570. <Platform Name="Android64">
  571. <RemoteDir>res\drawable</RemoteDir>
  572. <Operation>1</Operation>
  573. </Platform>
  574. </DeployClass>
  575. <DeployClass Name="AndroidSplashStyles">
  576. <Platform Name="Android">
  577. <RemoteDir>res\values</RemoteDir>
  578. <Operation>1</Operation>
  579. </Platform>
  580. <Platform Name="Android64">
  581. <RemoteDir>res\values</RemoteDir>
  582. <Operation>1</Operation>
  583. </Platform>
  584. </DeployClass>
  585. <DeployClass Name="AndroidSplashStylesV21">
  586. <Platform Name="Android">
  587. <RemoteDir>res\values-v21</RemoteDir>
  588. <Operation>1</Operation>
  589. </Platform>
  590. <Platform Name="Android64">
  591. <RemoteDir>res\values-v21</RemoteDir>
  592. <Operation>1</Operation>
  593. </Platform>
  594. </DeployClass>
  595. <DeployClass Name="Android_Colors">
  596. <Platform Name="Android">
  597. <RemoteDir>res\values</RemoteDir>
  598. <Operation>1</Operation>
  599. </Platform>
  600. <Platform Name="Android64">
  601. <RemoteDir>res\values</RemoteDir>
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="Android_DefaultAppIcon">
  606. <Platform Name="Android">
  607. <RemoteDir>res\drawable</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="Android64">
  611. <RemoteDir>res\drawable</RemoteDir>
  612. <Operation>1</Operation>
  613. </Platform>
  614. </DeployClass>
  615. <DeployClass Name="Android_LauncherIcon144">
  616. <Platform Name="Android">
  617. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="Android64">
  621. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  622. <Operation>1</Operation>
  623. </Platform>
  624. </DeployClass>
  625. <DeployClass Name="Android_LauncherIcon192">
  626. <Platform Name="Android">
  627. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  628. <Operation>1</Operation>
  629. </Platform>
  630. <Platform Name="Android64">
  631. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  632. <Operation>1</Operation>
  633. </Platform>
  634. </DeployClass>
  635. <DeployClass Name="Android_LauncherIcon36">
  636. <Platform Name="Android">
  637. <RemoteDir>res\drawable-ldpi</RemoteDir>
  638. <Operation>1</Operation>
  639. </Platform>
  640. <Platform Name="Android64">
  641. <RemoteDir>res\drawable-ldpi</RemoteDir>
  642. <Operation>1</Operation>
  643. </Platform>
  644. </DeployClass>
  645. <DeployClass Name="Android_LauncherIcon48">
  646. <Platform Name="Android">
  647. <RemoteDir>res\drawable-mdpi</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. <Platform Name="Android64">
  651. <RemoteDir>res\drawable-mdpi</RemoteDir>
  652. <Operation>1</Operation>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="Android_LauncherIcon72">
  656. <Platform Name="Android">
  657. <RemoteDir>res\drawable-hdpi</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. <Platform Name="Android64">
  661. <RemoteDir>res\drawable-hdpi</RemoteDir>
  662. <Operation>1</Operation>
  663. </Platform>
  664. </DeployClass>
  665. <DeployClass Name="Android_LauncherIcon96">
  666. <Platform Name="Android">
  667. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="Android64">
  671. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  672. <Operation>1</Operation>
  673. </Platform>
  674. </DeployClass>
  675. <DeployClass Name="Android_NotificationIcon24">
  676. <Platform Name="Android">
  677. <RemoteDir>res\drawable-mdpi</RemoteDir>
  678. <Operation>1</Operation>
  679. </Platform>
  680. <Platform Name="Android64">
  681. <RemoteDir>res\drawable-mdpi</RemoteDir>
  682. <Operation>1</Operation>
  683. </Platform>
  684. </DeployClass>
  685. <DeployClass Name="Android_NotificationIcon36">
  686. <Platform Name="Android">
  687. <RemoteDir>res\drawable-hdpi</RemoteDir>
  688. <Operation>1</Operation>
  689. </Platform>
  690. <Platform Name="Android64">
  691. <RemoteDir>res\drawable-hdpi</RemoteDir>
  692. <Operation>1</Operation>
  693. </Platform>
  694. </DeployClass>
  695. <DeployClass Name="Android_NotificationIcon48">
  696. <Platform Name="Android">
  697. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="Android64">
  701. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  702. <Operation>1</Operation>
  703. </Platform>
  704. </DeployClass>
  705. <DeployClass Name="Android_NotificationIcon72">
  706. <Platform Name="Android">
  707. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  708. <Operation>1</Operation>
  709. </Platform>
  710. <Platform Name="Android64">
  711. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  712. <Operation>1</Operation>
  713. </Platform>
  714. </DeployClass>
  715. <DeployClass Name="Android_NotificationIcon96">
  716. <Platform Name="Android">
  717. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="Android64">
  721. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  722. <Operation>1</Operation>
  723. </Platform>
  724. </DeployClass>
  725. <DeployClass Name="Android_SplashImage426">
  726. <Platform Name="Android">
  727. <RemoteDir>res\drawable-small</RemoteDir>
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="Android64">
  731. <RemoteDir>res\drawable-small</RemoteDir>
  732. <Operation>1</Operation>
  733. </Platform>
  734. </DeployClass>
  735. <DeployClass Name="Android_SplashImage470">
  736. <Platform Name="Android">
  737. <RemoteDir>res\drawable-normal</RemoteDir>
  738. <Operation>1</Operation>
  739. </Platform>
  740. <Platform Name="Android64">
  741. <RemoteDir>res\drawable-normal</RemoteDir>
  742. <Operation>1</Operation>
  743. </Platform>
  744. </DeployClass>
  745. <DeployClass Name="Android_SplashImage640">
  746. <Platform Name="Android">
  747. <RemoteDir>res\drawable-large</RemoteDir>
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="Android64">
  751. <RemoteDir>res\drawable-large</RemoteDir>
  752. <Operation>1</Operation>
  753. </Platform>
  754. </DeployClass>
  755. <DeployClass Name="Android_SplashImage960">
  756. <Platform Name="Android">
  757. <RemoteDir>res\drawable-xlarge</RemoteDir>
  758. <Operation>1</Operation>
  759. </Platform>
  760. <Platform Name="Android64">
  761. <RemoteDir>res\drawable-xlarge</RemoteDir>
  762. <Operation>1</Operation>
  763. </Platform>
  764. </DeployClass>
  765. <DeployClass Name="Android_Strings">
  766. <Platform Name="Android">
  767. <RemoteDir>res\values</RemoteDir>
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="Android64">
  771. <RemoteDir>res\values</RemoteDir>
  772. <Operation>1</Operation>
  773. </Platform>
  774. </DeployClass>
  775. <DeployClass Name="DebugSymbols">
  776. <Platform Name="iOSSimulator">
  777. <Operation>1</Operation>
  778. </Platform>
  779. <Platform Name="OSX32">
  780. <RemoteDir>Contents\MacOS</RemoteDir>
  781. <Operation>1</Operation>
  782. </Platform>
  783. <Platform Name="Win32">
  784. <Operation>0</Operation>
  785. </Platform>
  786. </DeployClass>
  787. <DeployClass Name="DependencyFramework">
  788. <Platform Name="OSX32">
  789. <RemoteDir>Contents\MacOS</RemoteDir>
  790. <Operation>1</Operation>
  791. <Extensions>.framework</Extensions>
  792. </Platform>
  793. <Platform Name="OSX64">
  794. <RemoteDir>Contents\MacOS</RemoteDir>
  795. <Operation>1</Operation>
  796. <Extensions>.framework</Extensions>
  797. </Platform>
  798. <Platform Name="OSXARM64">
  799. <RemoteDir>Contents\MacOS</RemoteDir>
  800. <Operation>1</Operation>
  801. <Extensions>.framework</Extensions>
  802. </Platform>
  803. <Platform Name="Win32">
  804. <Operation>0</Operation>
  805. </Platform>
  806. </DeployClass>
  807. <DeployClass Name="DependencyModule">
  808. <Platform Name="iOSDevice32">
  809. <Operation>1</Operation>
  810. <Extensions>.dylib</Extensions>
  811. </Platform>
  812. <Platform Name="iOSDevice64">
  813. <Operation>1</Operation>
  814. <Extensions>.dylib</Extensions>
  815. </Platform>
  816. <Platform Name="iOSSimulator">
  817. <Operation>1</Operation>
  818. <Extensions>.dylib</Extensions>
  819. </Platform>
  820. <Platform Name="OSX32">
  821. <RemoteDir>Contents\MacOS</RemoteDir>
  822. <Operation>1</Operation>
  823. <Extensions>.dylib</Extensions>
  824. </Platform>
  825. <Platform Name="OSX64">
  826. <RemoteDir>Contents\MacOS</RemoteDir>
  827. <Operation>1</Operation>
  828. <Extensions>.dylib</Extensions>
  829. </Platform>
  830. <Platform Name="OSXARM64">
  831. <RemoteDir>Contents\MacOS</RemoteDir>
  832. <Operation>1</Operation>
  833. <Extensions>.dylib</Extensions>
  834. </Platform>
  835. <Platform Name="Win32">
  836. <Operation>0</Operation>
  837. <Extensions>.dll;.bpl</Extensions>
  838. </Platform>
  839. </DeployClass>
  840. <DeployClass Required="true" Name="DependencyPackage">
  841. <Platform Name="iOSDevice32">
  842. <Operation>1</Operation>
  843. <Extensions>.dylib</Extensions>
  844. </Platform>
  845. <Platform Name="iOSDevice64">
  846. <Operation>1</Operation>
  847. <Extensions>.dylib</Extensions>
  848. </Platform>
  849. <Platform Name="iOSSimulator">
  850. <Operation>1</Operation>
  851. <Extensions>.dylib</Extensions>
  852. </Platform>
  853. <Platform Name="OSX32">
  854. <RemoteDir>Contents\MacOS</RemoteDir>
  855. <Operation>1</Operation>
  856. <Extensions>.dylib</Extensions>
  857. </Platform>
  858. <Platform Name="OSX64">
  859. <RemoteDir>Contents\MacOS</RemoteDir>
  860. <Operation>1</Operation>
  861. <Extensions>.dylib</Extensions>
  862. </Platform>
  863. <Platform Name="OSXARM64">
  864. <RemoteDir>Contents\MacOS</RemoteDir>
  865. <Operation>1</Operation>
  866. <Extensions>.dylib</Extensions>
  867. </Platform>
  868. <Platform Name="Win32">
  869. <Operation>0</Operation>
  870. <Extensions>.bpl</Extensions>
  871. </Platform>
  872. </DeployClass>
  873. <DeployClass Name="File">
  874. <Platform Name="Android">
  875. <Operation>0</Operation>
  876. </Platform>
  877. <Platform Name="Android64">
  878. <Operation>0</Operation>
  879. </Platform>
  880. <Platform Name="iOSDevice32">
  881. <Operation>0</Operation>
  882. </Platform>
  883. <Platform Name="iOSDevice64">
  884. <Operation>0</Operation>
  885. </Platform>
  886. <Platform Name="iOSSimulator">
  887. <Operation>0</Operation>
  888. </Platform>
  889. <Platform Name="OSX32">
  890. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  891. <Operation>0</Operation>
  892. </Platform>
  893. <Platform Name="OSX64">
  894. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  895. <Operation>0</Operation>
  896. </Platform>
  897. <Platform Name="OSXARM64">
  898. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  899. <Operation>0</Operation>
  900. </Platform>
  901. <Platform Name="Win32">
  902. <Operation>0</Operation>
  903. </Platform>
  904. </DeployClass>
  905. <DeployClass Name="iOS_AppStore1024">
  906. <Platform Name="iOSDevice64">
  907. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  908. <Operation>1</Operation>
  909. </Platform>
  910. </DeployClass>
  911. <DeployClass Name="iPad_AppIcon152">
  912. <Platform Name="iOSDevice64">
  913. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="iOSSimulator">
  917. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. </DeployClass>
  921. <DeployClass Name="iPad_AppIcon167">
  922. <Platform Name="iOSDevice64">
  923. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSSimulator">
  927. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  928. <Operation>1</Operation>
  929. </Platform>
  930. </DeployClass>
  931. <DeployClass Name="iPad_Launch1024">
  932. <Platform Name="iOSDevice32">
  933. <Operation>1</Operation>
  934. </Platform>
  935. <Platform Name="iOSDevice64">
  936. <Operation>1</Operation>
  937. </Platform>
  938. <Platform Name="iOSSimulator">
  939. <Operation>1</Operation>
  940. </Platform>
  941. </DeployClass>
  942. <DeployClass Name="iPad_Launch1024x768">
  943. <Platform Name="iOSDevice32">
  944. <Operation>1</Operation>
  945. </Platform>
  946. <Platform Name="iOSDevice64">
  947. <Operation>1</Operation>
  948. </Platform>
  949. <Platform Name="iOSSimulator">
  950. <Operation>1</Operation>
  951. </Platform>
  952. </DeployClass>
  953. <DeployClass Name="iPad_Launch1536">
  954. <Platform Name="iOSDevice32">
  955. <Operation>1</Operation>
  956. </Platform>
  957. <Platform Name="iOSDevice64">
  958. <Operation>1</Operation>
  959. </Platform>
  960. <Platform Name="iOSSimulator">
  961. <Operation>1</Operation>
  962. </Platform>
  963. </DeployClass>
  964. <DeployClass Name="iPad_Launch1536x2048">
  965. <Platform Name="iOSDevice32">
  966. <Operation>1</Operation>
  967. </Platform>
  968. <Platform Name="iOSDevice64">
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="iOSSimulator">
  972. <Operation>1</Operation>
  973. </Platform>
  974. </DeployClass>
  975. <DeployClass Name="iPad_Launch1668">
  976. <Platform Name="iOSDevice32">
  977. <Operation>1</Operation>
  978. </Platform>
  979. <Platform Name="iOSDevice64">
  980. <Operation>1</Operation>
  981. </Platform>
  982. <Platform Name="iOSSimulator">
  983. <Operation>1</Operation>
  984. </Platform>
  985. </DeployClass>
  986. <DeployClass Name="iPad_Launch1668x2388">
  987. <Platform Name="iOSDevice32">
  988. <Operation>1</Operation>
  989. </Platform>
  990. <Platform Name="iOSDevice64">
  991. <Operation>1</Operation>
  992. </Platform>
  993. <Platform Name="iOSSimulator">
  994. <Operation>1</Operation>
  995. </Platform>
  996. </DeployClass>
  997. <DeployClass Name="iPad_Launch2048">
  998. <Platform Name="iOSDevice32">
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="iOSDevice64">
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="iOSSimulator">
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. </DeployClass>
  1008. <DeployClass Name="iPad_Launch2048x1536">
  1009. <Platform Name="iOSDevice32">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. <Platform Name="iOSDevice64">
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. <Platform Name="iOSSimulator">
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. </DeployClass>
  1019. <DeployClass Name="iPad_Launch2048x2732">
  1020. <Platform Name="iOSDevice32">
  1021. <Operation>1</Operation>
  1022. </Platform>
  1023. <Platform Name="iOSDevice64">
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. <Platform Name="iOSSimulator">
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. </DeployClass>
  1030. <DeployClass Name="iPad_Launch2224">
  1031. <Platform Name="iOSDevice32">
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSDevice64">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSSimulator">
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="iPad_Launch2388x1668">
  1042. <Platform Name="iOSDevice32">
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. <Platform Name="iOSDevice64">
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. <Platform Name="iOSSimulator">
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. </DeployClass>
  1052. <DeployClass Name="iPad_Launch2732x2048">
  1053. <Platform Name="iOSDevice32">
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. <Platform Name="iOSDevice64">
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. <Platform Name="iOSSimulator">
  1060. <Operation>1</Operation>
  1061. </Platform>
  1062. </DeployClass>
  1063. <DeployClass Name="iPad_Launch2x">
  1064. <Platform Name="iOSDevice64">
  1065. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. <Platform Name="iOSSimulator">
  1069. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. </DeployClass>
  1073. <DeployClass Name="iPad_Launch768">
  1074. <Platform Name="iOSDevice32">
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="iOSDevice64">
  1078. <Operation>1</Operation>
  1079. </Platform>
  1080. <Platform Name="iOSSimulator">
  1081. <Operation>1</Operation>
  1082. </Platform>
  1083. </DeployClass>
  1084. <DeployClass Name="iPad_Launch768x1024">
  1085. <Platform Name="iOSDevice32">
  1086. <Operation>1</Operation>
  1087. </Platform>
  1088. <Platform Name="iOSDevice64">
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. <Platform Name="iOSSimulator">
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. </DeployClass>
  1095. <DeployClass Name="iPad_LaunchDark2x">
  1096. <Platform Name="iOSDevice64">
  1097. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. <Platform Name="iOSSimulator">
  1101. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1102. <Operation>1</Operation>
  1103. </Platform>
  1104. </DeployClass>
  1105. <DeployClass Name="iPad_Notification40">
  1106. <Platform Name="iOSDevice64">
  1107. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1108. <Operation>1</Operation>
  1109. </Platform>
  1110. <Platform Name="iOSSimulator">
  1111. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1112. <Operation>1</Operation>
  1113. </Platform>
  1114. </DeployClass>
  1115. <DeployClass Name="iPad_Setting58">
  1116. <Platform Name="iOSDevice64">
  1117. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1118. <Operation>1</Operation>
  1119. </Platform>
  1120. <Platform Name="iOSSimulator">
  1121. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. </DeployClass>
  1125. <DeployClass Name="iPad_SpotLight80">
  1126. <Platform Name="iOSDevice64">
  1127. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1128. <Operation>1</Operation>
  1129. </Platform>
  1130. <Platform Name="iOSSimulator">
  1131. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. </DeployClass>
  1135. <DeployClass Name="iPhone_AppIcon120">
  1136. <Platform Name="iOSDevice64">
  1137. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1138. <Operation>1</Operation>
  1139. </Platform>
  1140. <Platform Name="iOSSimulator">
  1141. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1142. <Operation>1</Operation>
  1143. </Platform>
  1144. </DeployClass>
  1145. <DeployClass Name="iPhone_AppIcon180">
  1146. <Platform Name="iOSDevice64">
  1147. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1148. <Operation>1</Operation>
  1149. </Platform>
  1150. <Platform Name="iOSSimulator">
  1151. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1152. <Operation>1</Operation>
  1153. </Platform>
  1154. </DeployClass>
  1155. <DeployClass Name="iPhone_Launch1125">
  1156. <Platform Name="iOSDevice32">
  1157. <Operation>1</Operation>
  1158. </Platform>
  1159. <Platform Name="iOSDevice64">
  1160. <Operation>1</Operation>
  1161. </Platform>
  1162. <Platform Name="iOSSimulator">
  1163. <Operation>1</Operation>
  1164. </Platform>
  1165. </DeployClass>
  1166. <DeployClass Name="iPhone_Launch1136x640">
  1167. <Platform Name="iOSDevice32">
  1168. <Operation>1</Operation>
  1169. </Platform>
  1170. <Platform Name="iOSDevice64">
  1171. <Operation>1</Operation>
  1172. </Platform>
  1173. <Platform Name="iOSSimulator">
  1174. <Operation>1</Operation>
  1175. </Platform>
  1176. </DeployClass>
  1177. <DeployClass Name="iPhone_Launch1242">
  1178. <Platform Name="iOSDevice32">
  1179. <Operation>1</Operation>
  1180. </Platform>
  1181. <Platform Name="iOSDevice64">
  1182. <Operation>1</Operation>
  1183. </Platform>
  1184. <Platform Name="iOSSimulator">
  1185. <Operation>1</Operation>
  1186. </Platform>
  1187. </DeployClass>
  1188. <DeployClass Name="iPhone_Launch1242x2688">
  1189. <Platform Name="iOSDevice32">
  1190. <Operation>1</Operation>
  1191. </Platform>
  1192. <Platform Name="iOSDevice64">
  1193. <Operation>1</Operation>
  1194. </Platform>
  1195. <Platform Name="iOSSimulator">
  1196. <Operation>1</Operation>
  1197. </Platform>
  1198. </DeployClass>
  1199. <DeployClass Name="iPhone_Launch1334">
  1200. <Platform Name="iOSDevice32">
  1201. <Operation>1</Operation>
  1202. </Platform>
  1203. <Platform Name="iOSDevice64">
  1204. <Operation>1</Operation>
  1205. </Platform>
  1206. <Platform Name="iOSSimulator">
  1207. <Operation>1</Operation>
  1208. </Platform>
  1209. </DeployClass>
  1210. <DeployClass Name="iPhone_Launch1792">
  1211. <Platform Name="iOSDevice32">
  1212. <Operation>1</Operation>
  1213. </Platform>
  1214. <Platform Name="iOSDevice64">
  1215. <Operation>1</Operation>
  1216. </Platform>
  1217. <Platform Name="iOSSimulator">
  1218. <Operation>1</Operation>
  1219. </Platform>
  1220. </DeployClass>
  1221. <DeployClass Name="iPhone_Launch2208">
  1222. <Platform Name="iOSDevice32">
  1223. <Operation>1</Operation>
  1224. </Platform>
  1225. <Platform Name="iOSDevice64">
  1226. <Operation>1</Operation>
  1227. </Platform>
  1228. <Platform Name="iOSSimulator">
  1229. <Operation>1</Operation>
  1230. </Platform>
  1231. </DeployClass>
  1232. <DeployClass Name="iPhone_Launch2436">
  1233. <Platform Name="iOSDevice32">
  1234. <Operation>1</Operation>
  1235. </Platform>
  1236. <Platform Name="iOSDevice64">
  1237. <Operation>1</Operation>
  1238. </Platform>
  1239. <Platform Name="iOSSimulator">
  1240. <Operation>1</Operation>
  1241. </Platform>
  1242. </DeployClass>
  1243. <DeployClass Name="iPhone_Launch2688x1242">
  1244. <Platform Name="iOSDevice32">
  1245. <Operation>1</Operation>
  1246. </Platform>
  1247. <Platform Name="iOSDevice64">
  1248. <Operation>1</Operation>
  1249. </Platform>
  1250. <Platform Name="iOSSimulator">
  1251. <Operation>1</Operation>
  1252. </Platform>
  1253. </DeployClass>
  1254. <DeployClass Name="iPhone_Launch2x">
  1255. <Platform Name="iOSDevice64">
  1256. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1257. <Operation>1</Operation>
  1258. </Platform>
  1259. <Platform Name="iOSSimulator">
  1260. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1261. <Operation>1</Operation>
  1262. </Platform>
  1263. </DeployClass>
  1264. <DeployClass Name="iPhone_Launch320">
  1265. <Platform Name="iOSDevice32">
  1266. <Operation>1</Operation>
  1267. </Platform>
  1268. <Platform Name="iOSDevice64">
  1269. <Operation>1</Operation>
  1270. </Platform>
  1271. <Platform Name="iOSSimulator">
  1272. <Operation>1</Operation>
  1273. </Platform>
  1274. </DeployClass>
  1275. <DeployClass Name="iPhone_Launch3x">
  1276. <Platform Name="iOSDevice64">
  1277. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1278. <Operation>1</Operation>
  1279. </Platform>
  1280. <Platform Name="iOSSimulator">
  1281. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1282. <Operation>1</Operation>
  1283. </Platform>
  1284. </DeployClass>
  1285. <DeployClass Name="iPhone_Launch640">
  1286. <Platform Name="iOSDevice32">
  1287. <Operation>1</Operation>
  1288. </Platform>
  1289. <Platform Name="iOSDevice64">
  1290. <Operation>1</Operation>
  1291. </Platform>
  1292. <Platform Name="iOSSimulator">
  1293. <Operation>1</Operation>
  1294. </Platform>
  1295. </DeployClass>
  1296. <DeployClass Name="iPhone_Launch640x1136">
  1297. <Platform Name="iOSDevice32">
  1298. <Operation>1</Operation>
  1299. </Platform>
  1300. <Platform Name="iOSDevice64">
  1301. <Operation>1</Operation>
  1302. </Platform>
  1303. <Platform Name="iOSSimulator">
  1304. <Operation>1</Operation>
  1305. </Platform>
  1306. </DeployClass>
  1307. <DeployClass Name="iPhone_Launch750">
  1308. <Platform Name="iOSDevice32">
  1309. <Operation>1</Operation>
  1310. </Platform>
  1311. <Platform Name="iOSDevice64">
  1312. <Operation>1</Operation>
  1313. </Platform>
  1314. <Platform Name="iOSSimulator">
  1315. <Operation>1</Operation>
  1316. </Platform>
  1317. </DeployClass>
  1318. <DeployClass Name="iPhone_Launch828">
  1319. <Platform Name="iOSDevice32">
  1320. <Operation>1</Operation>
  1321. </Platform>
  1322. <Platform Name="iOSDevice64">
  1323. <Operation>1</Operation>
  1324. </Platform>
  1325. <Platform Name="iOSSimulator">
  1326. <Operation>1</Operation>
  1327. </Platform>
  1328. </DeployClass>
  1329. <DeployClass Name="iPhone_LaunchDark2x">
  1330. <Platform Name="iOSDevice64">
  1331. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1332. <Operation>1</Operation>
  1333. </Platform>
  1334. <Platform Name="iOSSimulator">
  1335. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1336. <Operation>1</Operation>
  1337. </Platform>
  1338. </DeployClass>
  1339. <DeployClass Name="iPhone_LaunchDark3x">
  1340. <Platform Name="iOSDevice64">
  1341. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1342. <Operation>1</Operation>
  1343. </Platform>
  1344. <Platform Name="iOSSimulator">
  1345. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1346. <Operation>1</Operation>
  1347. </Platform>
  1348. </DeployClass>
  1349. <DeployClass Name="iPhone_Notification40">
  1350. <Platform Name="iOSDevice64">
  1351. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1352. <Operation>1</Operation>
  1353. </Platform>
  1354. <Platform Name="iOSSimulator">
  1355. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1356. <Operation>1</Operation>
  1357. </Platform>
  1358. </DeployClass>
  1359. <DeployClass Name="iPhone_Notification60">
  1360. <Platform Name="iOSDevice64">
  1361. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1362. <Operation>1</Operation>
  1363. </Platform>
  1364. <Platform Name="iOSSimulator">
  1365. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1366. <Operation>1</Operation>
  1367. </Platform>
  1368. </DeployClass>
  1369. <DeployClass Name="iPhone_Setting58">
  1370. <Platform Name="iOSDevice64">
  1371. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1372. <Operation>1</Operation>
  1373. </Platform>
  1374. <Platform Name="iOSSimulator">
  1375. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1376. <Operation>1</Operation>
  1377. </Platform>
  1378. </DeployClass>
  1379. <DeployClass Name="iPhone_Setting87">
  1380. <Platform Name="iOSDevice64">
  1381. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1382. <Operation>1</Operation>
  1383. </Platform>
  1384. <Platform Name="iOSSimulator">
  1385. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1386. <Operation>1</Operation>
  1387. </Platform>
  1388. </DeployClass>
  1389. <DeployClass Name="iPhone_Spotlight120">
  1390. <Platform Name="iOSDevice64">
  1391. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1392. <Operation>1</Operation>
  1393. </Platform>
  1394. <Platform Name="iOSSimulator">
  1395. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1396. <Operation>1</Operation>
  1397. </Platform>
  1398. </DeployClass>
  1399. <DeployClass Name="iPhone_Spotlight80">
  1400. <Platform Name="iOSDevice64">
  1401. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1402. <Operation>1</Operation>
  1403. </Platform>
  1404. <Platform Name="iOSSimulator">
  1405. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1406. <Operation>1</Operation>
  1407. </Platform>
  1408. </DeployClass>
  1409. <DeployClass Name="ProjectAndroidManifest">
  1410. <Platform Name="Android">
  1411. <Operation>1</Operation>
  1412. </Platform>
  1413. <Platform Name="Android64">
  1414. <Operation>1</Operation>
  1415. </Platform>
  1416. </DeployClass>
  1417. <DeployClass Name="ProjectiOSDeviceDebug">
  1418. <Platform Name="iOSDevice32">
  1419. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1420. <Operation>1</Operation>
  1421. </Platform>
  1422. <Platform Name="iOSDevice64">
  1423. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1424. <Operation>1</Operation>
  1425. </Platform>
  1426. </DeployClass>
  1427. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1428. <Platform Name="iOSDevice32">
  1429. <Operation>1</Operation>
  1430. </Platform>
  1431. <Platform Name="iOSDevice64">
  1432. <Operation>1</Operation>
  1433. </Platform>
  1434. </DeployClass>
  1435. <DeployClass Name="ProjectiOSEntitlements">
  1436. <Platform Name="iOSDevice32">
  1437. <RemoteDir>..\</RemoteDir>
  1438. <Operation>1</Operation>
  1439. </Platform>
  1440. <Platform Name="iOSDevice64">
  1441. <RemoteDir>..\</RemoteDir>
  1442. <Operation>1</Operation>
  1443. </Platform>
  1444. </DeployClass>
  1445. <DeployClass Name="ProjectiOSInfoPList">
  1446. <Platform Name="iOSDevice32">
  1447. <Operation>1</Operation>
  1448. </Platform>
  1449. <Platform Name="iOSDevice64">
  1450. <Operation>1</Operation>
  1451. </Platform>
  1452. <Platform Name="iOSSimulator">
  1453. <Operation>1</Operation>
  1454. </Platform>
  1455. </DeployClass>
  1456. <DeployClass Name="ProjectiOSLaunchScreen">
  1457. <Platform Name="iOSDevice64">
  1458. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1459. <Operation>64</Operation>
  1460. </Platform>
  1461. <Platform Name="iOSSimulator">
  1462. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1463. <Operation>64</Operation>
  1464. </Platform>
  1465. </DeployClass>
  1466. <DeployClass Name="ProjectiOSResource">
  1467. <Platform Name="iOSDevice32">
  1468. <Operation>1</Operation>
  1469. </Platform>
  1470. <Platform Name="iOSDevice64">
  1471. <Operation>1</Operation>
  1472. </Platform>
  1473. <Platform Name="iOSSimulator">
  1474. <Operation>1</Operation>
  1475. </Platform>
  1476. </DeployClass>
  1477. <DeployClass Name="ProjectOSXDebug">
  1478. <Platform Name="OSX64">
  1479. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1480. <Operation>1</Operation>
  1481. </Platform>
  1482. <Platform Name="OSXARM64">
  1483. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1484. <Operation>1</Operation>
  1485. </Platform>
  1486. </DeployClass>
  1487. <DeployClass Name="ProjectOSXEntitlements">
  1488. <Platform Name="OSX32">
  1489. <RemoteDir>..\</RemoteDir>
  1490. <Operation>1</Operation>
  1491. </Platform>
  1492. <Platform Name="OSX64">
  1493. <RemoteDir>..\</RemoteDir>
  1494. <Operation>1</Operation>
  1495. </Platform>
  1496. <Platform Name="OSXARM64">
  1497. <RemoteDir>..\</RemoteDir>
  1498. <Operation>1</Operation>
  1499. </Platform>
  1500. </DeployClass>
  1501. <DeployClass Name="ProjectOSXInfoPList">
  1502. <Platform Name="OSX32">
  1503. <RemoteDir>Contents</RemoteDir>
  1504. <Operation>1</Operation>
  1505. </Platform>
  1506. <Platform Name="OSX64">
  1507. <RemoteDir>Contents</RemoteDir>
  1508. <Operation>1</Operation>
  1509. </Platform>
  1510. <Platform Name="OSXARM64">
  1511. <RemoteDir>Contents</RemoteDir>
  1512. <Operation>1</Operation>
  1513. </Platform>
  1514. </DeployClass>
  1515. <DeployClass Name="ProjectOSXResource">
  1516. <Platform Name="OSX32">
  1517. <RemoteDir>Contents\Resources</RemoteDir>
  1518. <Operation>1</Operation>
  1519. </Platform>
  1520. <Platform Name="OSX64">
  1521. <RemoteDir>Contents\Resources</RemoteDir>
  1522. <Operation>1</Operation>
  1523. </Platform>
  1524. <Platform Name="OSXARM64">
  1525. <RemoteDir>Contents\Resources</RemoteDir>
  1526. <Operation>1</Operation>
  1527. </Platform>
  1528. </DeployClass>
  1529. <DeployClass Required="true" Name="ProjectOutput">
  1530. <Platform Name="Android">
  1531. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1532. <Operation>1</Operation>
  1533. </Platform>
  1534. <Platform Name="Android64">
  1535. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1536. <Operation>1</Operation>
  1537. </Platform>
  1538. <Platform Name="iOSDevice32">
  1539. <Operation>1</Operation>
  1540. </Platform>
  1541. <Platform Name="iOSDevice64">
  1542. <Operation>1</Operation>
  1543. </Platform>
  1544. <Platform Name="iOSSimulator">
  1545. <Operation>1</Operation>
  1546. </Platform>
  1547. <Platform Name="Linux64">
  1548. <Operation>1</Operation>
  1549. </Platform>
  1550. <Platform Name="OSX32">
  1551. <RemoteDir>Contents\MacOS</RemoteDir>
  1552. <Operation>1</Operation>
  1553. </Platform>
  1554. <Platform Name="OSX64">
  1555. <RemoteDir>Contents\MacOS</RemoteDir>
  1556. <Operation>1</Operation>
  1557. </Platform>
  1558. <Platform Name="OSXARM64">
  1559. <RemoteDir>Contents\MacOS</RemoteDir>
  1560. <Operation>1</Operation>
  1561. </Platform>
  1562. <Platform Name="Win32">
  1563. <Operation>0</Operation>
  1564. </Platform>
  1565. </DeployClass>
  1566. <DeployClass Name="ProjectOutput_Android32">
  1567. <Platform Name="Android64">
  1568. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1569. <Operation>1</Operation>
  1570. </Platform>
  1571. </DeployClass>
  1572. <DeployClass Name="ProjectUWPManifest">
  1573. <Platform Name="Win32">
  1574. <Operation>1</Operation>
  1575. </Platform>
  1576. <Platform Name="Win64">
  1577. <Operation>1</Operation>
  1578. </Platform>
  1579. </DeployClass>
  1580. <DeployClass Name="UWP_CppLogo150">
  1581. <Platform Name="Win32">
  1582. <RemoteDir>Assets</RemoteDir>
  1583. <Operation>1</Operation>
  1584. </Platform>
  1585. <Platform Name="Win64">
  1586. <RemoteDir>Assets</RemoteDir>
  1587. <Operation>1</Operation>
  1588. </Platform>
  1589. </DeployClass>
  1590. <DeployClass Name="UWP_CppLogo44">
  1591. <Platform Name="Win32">
  1592. <RemoteDir>Assets</RemoteDir>
  1593. <Operation>1</Operation>
  1594. </Platform>
  1595. <Platform Name="Win64">
  1596. <RemoteDir>Assets</RemoteDir>
  1597. <Operation>1</Operation>
  1598. </Platform>
  1599. </DeployClass>
  1600. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1601. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1602. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1603. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1604. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1605. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1606. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1607. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1608. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1609. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1610. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1611. </Deployment>
  1612. <Platforms>
  1613. <Platform value="Win32">True</Platform>
  1614. <Platform value="Win64">False</Platform>
  1615. </Platforms>
  1616. </BorlandProject>
  1617. <ProjectFileVersion>12</ProjectFileVersion>
  1618. </ProjectExtensions>
  1619. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1620. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1621. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1622. </Project>