CgSimpleC.cbproj 77 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{1EFB5BD6-6033-430A-9B05-230C62C18661}</ProjectGuid>
  4. <ProjectVersion>19.4</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>CgSimpleC.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>CgSimpleC</SanitizedProjectName>
  62. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  63. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib;GLScene_Cg_RT.lib</AllPackageLibs>
  64. <_TCHARMapping>wchar_t</_TCHARMapping>
  65. <Multithreaded>true</Multithreaded>
  66. <ProjectType>CppVCLApplication</ProjectType>
  67. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  68. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  69. <DynamicRTL>true</DynamicRTL>
  70. <UsePackages>true</UsePackages>
  71. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  72. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  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. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  82. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  83. <VerInfo_Locale>1033</VerInfo_Locale>
  84. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  85. <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>
  86. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  87. <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>
  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. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  95. <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>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  97. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  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. <Defines>_DEBUG;$(Defines)</Defines>
  122. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  123. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  124. <VerInfo_Locale>1033</VerInfo_Locale>
  125. <FinalOutputDir>.</FinalOutputDir>
  126. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi;GLScene_Cg_RT.bpi</LinkPackageImports>
  127. <BT_BuildType>Debug</BT_BuildType>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  130. <Defines>_DEBUG;$(Defines)</Defines>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  133. <TASM_Debugging>None</TASM_Debugging>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  136. <Defines>NDEBUG;$(Defines)</Defines>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  139. <Defines>NDEBUG;$(Defines)</Defines>
  140. </PropertyGroup>
  141. <ItemGroup>
  142. <CppCompile Include="CgSimpleC.cpp">
  143. <BuildOrder>0</BuildOrder>
  144. </CppCompile>
  145. <CppCompile Include="fCgSimpleC.cpp">
  146. <Form>Form1</Form>
  147. <FormType>dfm</FormType>
  148. <DependentOn>fCgSimpleC.h</DependentOn>
  149. <BuildOrder>2</BuildOrder>
  150. </CppCompile>
  151. <FormResources Include="fCgSimpleC.dfm"/>
  152. <BuildConfiguration Include="Base">
  153. <Key>Base</Key>
  154. </BuildConfiguration>
  155. <BuildConfiguration Include="Debug">
  156. <Key>Cfg_1</Key>
  157. <CfgParent>Base</CfgParent>
  158. </BuildConfiguration>
  159. <BuildConfiguration Include="Release">
  160. <Key>Cfg_2</Key>
  161. <CfgParent>Base</CfgParent>
  162. </BuildConfiguration>
  163. </ItemGroup>
  164. <ProjectExtensions>
  165. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  166. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  167. <BorlandProject>
  168. <CPlusPlusBuilder.Personality>
  169. <Source>
  170. <Source Name="MainSource">CgSimpleC.cpp</Source>
  171. </Source>
  172. <VersionInfo>
  173. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  174. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  175. <VersionInfo Name="MajorVer">1</VersionInfo>
  176. <VersionInfo Name="MinorVer">0</VersionInfo>
  177. <VersionInfo Name="Release">0</VersionInfo>
  178. <VersionInfo Name="Build">0</VersionInfo>
  179. <VersionInfo Name="Debug">False</VersionInfo>
  180. <VersionInfo Name="PreRelease">False</VersionInfo>
  181. <VersionInfo Name="Special">False</VersionInfo>
  182. <VersionInfo Name="Private">False</VersionInfo>
  183. <VersionInfo Name="DLL">False</VersionInfo>
  184. <VersionInfo Name="Locale">1049</VersionInfo>
  185. <VersionInfo Name="CodePage">1251</VersionInfo>
  186. </VersionInfo>
  187. <VersionInfoKeys>
  188. <VersionInfoKeys Name="CompanyName"/>
  189. <VersionInfoKeys Name="FileDescription"/>
  190. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  191. <VersionInfoKeys Name="InternalName"/>
  192. <VersionInfoKeys Name="LegalCopyright"/>
  193. <VersionInfoKeys Name="LegalTrademarks"/>
  194. <VersionInfoKeys Name="OriginalFilename"/>
  195. <VersionInfoKeys Name="ProductName"/>
  196. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  197. <VersionInfoKeys Name="Comments"/>
  198. <VersionInfoKeys Name="CFBundleName"/>
  199. <VersionInfoKeys Name="CFBundleDisplayName"/>
  200. <VersionInfoKeys Name="CFBundleIdentifier"/>
  201. <VersionInfoKeys Name="CFBundleVersion"/>
  202. <VersionInfoKeys Name="CFBundlePackageType"/>
  203. <VersionInfoKeys Name="CFBundleSignature"/>
  204. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  205. <VersionInfoKeys Name="CFBundleExecutable"/>
  206. </VersionInfoKeys>
  207. <Excluded_Packages/>
  208. <ProjectProperties>
  209. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  210. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  211. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  212. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  213. </ProjectProperties>
  214. </CPlusPlusBuilder.Personality>
  215. <Deployment Version="3">
  216. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  217. <Platform Name="Win64">
  218. <Overwrite>true</Overwrite>
  219. </Platform>
  220. </DeployFile>
  221. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  222. <Platform Name="Win64">
  223. <Overwrite>true</Overwrite>
  224. </Platform>
  225. </DeployFile>
  226. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.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\cc64230.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\cc64230mt.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\cc64240.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\cc64240mt.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\cc64260.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\cc64260mt.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\cc64280.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\cc64280mt.dll" Class="DependencyModule">
  267. <Platform Name="Win64">
  268. <Overwrite>true</Overwrite>
  269. </Platform>
  270. </DeployFile>
  271. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  272. <Platform Name="Win32">
  273. <Overwrite>true</Overwrite>
  274. </Platform>
  275. </DeployFile>
  276. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.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\cc32160mt.dll" Class="DependencyModule">
  282. <Platform Name="Win32">
  283. <Overwrite>true</Overwrite>
  284. </Platform>
  285. </DeployFile>
  286. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  287. <Platform Name="Win32">
  288. <Overwrite>true</Overwrite>
  289. </Platform>
  290. </DeployFile>
  291. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  292. <Platform Name="Win32">
  293. <Overwrite>true</Overwrite>
  294. </Platform>
  295. </DeployFile>
  296. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  297. <Platform Name="Win32">
  298. <Overwrite>true</Overwrite>
  299. </Platform>
  300. </DeployFile>
  301. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  302. <Platform Name="Win32">
  303. <Overwrite>true</Overwrite>
  304. </Platform>
  305. </DeployFile>
  306. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  307. <Platform Name="Win32">
  308. <Overwrite>true</Overwrite>
  309. </Platform>
  310. </DeployFile>
  311. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.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\cc32280.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\cc32280mt.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\cc32c240.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\cc32c240mt.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\cc32c260.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\cc32c260mt.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\cc32c280.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\cc32c280mt.dll" Class="DependencyModule">
  352. <Platform Name="Win32">
  353. <Overwrite>true</Overwrite>
  354. </Platform>
  355. </DeployFile>
  356. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  357. <Platform Name="OSX32">
  358. <Overwrite>true</Overwrite>
  359. </Platform>
  360. </DeployFile>
  361. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  362. <Platform Name="OSX32">
  363. <Overwrite>true</Overwrite>
  364. </Platform>
  365. </DeployFile>
  366. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  367. <Platform Name="OSX64">
  368. <Overwrite>true</Overwrite>
  369. </Platform>
  370. </DeployFile>
  371. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  372. <Platform Name="OSX64">
  373. <Overwrite>true</Overwrite>
  374. </Platform>
  375. </DeployFile>
  376. <DeployFile LocalName=".\CgSimpleC.exe" Configuration="Debug" Class="ProjectOutput">
  377. <Platform Name="Win32">
  378. <RemoteName>CgSimpleC.exe</RemoteName>
  379. <Overwrite>true</Overwrite>
  380. </Platform>
  381. </DeployFile>
  382. <DeployFile LocalName=".\CgSimpleC.tds" Configuration="Debug" Class="DebugSymbols">
  383. <Platform Name="Win32">
  384. <RemoteName>CgSimpleC.tds</RemoteName>
  385. <Overwrite>true</Overwrite>
  386. </Platform>
  387. </DeployFile>
  388. <DeployClass Name="AdditionalDebugSymbols">
  389. <Platform Name="iOSSimulator">
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="OSX32">
  393. <RemoteDir>Contents\MacOS</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. <Platform Name="Win32">
  397. <Operation>0</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="AndroidClasses">
  401. <Platform Name="Android">
  402. <RemoteDir>classes</RemoteDir>
  403. <Operation>64</Operation>
  404. </Platform>
  405. <Platform Name="Android64">
  406. <RemoteDir>classes</RemoteDir>
  407. <Operation>64</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="AndroidClassesDexFile">
  411. <Platform Name="Android">
  412. <RemoteDir>classes</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="AndroidFileProvider">
  417. <Platform Name="Android">
  418. <RemoteDir>res\xml</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. <Platform Name="Android64">
  422. <RemoteDir>res\xml</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="AndroidGDBServer">
  427. <Platform Name="Android">
  428. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="AndroidLibnativeArmeabiFile">
  433. <Platform Name="Android">
  434. <RemoteDir>library\lib\armeabi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="Android64">
  438. <RemoteDir>library\lib\armeabi</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  443. <Platform Name="Android64">
  444. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. </DeployClass>
  448. <DeployClass Name="AndroidLibnativeMipsFile">
  449. <Platform Name="Android">
  450. <RemoteDir>library\lib\mips</RemoteDir>
  451. <Operation>1</Operation>
  452. </Platform>
  453. <Platform Name="Android64">
  454. <RemoteDir>library\lib\mips</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="AndroidLibnativeX86File"/>
  459. <DeployClass Name="AndroidServiceOutput">
  460. <Platform Name="Android">
  461. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. <Platform Name="Android64">
  465. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="AndroidServiceOutput_Android32">
  470. <Platform Name="Android64">
  471. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  472. <Operation>1</Operation>
  473. </Platform>
  474. </DeployClass>
  475. <DeployClass Name="AndroidSplashImageDef">
  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="AndroidSplashStyles">
  486. <Platform Name="Android">
  487. <RemoteDir>res\values</RemoteDir>
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="Android64">
  491. <RemoteDir>res\values</RemoteDir>
  492. <Operation>1</Operation>
  493. </Platform>
  494. </DeployClass>
  495. <DeployClass Name="AndroidSplashStylesV21">
  496. <Platform Name="Android">
  497. <RemoteDir>res\values-v21</RemoteDir>
  498. <Operation>1</Operation>
  499. </Platform>
  500. <Platform Name="Android64">
  501. <RemoteDir>res\values-v21</RemoteDir>
  502. <Operation>1</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="Android_Colors">
  506. <Platform Name="Android">
  507. <RemoteDir>res\values</RemoteDir>
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="Android64">
  511. <RemoteDir>res\values</RemoteDir>
  512. <Operation>1</Operation>
  513. </Platform>
  514. </DeployClass>
  515. <DeployClass Name="Android_DefaultAppIcon">
  516. <Platform Name="Android">
  517. <RemoteDir>res\drawable</RemoteDir>
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="Android64">
  521. <RemoteDir>res\drawable</RemoteDir>
  522. <Operation>1</Operation>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Name="Android_LauncherIcon144">
  526. <Platform Name="Android">
  527. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  528. <Operation>1</Operation>
  529. </Platform>
  530. <Platform Name="Android64">
  531. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  532. <Operation>1</Operation>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Name="Android_LauncherIcon192">
  536. <Platform Name="Android">
  537. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  538. <Operation>1</Operation>
  539. </Platform>
  540. <Platform Name="Android64">
  541. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  542. <Operation>1</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="Android_LauncherIcon36">
  546. <Platform Name="Android">
  547. <RemoteDir>res\drawable-ldpi</RemoteDir>
  548. <Operation>1</Operation>
  549. </Platform>
  550. <Platform Name="Android64">
  551. <RemoteDir>res\drawable-ldpi</RemoteDir>
  552. <Operation>1</Operation>
  553. </Platform>
  554. </DeployClass>
  555. <DeployClass Name="Android_LauncherIcon48">
  556. <Platform Name="Android">
  557. <RemoteDir>res\drawable-mdpi</RemoteDir>
  558. <Operation>1</Operation>
  559. </Platform>
  560. <Platform Name="Android64">
  561. <RemoteDir>res\drawable-mdpi</RemoteDir>
  562. <Operation>1</Operation>
  563. </Platform>
  564. </DeployClass>
  565. <DeployClass Name="Android_LauncherIcon72">
  566. <Platform Name="Android">
  567. <RemoteDir>res\drawable-hdpi</RemoteDir>
  568. <Operation>1</Operation>
  569. </Platform>
  570. <Platform Name="Android64">
  571. <RemoteDir>res\drawable-hdpi</RemoteDir>
  572. <Operation>1</Operation>
  573. </Platform>
  574. </DeployClass>
  575. <DeployClass Name="Android_LauncherIcon96">
  576. <Platform Name="Android">
  577. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  578. <Operation>1</Operation>
  579. </Platform>
  580. <Platform Name="Android64">
  581. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  582. <Operation>1</Operation>
  583. </Platform>
  584. </DeployClass>
  585. <DeployClass Name="Android_NotificationIcon24">
  586. <Platform Name="Android">
  587. <RemoteDir>res\drawable-mdpi</RemoteDir>
  588. <Operation>1</Operation>
  589. </Platform>
  590. <Platform Name="Android64">
  591. <RemoteDir>res\drawable-mdpi</RemoteDir>
  592. <Operation>1</Operation>
  593. </Platform>
  594. </DeployClass>
  595. <DeployClass Name="Android_NotificationIcon36">
  596. <Platform Name="Android">
  597. <RemoteDir>res\drawable-hdpi</RemoteDir>
  598. <Operation>1</Operation>
  599. </Platform>
  600. <Platform Name="Android64">
  601. <RemoteDir>res\drawable-hdpi</RemoteDir>
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="Android_NotificationIcon48">
  606. <Platform Name="Android">
  607. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="Android64">
  611. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  612. <Operation>1</Operation>
  613. </Platform>
  614. </DeployClass>
  615. <DeployClass Name="Android_NotificationIcon72">
  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_NotificationIcon96">
  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_SplashImage426">
  636. <Platform Name="Android">
  637. <RemoteDir>res\drawable-small</RemoteDir>
  638. <Operation>1</Operation>
  639. </Platform>
  640. <Platform Name="Android64">
  641. <RemoteDir>res\drawable-small</RemoteDir>
  642. <Operation>1</Operation>
  643. </Platform>
  644. </DeployClass>
  645. <DeployClass Name="Android_SplashImage470">
  646. <Platform Name="Android">
  647. <RemoteDir>res\drawable-normal</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. <Platform Name="Android64">
  651. <RemoteDir>res\drawable-normal</RemoteDir>
  652. <Operation>1</Operation>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="Android_SplashImage640">
  656. <Platform Name="Android">
  657. <RemoteDir>res\drawable-large</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. <Platform Name="Android64">
  661. <RemoteDir>res\drawable-large</RemoteDir>
  662. <Operation>1</Operation>
  663. </Platform>
  664. </DeployClass>
  665. <DeployClass Name="Android_SplashImage960">
  666. <Platform Name="Android">
  667. <RemoteDir>res\drawable-xlarge</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. <Platform Name="Android64">
  671. <RemoteDir>res\drawable-xlarge</RemoteDir>
  672. <Operation>1</Operation>
  673. </Platform>
  674. </DeployClass>
  675. <DeployClass Name="Android_Strings">
  676. <Platform Name="Android">
  677. <RemoteDir>res\values</RemoteDir>
  678. <Operation>1</Operation>
  679. </Platform>
  680. <Platform Name="Android64">
  681. <RemoteDir>res\values</RemoteDir>
  682. <Operation>1</Operation>
  683. </Platform>
  684. </DeployClass>
  685. <DeployClass Name="DebugSymbols">
  686. <Platform Name="iOSSimulator">
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="OSX32">
  690. <RemoteDir>Contents\MacOS</RemoteDir>
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="Win32">
  694. <Operation>0</Operation>
  695. </Platform>
  696. </DeployClass>
  697. <DeployClass Name="DependencyFramework">
  698. <Platform Name="OSX32">
  699. <RemoteDir>Contents\MacOS</RemoteDir>
  700. <Operation>1</Operation>
  701. <Extensions>.framework</Extensions>
  702. </Platform>
  703. <Platform Name="OSX64">
  704. <RemoteDir>Contents\MacOS</RemoteDir>
  705. <Operation>1</Operation>
  706. <Extensions>.framework</Extensions>
  707. </Platform>
  708. <Platform Name="OSXARM64">
  709. <RemoteDir>Contents\MacOS</RemoteDir>
  710. <Operation>1</Operation>
  711. <Extensions>.framework</Extensions>
  712. </Platform>
  713. <Platform Name="Win32">
  714. <Operation>0</Operation>
  715. </Platform>
  716. </DeployClass>
  717. <DeployClass Name="DependencyModule">
  718. <Platform Name="iOSDevice32">
  719. <Operation>1</Operation>
  720. <Extensions>.dylib</Extensions>
  721. </Platform>
  722. <Platform Name="iOSDevice64">
  723. <Operation>1</Operation>
  724. <Extensions>.dylib</Extensions>
  725. </Platform>
  726. <Platform Name="iOSSimulator">
  727. <Operation>1</Operation>
  728. <Extensions>.dylib</Extensions>
  729. </Platform>
  730. <Platform Name="OSX32">
  731. <RemoteDir>Contents\MacOS</RemoteDir>
  732. <Operation>1</Operation>
  733. <Extensions>.dylib</Extensions>
  734. </Platform>
  735. <Platform Name="OSX64">
  736. <RemoteDir>Contents\MacOS</RemoteDir>
  737. <Operation>1</Operation>
  738. <Extensions>.dylib</Extensions>
  739. </Platform>
  740. <Platform Name="OSXARM64">
  741. <RemoteDir>Contents\MacOS</RemoteDir>
  742. <Operation>1</Operation>
  743. <Extensions>.dylib</Extensions>
  744. </Platform>
  745. <Platform Name="Win32">
  746. <Operation>0</Operation>
  747. <Extensions>.dll;.bpl</Extensions>
  748. </Platform>
  749. </DeployClass>
  750. <DeployClass Required="true" Name="DependencyPackage">
  751. <Platform Name="iOSDevice32">
  752. <Operation>1</Operation>
  753. <Extensions>.dylib</Extensions>
  754. </Platform>
  755. <Platform Name="iOSDevice64">
  756. <Operation>1</Operation>
  757. <Extensions>.dylib</Extensions>
  758. </Platform>
  759. <Platform Name="iOSSimulator">
  760. <Operation>1</Operation>
  761. <Extensions>.dylib</Extensions>
  762. </Platform>
  763. <Platform Name="OSX32">
  764. <RemoteDir>Contents\MacOS</RemoteDir>
  765. <Operation>1</Operation>
  766. <Extensions>.dylib</Extensions>
  767. </Platform>
  768. <Platform Name="OSX64">
  769. <RemoteDir>Contents\MacOS</RemoteDir>
  770. <Operation>1</Operation>
  771. <Extensions>.dylib</Extensions>
  772. </Platform>
  773. <Platform Name="OSXARM64">
  774. <RemoteDir>Contents\MacOS</RemoteDir>
  775. <Operation>1</Operation>
  776. <Extensions>.dylib</Extensions>
  777. </Platform>
  778. <Platform Name="Win32">
  779. <Operation>0</Operation>
  780. <Extensions>.bpl</Extensions>
  781. </Platform>
  782. </DeployClass>
  783. <DeployClass Name="File">
  784. <Platform Name="Android">
  785. <Operation>0</Operation>
  786. </Platform>
  787. <Platform Name="Android64">
  788. <Operation>0</Operation>
  789. </Platform>
  790. <Platform Name="iOSDevice32">
  791. <Operation>0</Operation>
  792. </Platform>
  793. <Platform Name="iOSDevice64">
  794. <Operation>0</Operation>
  795. </Platform>
  796. <Platform Name="iOSSimulator">
  797. <Operation>0</Operation>
  798. </Platform>
  799. <Platform Name="OSX32">
  800. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  801. <Operation>0</Operation>
  802. </Platform>
  803. <Platform Name="OSX64">
  804. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  805. <Operation>0</Operation>
  806. </Platform>
  807. <Platform Name="OSXARM64">
  808. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  809. <Operation>0</Operation>
  810. </Platform>
  811. <Platform Name="Win32">
  812. <Operation>0</Operation>
  813. </Platform>
  814. </DeployClass>
  815. <DeployClass Name="iOS_AppStore1024">
  816. <Platform Name="iOSDevice64">
  817. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="iPad_AppIcon152">
  822. <Platform Name="iOSDevice64">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimulator">
  827. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="iPad_AppIcon167">
  832. <Platform Name="iOSDevice64">
  833. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="iOSSimulator">
  837. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="iPad_Launch1024">
  842. <Platform Name="iOSDevice32">
  843. <Operation>1</Operation>
  844. </Platform>
  845. <Platform Name="iOSDevice64">
  846. <Operation>1</Operation>
  847. </Platform>
  848. <Platform Name="iOSSimulator">
  849. <Operation>1</Operation>
  850. </Platform>
  851. </DeployClass>
  852. <DeployClass Name="iPad_Launch1024x768">
  853. <Platform Name="iOSDevice32">
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSDevice64">
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="iOSSimulator">
  860. <Operation>1</Operation>
  861. </Platform>
  862. </DeployClass>
  863. <DeployClass Name="iPad_Launch1536">
  864. <Platform Name="iOSDevice32">
  865. <Operation>1</Operation>
  866. </Platform>
  867. <Platform Name="iOSDevice64">
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSSimulator">
  871. <Operation>1</Operation>
  872. </Platform>
  873. </DeployClass>
  874. <DeployClass Name="iPad_Launch1536x2048">
  875. <Platform Name="iOSDevice32">
  876. <Operation>1</Operation>
  877. </Platform>
  878. <Platform Name="iOSDevice64">
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="iOSSimulator">
  882. <Operation>1</Operation>
  883. </Platform>
  884. </DeployClass>
  885. <DeployClass Name="iPad_Launch1668">
  886. <Platform Name="iOSDevice32">
  887. <Operation>1</Operation>
  888. </Platform>
  889. <Platform Name="iOSDevice64">
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="iOSSimulator">
  893. <Operation>1</Operation>
  894. </Platform>
  895. </DeployClass>
  896. <DeployClass Name="iPad_Launch1668x2388">
  897. <Platform Name="iOSDevice32">
  898. <Operation>1</Operation>
  899. </Platform>
  900. <Platform Name="iOSDevice64">
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="iOSSimulator">
  904. <Operation>1</Operation>
  905. </Platform>
  906. </DeployClass>
  907. <DeployClass Name="iPad_Launch2048">
  908. <Platform Name="iOSDevice32">
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="iOSDevice64">
  912. <Operation>1</Operation>
  913. </Platform>
  914. <Platform Name="iOSSimulator">
  915. <Operation>1</Operation>
  916. </Platform>
  917. </DeployClass>
  918. <DeployClass Name="iPad_Launch2048x1536">
  919. <Platform Name="iOSDevice32">
  920. <Operation>1</Operation>
  921. </Platform>
  922. <Platform Name="iOSDevice64">
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="iOSSimulator">
  926. <Operation>1</Operation>
  927. </Platform>
  928. </DeployClass>
  929. <DeployClass Name="iPad_Launch2048x2732">
  930. <Platform Name="iOSDevice32">
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="iOSDevice64">
  934. <Operation>1</Operation>
  935. </Platform>
  936. <Platform Name="iOSSimulator">
  937. <Operation>1</Operation>
  938. </Platform>
  939. </DeployClass>
  940. <DeployClass Name="iPad_Launch2224">
  941. <Platform Name="iOSDevice32">
  942. <Operation>1</Operation>
  943. </Platform>
  944. <Platform Name="iOSDevice64">
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="iOSSimulator">
  948. <Operation>1</Operation>
  949. </Platform>
  950. </DeployClass>
  951. <DeployClass Name="iPad_Launch2388x1668">
  952. <Platform Name="iOSDevice32">
  953. <Operation>1</Operation>
  954. </Platform>
  955. <Platform Name="iOSDevice64">
  956. <Operation>1</Operation>
  957. </Platform>
  958. <Platform Name="iOSSimulator">
  959. <Operation>1</Operation>
  960. </Platform>
  961. </DeployClass>
  962. <DeployClass Name="iPad_Launch2732x2048">
  963. <Platform Name="iOSDevice32">
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="iOSDevice64">
  967. <Operation>1</Operation>
  968. </Platform>
  969. <Platform Name="iOSSimulator">
  970. <Operation>1</Operation>
  971. </Platform>
  972. </DeployClass>
  973. <DeployClass Name="iPad_Launch2x">
  974. <Platform Name="iOSDevice64">
  975. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  976. <Operation>1</Operation>
  977. </Platform>
  978. <Platform Name="iOSSimulator">
  979. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  980. <Operation>1</Operation>
  981. </Platform>
  982. </DeployClass>
  983. <DeployClass Name="iPad_Launch768">
  984. <Platform Name="iOSDevice32">
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="iOSDevice64">
  988. <Operation>1</Operation>
  989. </Platform>
  990. <Platform Name="iOSSimulator">
  991. <Operation>1</Operation>
  992. </Platform>
  993. </DeployClass>
  994. <DeployClass Name="iPad_Launch768x1024">
  995. <Platform Name="iOSDevice32">
  996. <Operation>1</Operation>
  997. </Platform>
  998. <Platform Name="iOSDevice64">
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="iOSSimulator">
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. </DeployClass>
  1005. <DeployClass Name="iPad_LaunchDark2x">
  1006. <Platform Name="iOSDevice64">
  1007. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. <Platform Name="iOSSimulator">
  1011. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. </DeployClass>
  1015. <DeployClass Name="iPad_Notification40">
  1016. <Platform Name="iOSDevice64">
  1017. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. <Platform Name="iOSSimulator">
  1021. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1022. <Operation>1</Operation>
  1023. </Platform>
  1024. </DeployClass>
  1025. <DeployClass Name="iPad_Setting58">
  1026. <Platform Name="iOSDevice64">
  1027. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. <Platform Name="iOSSimulator">
  1031. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. </DeployClass>
  1035. <DeployClass Name="iPad_SpotLight80">
  1036. <Platform Name="iOSDevice64">
  1037. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. <Platform Name="iOSSimulator">
  1041. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1042. <Operation>1</Operation>
  1043. </Platform>
  1044. </DeployClass>
  1045. <DeployClass Name="iPhone_AppIcon120">
  1046. <Platform Name="iOSDevice64">
  1047. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. <Platform Name="iOSSimulator">
  1051. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. </DeployClass>
  1055. <DeployClass Name="iPhone_AppIcon180">
  1056. <Platform Name="iOSDevice64">
  1057. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1058. <Operation>1</Operation>
  1059. </Platform>
  1060. <Platform Name="iOSSimulator">
  1061. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. </DeployClass>
  1065. <DeployClass Name="iPhone_Launch1125">
  1066. <Platform Name="iOSDevice32">
  1067. <Operation>1</Operation>
  1068. </Platform>
  1069. <Platform Name="iOSDevice64">
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. <Platform Name="iOSSimulator">
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. </DeployClass>
  1076. <DeployClass Name="iPhone_Launch1136x640">
  1077. <Platform Name="iOSDevice32">
  1078. <Operation>1</Operation>
  1079. </Platform>
  1080. <Platform Name="iOSDevice64">
  1081. <Operation>1</Operation>
  1082. </Platform>
  1083. <Platform Name="iOSSimulator">
  1084. <Operation>1</Operation>
  1085. </Platform>
  1086. </DeployClass>
  1087. <DeployClass Name="iPhone_Launch1242">
  1088. <Platform Name="iOSDevice32">
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. <Platform Name="iOSDevice64">
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. <Platform Name="iOSSimulator">
  1095. <Operation>1</Operation>
  1096. </Platform>
  1097. </DeployClass>
  1098. <DeployClass Name="iPhone_Launch1242x2688">
  1099. <Platform Name="iOSDevice32">
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. <Platform Name="iOSDevice64">
  1103. <Operation>1</Operation>
  1104. </Platform>
  1105. <Platform Name="iOSSimulator">
  1106. <Operation>1</Operation>
  1107. </Platform>
  1108. </DeployClass>
  1109. <DeployClass Name="iPhone_Launch1334">
  1110. <Platform Name="iOSDevice32">
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. <Platform Name="iOSDevice64">
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. <Platform Name="iOSSimulator">
  1117. <Operation>1</Operation>
  1118. </Platform>
  1119. </DeployClass>
  1120. <DeployClass Name="iPhone_Launch1792">
  1121. <Platform Name="iOSDevice32">
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. <Platform Name="iOSDevice64">
  1125. <Operation>1</Operation>
  1126. </Platform>
  1127. <Platform Name="iOSSimulator">
  1128. <Operation>1</Operation>
  1129. </Platform>
  1130. </DeployClass>
  1131. <DeployClass Name="iPhone_Launch2208">
  1132. <Platform Name="iOSDevice32">
  1133. <Operation>1</Operation>
  1134. </Platform>
  1135. <Platform Name="iOSDevice64">
  1136. <Operation>1</Operation>
  1137. </Platform>
  1138. <Platform Name="iOSSimulator">
  1139. <Operation>1</Operation>
  1140. </Platform>
  1141. </DeployClass>
  1142. <DeployClass Name="iPhone_Launch2436">
  1143. <Platform Name="iOSDevice32">
  1144. <Operation>1</Operation>
  1145. </Platform>
  1146. <Platform Name="iOSDevice64">
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. <Platform Name="iOSSimulator">
  1150. <Operation>1</Operation>
  1151. </Platform>
  1152. </DeployClass>
  1153. <DeployClass Name="iPhone_Launch2688x1242">
  1154. <Platform Name="iOSDevice32">
  1155. <Operation>1</Operation>
  1156. </Platform>
  1157. <Platform Name="iOSDevice64">
  1158. <Operation>1</Operation>
  1159. </Platform>
  1160. <Platform Name="iOSSimulator">
  1161. <Operation>1</Operation>
  1162. </Platform>
  1163. </DeployClass>
  1164. <DeployClass Name="iPhone_Launch2x">
  1165. <Platform Name="iOSDevice64">
  1166. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1167. <Operation>1</Operation>
  1168. </Platform>
  1169. <Platform Name="iOSSimulator">
  1170. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1171. <Operation>1</Operation>
  1172. </Platform>
  1173. </DeployClass>
  1174. <DeployClass Name="iPhone_Launch320">
  1175. <Platform Name="iOSDevice32">
  1176. <Operation>1</Operation>
  1177. </Platform>
  1178. <Platform Name="iOSDevice64">
  1179. <Operation>1</Operation>
  1180. </Platform>
  1181. <Platform Name="iOSSimulator">
  1182. <Operation>1</Operation>
  1183. </Platform>
  1184. </DeployClass>
  1185. <DeployClass Name="iPhone_Launch3x">
  1186. <Platform Name="iOSDevice64">
  1187. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1188. <Operation>1</Operation>
  1189. </Platform>
  1190. <Platform Name="iOSSimulator">
  1191. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1192. <Operation>1</Operation>
  1193. </Platform>
  1194. </DeployClass>
  1195. <DeployClass Name="iPhone_Launch640">
  1196. <Platform Name="iOSDevice32">
  1197. <Operation>1</Operation>
  1198. </Platform>
  1199. <Platform Name="iOSDevice64">
  1200. <Operation>1</Operation>
  1201. </Platform>
  1202. <Platform Name="iOSSimulator">
  1203. <Operation>1</Operation>
  1204. </Platform>
  1205. </DeployClass>
  1206. <DeployClass Name="iPhone_Launch640x1136">
  1207. <Platform Name="iOSDevice32">
  1208. <Operation>1</Operation>
  1209. </Platform>
  1210. <Platform Name="iOSDevice64">
  1211. <Operation>1</Operation>
  1212. </Platform>
  1213. <Platform Name="iOSSimulator">
  1214. <Operation>1</Operation>
  1215. </Platform>
  1216. </DeployClass>
  1217. <DeployClass Name="iPhone_Launch750">
  1218. <Platform Name="iOSDevice32">
  1219. <Operation>1</Operation>
  1220. </Platform>
  1221. <Platform Name="iOSDevice64">
  1222. <Operation>1</Operation>
  1223. </Platform>
  1224. <Platform Name="iOSSimulator">
  1225. <Operation>1</Operation>
  1226. </Platform>
  1227. </DeployClass>
  1228. <DeployClass Name="iPhone_Launch828">
  1229. <Platform Name="iOSDevice32">
  1230. <Operation>1</Operation>
  1231. </Platform>
  1232. <Platform Name="iOSDevice64">
  1233. <Operation>1</Operation>
  1234. </Platform>
  1235. <Platform Name="iOSSimulator">
  1236. <Operation>1</Operation>
  1237. </Platform>
  1238. </DeployClass>
  1239. <DeployClass Name="iPhone_LaunchDark2x">
  1240. <Platform Name="iOSDevice64">
  1241. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1242. <Operation>1</Operation>
  1243. </Platform>
  1244. <Platform Name="iOSSimulator">
  1245. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1246. <Operation>1</Operation>
  1247. </Platform>
  1248. </DeployClass>
  1249. <DeployClass Name="iPhone_LaunchDark3x">
  1250. <Platform Name="iOSDevice64">
  1251. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1252. <Operation>1</Operation>
  1253. </Platform>
  1254. <Platform Name="iOSSimulator">
  1255. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1256. <Operation>1</Operation>
  1257. </Platform>
  1258. </DeployClass>
  1259. <DeployClass Name="iPhone_Notification40">
  1260. <Platform Name="iOSDevice64">
  1261. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1262. <Operation>1</Operation>
  1263. </Platform>
  1264. <Platform Name="iOSSimulator">
  1265. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1266. <Operation>1</Operation>
  1267. </Platform>
  1268. </DeployClass>
  1269. <DeployClass Name="iPhone_Notification60">
  1270. <Platform Name="iOSDevice64">
  1271. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1272. <Operation>1</Operation>
  1273. </Platform>
  1274. <Platform Name="iOSSimulator">
  1275. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1276. <Operation>1</Operation>
  1277. </Platform>
  1278. </DeployClass>
  1279. <DeployClass Name="iPhone_Setting58">
  1280. <Platform Name="iOSDevice64">
  1281. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1282. <Operation>1</Operation>
  1283. </Platform>
  1284. <Platform Name="iOSSimulator">
  1285. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1286. <Operation>1</Operation>
  1287. </Platform>
  1288. </DeployClass>
  1289. <DeployClass Name="iPhone_Setting87">
  1290. <Platform Name="iOSDevice64">
  1291. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1292. <Operation>1</Operation>
  1293. </Platform>
  1294. <Platform Name="iOSSimulator">
  1295. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1296. <Operation>1</Operation>
  1297. </Platform>
  1298. </DeployClass>
  1299. <DeployClass Name="iPhone_Spotlight120">
  1300. <Platform Name="iOSDevice64">
  1301. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1302. <Operation>1</Operation>
  1303. </Platform>
  1304. <Platform Name="iOSSimulator">
  1305. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1306. <Operation>1</Operation>
  1307. </Platform>
  1308. </DeployClass>
  1309. <DeployClass Name="iPhone_Spotlight80">
  1310. <Platform Name="iOSDevice64">
  1311. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1312. <Operation>1</Operation>
  1313. </Platform>
  1314. <Platform Name="iOSSimulator">
  1315. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1316. <Operation>1</Operation>
  1317. </Platform>
  1318. </DeployClass>
  1319. <DeployClass Name="ProjectAndroidManifest">
  1320. <Platform Name="Android">
  1321. <Operation>1</Operation>
  1322. </Platform>
  1323. <Platform Name="Android64">
  1324. <Operation>1</Operation>
  1325. </Platform>
  1326. </DeployClass>
  1327. <DeployClass Name="ProjectiOSDeviceDebug">
  1328. <Platform Name="iOSDevice32">
  1329. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1330. <Operation>1</Operation>
  1331. </Platform>
  1332. <Platform Name="iOSDevice64">
  1333. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1334. <Operation>1</Operation>
  1335. </Platform>
  1336. </DeployClass>
  1337. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1338. <Platform Name="iOSDevice32">
  1339. <Operation>1</Operation>
  1340. </Platform>
  1341. <Platform Name="iOSDevice64">
  1342. <Operation>1</Operation>
  1343. </Platform>
  1344. </DeployClass>
  1345. <DeployClass Name="ProjectiOSEntitlements">
  1346. <Platform Name="iOSDevice32">
  1347. <RemoteDir>..\</RemoteDir>
  1348. <Operation>1</Operation>
  1349. </Platform>
  1350. <Platform Name="iOSDevice64">
  1351. <RemoteDir>..\</RemoteDir>
  1352. <Operation>1</Operation>
  1353. </Platform>
  1354. </DeployClass>
  1355. <DeployClass Name="ProjectiOSInfoPList">
  1356. <Platform Name="iOSDevice32">
  1357. <Operation>1</Operation>
  1358. </Platform>
  1359. <Platform Name="iOSDevice64">
  1360. <Operation>1</Operation>
  1361. </Platform>
  1362. <Platform Name="iOSSimulator">
  1363. <Operation>1</Operation>
  1364. </Platform>
  1365. </DeployClass>
  1366. <DeployClass Name="ProjectiOSLaunchScreen">
  1367. <Platform Name="iOSDevice64">
  1368. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1369. <Operation>64</Operation>
  1370. </Platform>
  1371. <Platform Name="iOSSimulator">
  1372. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1373. <Operation>64</Operation>
  1374. </Platform>
  1375. </DeployClass>
  1376. <DeployClass Name="ProjectiOSResource">
  1377. <Platform Name="iOSDevice32">
  1378. <Operation>1</Operation>
  1379. </Platform>
  1380. <Platform Name="iOSDevice64">
  1381. <Operation>1</Operation>
  1382. </Platform>
  1383. <Platform Name="iOSSimulator">
  1384. <Operation>1</Operation>
  1385. </Platform>
  1386. </DeployClass>
  1387. <DeployClass Name="ProjectOSXDebug">
  1388. <Platform Name="OSX64">
  1389. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1390. <Operation>1</Operation>
  1391. </Platform>
  1392. <Platform Name="OSXARM64">
  1393. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1394. <Operation>1</Operation>
  1395. </Platform>
  1396. </DeployClass>
  1397. <DeployClass Name="ProjectOSXEntitlements">
  1398. <Platform Name="OSX32">
  1399. <RemoteDir>..\</RemoteDir>
  1400. <Operation>1</Operation>
  1401. </Platform>
  1402. <Platform Name="OSX64">
  1403. <RemoteDir>..\</RemoteDir>
  1404. <Operation>1</Operation>
  1405. </Platform>
  1406. <Platform Name="OSXARM64">
  1407. <RemoteDir>..\</RemoteDir>
  1408. <Operation>1</Operation>
  1409. </Platform>
  1410. </DeployClass>
  1411. <DeployClass Name="ProjectOSXInfoPList">
  1412. <Platform Name="OSX32">
  1413. <RemoteDir>Contents</RemoteDir>
  1414. <Operation>1</Operation>
  1415. </Platform>
  1416. <Platform Name="OSX64">
  1417. <RemoteDir>Contents</RemoteDir>
  1418. <Operation>1</Operation>
  1419. </Platform>
  1420. <Platform Name="OSXARM64">
  1421. <RemoteDir>Contents</RemoteDir>
  1422. <Operation>1</Operation>
  1423. </Platform>
  1424. </DeployClass>
  1425. <DeployClass Name="ProjectOSXResource">
  1426. <Platform Name="OSX32">
  1427. <RemoteDir>Contents\Resources</RemoteDir>
  1428. <Operation>1</Operation>
  1429. </Platform>
  1430. <Platform Name="OSX64">
  1431. <RemoteDir>Contents\Resources</RemoteDir>
  1432. <Operation>1</Operation>
  1433. </Platform>
  1434. <Platform Name="OSXARM64">
  1435. <RemoteDir>Contents\Resources</RemoteDir>
  1436. <Operation>1</Operation>
  1437. </Platform>
  1438. </DeployClass>
  1439. <DeployClass Required="true" Name="ProjectOutput">
  1440. <Platform Name="Android">
  1441. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1442. <Operation>1</Operation>
  1443. </Platform>
  1444. <Platform Name="Android64">
  1445. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1446. <Operation>1</Operation>
  1447. </Platform>
  1448. <Platform Name="iOSDevice32">
  1449. <Operation>1</Operation>
  1450. </Platform>
  1451. <Platform Name="iOSDevice64">
  1452. <Operation>1</Operation>
  1453. </Platform>
  1454. <Platform Name="iOSSimulator">
  1455. <Operation>1</Operation>
  1456. </Platform>
  1457. <Platform Name="Linux64">
  1458. <Operation>1</Operation>
  1459. </Platform>
  1460. <Platform Name="OSX32">
  1461. <RemoteDir>Contents\MacOS</RemoteDir>
  1462. <Operation>1</Operation>
  1463. </Platform>
  1464. <Platform Name="OSX64">
  1465. <RemoteDir>Contents\MacOS</RemoteDir>
  1466. <Operation>1</Operation>
  1467. </Platform>
  1468. <Platform Name="OSXARM64">
  1469. <RemoteDir>Contents\MacOS</RemoteDir>
  1470. <Operation>1</Operation>
  1471. </Platform>
  1472. <Platform Name="Win32">
  1473. <Operation>0</Operation>
  1474. </Platform>
  1475. </DeployClass>
  1476. <DeployClass Name="ProjectOutput_Android32">
  1477. <Platform Name="Android64">
  1478. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1479. <Operation>1</Operation>
  1480. </Platform>
  1481. </DeployClass>
  1482. <DeployClass Name="ProjectUWPManifest">
  1483. <Platform Name="Win32">
  1484. <Operation>1</Operation>
  1485. </Platform>
  1486. <Platform Name="Win64">
  1487. <Operation>1</Operation>
  1488. </Platform>
  1489. </DeployClass>
  1490. <DeployClass Name="UWP_CppLogo150">
  1491. <Platform Name="Win32">
  1492. <RemoteDir>Assets</RemoteDir>
  1493. <Operation>1</Operation>
  1494. </Platform>
  1495. <Platform Name="Win64">
  1496. <RemoteDir>Assets</RemoteDir>
  1497. <Operation>1</Operation>
  1498. </Platform>
  1499. </DeployClass>
  1500. <DeployClass Name="UWP_CppLogo44">
  1501. <Platform Name="Win32">
  1502. <RemoteDir>Assets</RemoteDir>
  1503. <Operation>1</Operation>
  1504. </Platform>
  1505. <Platform Name="Win64">
  1506. <RemoteDir>Assets</RemoteDir>
  1507. <Operation>1</Operation>
  1508. </Platform>
  1509. </DeployClass>
  1510. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1511. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1512. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1513. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1514. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1515. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1516. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1517. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1518. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1519. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1520. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1521. </Deployment>
  1522. <Platforms>
  1523. <Platform value="Win32">True</Platform>
  1524. <Platform value="Win64">False</Platform>
  1525. </Platforms>
  1526. </BorlandProject>
  1527. <ProjectFileVersion>12</ProjectFileVersion>
  1528. </ProjectExtensions>
  1529. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1530. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1531. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1532. </Project>