2
0

MatScriptC.cbproj 78 KB

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