Archipelago.cbproj 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{54E4D684-D7B4-45A5-A717-6DB20504919E}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>Archipelago.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>3</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>Archipelago</SanitizedProjectName>
  62. <ProjectType>CppVCLApplication</ProjectType>
  63. <Multithreaded>true</Multithreaded>
  64. <_TCHARMapping>wchar_t</_TCHARMapping>
  65. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  66. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
  67. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  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_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  79. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  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. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  83. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  84. <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>
  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. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  87. <VerInfo_Locale>1033</VerInfo_Locale>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  90. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  91. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  92. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  94. <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>
  95. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  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_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>
  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. <FinalOutputDir>.</FinalOutputDir>
  122. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  123. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  124. <Defines>_DEBUG;$(Defines)</Defines>
  125. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  126. <VerInfo_Locale>1033</VerInfo_Locale>
  127. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi</LinkPackageImports>
  128. <BT_BuildType>Debug</BT_BuildType>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  131. <VerInfo_Locale>1033</VerInfo_Locale>
  132. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  133. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  134. <Defines>_DEBUG;$(Defines)</Defines>
  135. <BT_BuildType>Debug</BT_BuildType>
  136. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  139. <TASM_Debugging>None</TASM_Debugging>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  142. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  143. <VerInfo_Locale>1033</VerInfo_Locale>
  144. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  145. <Defines>NDEBUG;$(Defines)</Defines>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  148. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  149. <Defines>NDEBUG;$(Defines)</Defines>
  150. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  151. </PropertyGroup>
  152. <ItemGroup>
  153. <CppCompile Include="Archipelago.cpp">
  154. <BuildOrder>0</BuildOrder>
  155. </CppCompile>
  156. <CppCompile Include="Unit1.cpp">
  157. <Form>Form1</Form>
  158. <FormType>dfm</FormType>
  159. <DependentOn>Unit1.h</DependentOn>
  160. <BuildOrder>2</BuildOrder>
  161. </CppCompile>
  162. <FormResources Include="Unit1.dfm"/>
  163. <BuildConfiguration Include="Release">
  164. <Key>Cfg_2</Key>
  165. <CfgParent>Base</CfgParent>
  166. </BuildConfiguration>
  167. <BuildConfiguration Include="Base">
  168. <Key>Base</Key>
  169. </BuildConfiguration>
  170. <BuildConfiguration Include="Debug">
  171. <Key>Cfg_1</Key>
  172. <CfgParent>Base</CfgParent>
  173. </BuildConfiguration>
  174. </ItemGroup>
  175. <ProjectExtensions>
  176. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  177. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  178. <BorlandProject>
  179. <CPlusPlusBuilder.Personality>
  180. <Source>
  181. <Source Name="MainSource">Archipelago.cpp</Source>
  182. </Source>
  183. <VersionInfo>
  184. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  185. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  186. <VersionInfo Name="MajorVer">1</VersionInfo>
  187. <VersionInfo Name="MinorVer">0</VersionInfo>
  188. <VersionInfo Name="Release">0</VersionInfo>
  189. <VersionInfo Name="Build">0</VersionInfo>
  190. <VersionInfo Name="Debug">False</VersionInfo>
  191. <VersionInfo Name="PreRelease">False</VersionInfo>
  192. <VersionInfo Name="Special">False</VersionInfo>
  193. <VersionInfo Name="Private">False</VersionInfo>
  194. <VersionInfo Name="DLL">False</VersionInfo>
  195. <VersionInfo Name="Locale">1049</VersionInfo>
  196. <VersionInfo Name="CodePage">1251</VersionInfo>
  197. </VersionInfo>
  198. <VersionInfoKeys>
  199. <VersionInfoKeys Name="CompanyName"/>
  200. <VersionInfoKeys Name="FileDescription"/>
  201. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  202. <VersionInfoKeys Name="InternalName"/>
  203. <VersionInfoKeys Name="LegalCopyright"/>
  204. <VersionInfoKeys Name="LegalTrademarks"/>
  205. <VersionInfoKeys Name="OriginalFilename"/>
  206. <VersionInfoKeys Name="ProductName"/>
  207. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  208. <VersionInfoKeys Name="Comments"/>
  209. <VersionInfoKeys Name="CFBundleName"/>
  210. <VersionInfoKeys Name="CFBundleDisplayName"/>
  211. <VersionInfoKeys Name="CFBundleIdentifier"/>
  212. <VersionInfoKeys Name="CFBundleVersion"/>
  213. <VersionInfoKeys Name="CFBundlePackageType"/>
  214. <VersionInfoKeys Name="CFBundleSignature"/>
  215. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  216. <VersionInfoKeys Name="CFBundleExecutable"/>
  217. </VersionInfoKeys>
  218. <Excluded_Packages>
  219. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k240.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  220. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp240.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  221. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  222. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  223. </Excluded_Packages>
  224. <ProjectProperties>
  225. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  226. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  227. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  228. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  229. </ProjectProperties>
  230. </CPlusPlusBuilder.Personality>
  231. <Deployment Version="3">
  232. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  233. <Platform Name="Win32">
  234. <Overwrite>true</Overwrite>
  235. </Platform>
  236. </DeployFile>
  237. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  238. <Platform Name="Win32">
  239. <Overwrite>true</Overwrite>
  240. </Platform>
  241. </DeployFile>
  242. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  243. <Platform Name="Win32">
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  248. <Platform Name="Win64">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  253. <Platform Name="Win64">
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployFile LocalName=".\Archipelago.exe" Configuration="Debug" Class="ProjectOutput">
  258. <Platform Name="Win32">
  259. <RemoteName>Archipelago.exe</RemoteName>
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32250mt.dll" Class="DependencyModule">
  264. <Platform Name="Win32">
  265. <Overwrite>true</Overwrite>
  266. </Platform>
  267. </DeployFile>
  268. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  269. <Platform Name="Win32">
  270. <Overwrite>true</Overwrite>
  271. </Platform>
  272. </DeployFile>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  274. <Platform Name="Win64">
  275. <Overwrite>true</Overwrite>
  276. </Platform>
  277. </DeployFile>
  278. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  279. <Platform Name="Win64">
  280. <Overwrite>true</Overwrite>
  281. </Platform>
  282. </DeployFile>
  283. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  284. <Platform Name="Win32">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
  289. <Platform Name="Win32">
  290. <Overwrite>true</Overwrite>
  291. </Platform>
  292. </DeployFile>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c250mt.dll" Class="DependencyModule">
  294. <Platform Name="Win32">
  295. <Overwrite>true</Overwrite>
  296. </Platform>
  297. </DeployFile>
  298. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c250.dll" Class="DependencyModule">
  299. <Platform Name="Win32">
  300. <Overwrite>true</Overwrite>
  301. </Platform>
  302. </DeployFile>
  303. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  304. <Platform Name="Win64">
  305. <Overwrite>true</Overwrite>
  306. </Platform>
  307. </DeployFile>
  308. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  309. <Platform Name="OSX32">
  310. <Overwrite>true</Overwrite>
  311. </Platform>
  312. </DeployFile>
  313. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  314. <Platform Name="Win32">
  315. <Overwrite>true</Overwrite>
  316. </Platform>
  317. </DeployFile>
  318. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  319. <Platform Name="OSX64">
  320. <Overwrite>true</Overwrite>
  321. </Platform>
  322. </DeployFile>
  323. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  324. <Platform Name="OSX32">
  325. <Overwrite>true</Overwrite>
  326. </Platform>
  327. </DeployFile>
  328. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  329. <Platform Name="Win32">
  330. <Overwrite>true</Overwrite>
  331. </Platform>
  332. </DeployFile>
  333. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64250mt.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\cc32160.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\cc32240.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)\bin64\cc64160mt.dll" Class="DependencyModule">
  349. <Platform Name="Win64">
  350. <Overwrite>true</Overwrite>
  351. </Platform>
  352. </DeployFile>
  353. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  354. <Platform Name="Win32">
  355. <Overwrite>true</Overwrite>
  356. </Platform>
  357. </DeployFile>
  358. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32250.dll" Class="DependencyModule">
  359. <Platform Name="Win32">
  360. <Overwrite>true</Overwrite>
  361. </Platform>
  362. </DeployFile>
  363. <DeployFile LocalName=".\Archipelago.tds" Configuration="Debug" Class="DebugSymbols">
  364. <Platform Name="Win32">
  365. <RemoteName>Archipelago.tds</RemoteName>
  366. <Overwrite>true</Overwrite>
  367. </Platform>
  368. </DeployFile>
  369. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  370. <Platform Name="Win64">
  371. <Overwrite>true</Overwrite>
  372. </Platform>
  373. </DeployFile>
  374. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64250.dll" Class="DependencyModule">
  375. <Platform Name="Win64">
  376. <Overwrite>true</Overwrite>
  377. </Platform>
  378. </DeployFile>
  379. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  380. <Platform Name="OSX64">
  381. <Overwrite>true</Overwrite>
  382. </Platform>
  383. </DeployFile>
  384. <DeployClass Name="AdditionalDebugSymbols">
  385. <Platform Name="iOSSimulator">
  386. <Operation>1</Operation>
  387. </Platform>
  388. <Platform Name="OSX32">
  389. <RemoteDir>Contents\MacOS</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="Win32">
  393. <Operation>0</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="AndroidClassesDexFile">
  397. <Platform Name="Android">
  398. <RemoteDir>classes</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="AndroidFileProvider">
  403. <Platform Name="Android">
  404. <RemoteDir>res\xml</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="AndroidGDBServer">
  409. <Platform Name="Android">
  410. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. </DeployClass>
  414. <DeployClass Name="AndroidLibnativeArmeabiFile">
  415. <Platform Name="Android">
  416. <RemoteDir>library\lib\armeabi</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="AndroidLibnativeMipsFile">
  421. <Platform Name="Android">
  422. <RemoteDir>library\lib\mips</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="AndroidLibnativeX86File"/>
  427. <DeployClass Name="AndroidServiceOutput">
  428. <Platform Name="Android">
  429. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. </DeployClass>
  433. <DeployClass Name="AndroidSplashImageDef">
  434. <Platform Name="Android">
  435. <RemoteDir>res\drawable</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. </DeployClass>
  439. <DeployClass Name="AndroidSplashStyles">
  440. <Platform Name="Android">
  441. <RemoteDir>res\values</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="AndroidSplashStylesV21">
  446. <Platform Name="Android">
  447. <RemoteDir>res\values-v21</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. </DeployClass>
  451. <DeployClass Name="Android_Colors">
  452. <Platform Name="Android">
  453. <RemoteDir>res\values</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_DefaultAppIcon">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="Android_LauncherIcon144">
  464. <Platform Name="Android">
  465. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="Android_LauncherIcon36">
  470. <Platform Name="Android">
  471. <RemoteDir>res\drawable-ldpi</RemoteDir>
  472. <Operation>1</Operation>
  473. </Platform>
  474. </DeployClass>
  475. <DeployClass Name="Android_LauncherIcon48">
  476. <Platform Name="Android">
  477. <RemoteDir>res\drawable-mdpi</RemoteDir>
  478. <Operation>1</Operation>
  479. </Platform>
  480. </DeployClass>
  481. <DeployClass Name="Android_LauncherIcon72">
  482. <Platform Name="Android">
  483. <RemoteDir>res\drawable-hdpi</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="Android_LauncherIcon96">
  488. <Platform Name="Android">
  489. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. </DeployClass>
  493. <DeployClass Name="Android_NotificationIcon24">
  494. <Platform Name="Android">
  495. <RemoteDir>res\drawable-mdpi</RemoteDir>
  496. <Operation>1</Operation>
  497. </Platform>
  498. </DeployClass>
  499. <DeployClass Name="Android_NotificationIcon36">
  500. <Platform Name="Android">
  501. <RemoteDir>res\drawable-hdpi</RemoteDir>
  502. <Operation>1</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="Android_NotificationIcon48">
  506. <Platform Name="Android">
  507. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  508. <Operation>1</Operation>
  509. </Platform>
  510. </DeployClass>
  511. <DeployClass Name="Android_NotificationIcon72">
  512. <Platform Name="Android">
  513. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  514. <Operation>1</Operation>
  515. </Platform>
  516. </DeployClass>
  517. <DeployClass Name="Android_NotificationIcon96">
  518. <Platform Name="Android">
  519. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. </DeployClass>
  523. <DeployClass Name="Android_SplashImage426">
  524. <Platform Name="Android">
  525. <RemoteDir>res\drawable-small</RemoteDir>
  526. <Operation>1</Operation>
  527. </Platform>
  528. </DeployClass>
  529. <DeployClass Name="Android_SplashImage470">
  530. <Platform Name="Android">
  531. <RemoteDir>res\drawable-normal</RemoteDir>
  532. <Operation>1</Operation>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Name="Android_SplashImage640">
  536. <Platform Name="Android">
  537. <RemoteDir>res\drawable-large</RemoteDir>
  538. <Operation>1</Operation>
  539. </Platform>
  540. </DeployClass>
  541. <DeployClass Name="Android_SplashImage960">
  542. <Platform Name="Android">
  543. <RemoteDir>res\drawable-xlarge</RemoteDir>
  544. <Operation>1</Operation>
  545. </Platform>
  546. </DeployClass>
  547. <DeployClass Name="Android_Strings">
  548. <Platform Name="Android">
  549. <RemoteDir>res\values</RemoteDir>
  550. <Operation>1</Operation>
  551. </Platform>
  552. </DeployClass>
  553. <DeployClass Name="DebugSymbols">
  554. <Platform Name="iOSSimulator">
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="OSX32">
  558. <RemoteDir>Contents\MacOS</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. <Platform Name="Win32">
  562. <Operation>0</Operation>
  563. </Platform>
  564. </DeployClass>
  565. <DeployClass Name="DependencyFramework">
  566. <Platform Name="OSX32">
  567. <RemoteDir>Contents\MacOS</RemoteDir>
  568. <Operation>1</Operation>
  569. <Extensions>.framework</Extensions>
  570. </Platform>
  571. <Platform Name="OSX64">
  572. <RemoteDir>Contents\MacOS</RemoteDir>
  573. <Operation>1</Operation>
  574. <Extensions>.framework</Extensions>
  575. </Platform>
  576. <Platform Name="Win32">
  577. <Operation>0</Operation>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="DependencyModule">
  581. <Platform Name="iOSDevice32">
  582. <Operation>1</Operation>
  583. <Extensions>.dylib</Extensions>
  584. </Platform>
  585. <Platform Name="iOSDevice64">
  586. <Operation>1</Operation>
  587. <Extensions>.dylib</Extensions>
  588. </Platform>
  589. <Platform Name="iOSSimulator">
  590. <Operation>1</Operation>
  591. <Extensions>.dylib</Extensions>
  592. </Platform>
  593. <Platform Name="OSX32">
  594. <RemoteDir>Contents\MacOS</RemoteDir>
  595. <Operation>1</Operation>
  596. <Extensions>.dylib</Extensions>
  597. </Platform>
  598. <Platform Name="OSX64">
  599. <RemoteDir>Contents\MacOS</RemoteDir>
  600. <Operation>1</Operation>
  601. <Extensions>.dylib</Extensions>
  602. </Platform>
  603. <Platform Name="Win32">
  604. <Operation>0</Operation>
  605. <Extensions>.dll;.bpl</Extensions>
  606. </Platform>
  607. </DeployClass>
  608. <DeployClass Required="true" Name="DependencyPackage">
  609. <Platform Name="iOSDevice32">
  610. <Operation>1</Operation>
  611. <Extensions>.dylib</Extensions>
  612. </Platform>
  613. <Platform Name="iOSDevice64">
  614. <Operation>1</Operation>
  615. <Extensions>.dylib</Extensions>
  616. </Platform>
  617. <Platform Name="iOSSimulator">
  618. <Operation>1</Operation>
  619. <Extensions>.dylib</Extensions>
  620. </Platform>
  621. <Platform Name="OSX32">
  622. <RemoteDir>Contents\MacOS</RemoteDir>
  623. <Operation>1</Operation>
  624. <Extensions>.dylib</Extensions>
  625. </Platform>
  626. <Platform Name="OSX64">
  627. <RemoteDir>Contents\MacOS</RemoteDir>
  628. <Operation>1</Operation>
  629. <Extensions>.dylib</Extensions>
  630. </Platform>
  631. <Platform Name="Win32">
  632. <Operation>0</Operation>
  633. <Extensions>.bpl</Extensions>
  634. </Platform>
  635. </DeployClass>
  636. <DeployClass Name="File">
  637. <Platform Name="Android">
  638. <Operation>0</Operation>
  639. </Platform>
  640. <Platform Name="iOSDevice32">
  641. <Operation>0</Operation>
  642. </Platform>
  643. <Platform Name="iOSDevice64">
  644. <Operation>0</Operation>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <Operation>0</Operation>
  648. </Platform>
  649. <Platform Name="OSX32">
  650. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  651. <Operation>0</Operation>
  652. </Platform>
  653. <Platform Name="OSX64">
  654. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  655. <Operation>0</Operation>
  656. </Platform>
  657. <Platform Name="Win32">
  658. <Operation>0</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPad_Launch1024">
  662. <Platform Name="iOSDevice32">
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice64">
  666. <Operation>1</Operation>
  667. </Platform>
  668. <Platform Name="iOSSimulator">
  669. <Operation>1</Operation>
  670. </Platform>
  671. </DeployClass>
  672. <DeployClass Name="iPad_Launch1024x768">
  673. <Platform Name="iOSDevice32">
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSDevice64">
  677. <Operation>1</Operation>
  678. </Platform>
  679. <Platform Name="iOSSimulator">
  680. <Operation>1</Operation>
  681. </Platform>
  682. </DeployClass>
  683. <DeployClass Name="iPad_Launch1536">
  684. <Platform Name="iOSDevice32">
  685. <Operation>1</Operation>
  686. </Platform>
  687. <Platform Name="iOSDevice64">
  688. <Operation>1</Operation>
  689. </Platform>
  690. <Platform Name="iOSSimulator">
  691. <Operation>1</Operation>
  692. </Platform>
  693. </DeployClass>
  694. <DeployClass Name="iPad_Launch1536x2048">
  695. <Platform Name="iOSDevice32">
  696. <Operation>1</Operation>
  697. </Platform>
  698. <Platform Name="iOSDevice64">
  699. <Operation>1</Operation>
  700. </Platform>
  701. <Platform Name="iOSSimulator">
  702. <Operation>1</Operation>
  703. </Platform>
  704. </DeployClass>
  705. <DeployClass Name="iPad_Launch1668">
  706. <Platform Name="iOSDevice32">
  707. <Operation>1</Operation>
  708. </Platform>
  709. <Platform Name="iOSDevice64">
  710. <Operation>1</Operation>
  711. </Platform>
  712. <Platform Name="iOSSimulator">
  713. <Operation>1</Operation>
  714. </Platform>
  715. </DeployClass>
  716. <DeployClass Name="iPad_Launch1668x2388">
  717. <Platform Name="iOSDevice32">
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSDevice64">
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="iOSSimulator">
  724. <Operation>1</Operation>
  725. </Platform>
  726. </DeployClass>
  727. <DeployClass Name="iPad_Launch2048">
  728. <Platform Name="iOSDevice32">
  729. <Operation>1</Operation>
  730. </Platform>
  731. <Platform Name="iOSDevice64">
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="iOSSimulator">
  735. <Operation>1</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="iPad_Launch2048x1536">
  739. <Platform Name="iOSDevice32">
  740. <Operation>1</Operation>
  741. </Platform>
  742. <Platform Name="iOSDevice64">
  743. <Operation>1</Operation>
  744. </Platform>
  745. <Platform Name="iOSSimulator">
  746. <Operation>1</Operation>
  747. </Platform>
  748. </DeployClass>
  749. <DeployClass Name="iPad_Launch2048x2732">
  750. <Platform Name="iOSDevice32">
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSDevice64">
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="iOSSimulator">
  757. <Operation>1</Operation>
  758. </Platform>
  759. </DeployClass>
  760. <DeployClass Name="iPad_Launch2224">
  761. <Platform Name="iOSDevice32">
  762. <Operation>1</Operation>
  763. </Platform>
  764. <Platform Name="iOSDevice64">
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="iOSSimulator">
  768. <Operation>1</Operation>
  769. </Platform>
  770. </DeployClass>
  771. <DeployClass Name="iPad_Launch2388x1668">
  772. <Platform Name="iOSDevice32">
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="iOSDevice64">
  776. <Operation>1</Operation>
  777. </Platform>
  778. <Platform Name="iOSSimulator">
  779. <Operation>1</Operation>
  780. </Platform>
  781. </DeployClass>
  782. <DeployClass Name="iPad_Launch2732x2048">
  783. <Platform Name="iOSDevice32">
  784. <Operation>1</Operation>
  785. </Platform>
  786. <Platform Name="iOSDevice64">
  787. <Operation>1</Operation>
  788. </Platform>
  789. <Platform Name="iOSSimulator">
  790. <Operation>1</Operation>
  791. </Platform>
  792. </DeployClass>
  793. <DeployClass Name="iPad_Launch768">
  794. <Platform Name="iOSDevice32">
  795. <Operation>1</Operation>
  796. </Platform>
  797. <Platform Name="iOSDevice64">
  798. <Operation>1</Operation>
  799. </Platform>
  800. <Platform Name="iOSSimulator">
  801. <Operation>1</Operation>
  802. </Platform>
  803. </DeployClass>
  804. <DeployClass Name="iPad_Launch768x1024">
  805. <Platform Name="iOSDevice32">
  806. <Operation>1</Operation>
  807. </Platform>
  808. <Platform Name="iOSDevice64">
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="iOSSimulator">
  812. <Operation>1</Operation>
  813. </Platform>
  814. </DeployClass>
  815. <DeployClass Name="iPhone_Launch1125">
  816. <Platform Name="iOSDevice32">
  817. <Operation>1</Operation>
  818. </Platform>
  819. <Platform Name="iOSDevice64">
  820. <Operation>1</Operation>
  821. </Platform>
  822. <Platform Name="iOSSimulator">
  823. <Operation>1</Operation>
  824. </Platform>
  825. </DeployClass>
  826. <DeployClass Name="iPhone_Launch1136x640">
  827. <Platform Name="iOSDevice32">
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="iOSDevice64">
  831. <Operation>1</Operation>
  832. </Platform>
  833. <Platform Name="iOSSimulator">
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="iPhone_Launch1242">
  838. <Platform Name="iOSDevice32">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="iOSDevice64">
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="iOSSimulator">
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="iPhone_Launch1242x2688">
  849. <Platform Name="iOSDevice32">
  850. <Operation>1</Operation>
  851. </Platform>
  852. <Platform Name="iOSDevice64">
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="iOSSimulator">
  856. <Operation>1</Operation>
  857. </Platform>
  858. </DeployClass>
  859. <DeployClass Name="iPhone_Launch1334">
  860. <Platform Name="iOSDevice32">
  861. <Operation>1</Operation>
  862. </Platform>
  863. <Platform Name="iOSDevice64">
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="iOSSimulator">
  867. <Operation>1</Operation>
  868. </Platform>
  869. </DeployClass>
  870. <DeployClass Name="iPhone_Launch1792">
  871. <Platform Name="iOSDevice32">
  872. <Operation>1</Operation>
  873. </Platform>
  874. <Platform Name="iOSDevice64">
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="iOSSimulator">
  878. <Operation>1</Operation>
  879. </Platform>
  880. </DeployClass>
  881. <DeployClass Name="iPhone_Launch2208">
  882. <Platform Name="iOSDevice32">
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="iOSDevice64">
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="iOSSimulator">
  889. <Operation>1</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="iPhone_Launch2436">
  893. <Platform Name="iOSDevice32">
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="iOSDevice64">
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="iOSSimulator">
  900. <Operation>1</Operation>
  901. </Platform>
  902. </DeployClass>
  903. <DeployClass Name="iPhone_Launch2688x1242">
  904. <Platform Name="iOSDevice32">
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="iOSDevice64">
  908. <Operation>1</Operation>
  909. </Platform>
  910. <Platform Name="iOSSimulator">
  911. <Operation>1</Operation>
  912. </Platform>
  913. </DeployClass>
  914. <DeployClass Name="iPhone_Launch320">
  915. <Platform Name="iOSDevice32">
  916. <Operation>1</Operation>
  917. </Platform>
  918. <Platform Name="iOSDevice64">
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="iOSSimulator">
  922. <Operation>1</Operation>
  923. </Platform>
  924. </DeployClass>
  925. <DeployClass Name="iPhone_Launch640">
  926. <Platform Name="iOSDevice32">
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="iOSDevice64">
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="iOSSimulator">
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="iPhone_Launch640x1136">
  937. <Platform Name="iOSDevice32">
  938. <Operation>1</Operation>
  939. </Platform>
  940. <Platform Name="iOSDevice64">
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="iOSSimulator">
  944. <Operation>1</Operation>
  945. </Platform>
  946. </DeployClass>
  947. <DeployClass Name="iPhone_Launch750">
  948. <Platform Name="iOSDevice32">
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="iOSDevice64">
  952. <Operation>1</Operation>
  953. </Platform>
  954. <Platform Name="iOSSimulator">
  955. <Operation>1</Operation>
  956. </Platform>
  957. </DeployClass>
  958. <DeployClass Name="iPhone_Launch828">
  959. <Platform Name="iOSDevice32">
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="iOSDevice64">
  963. <Operation>1</Operation>
  964. </Platform>
  965. <Platform Name="iOSSimulator">
  966. <Operation>1</Operation>
  967. </Platform>
  968. </DeployClass>
  969. <DeployClass Name="ProjectAndroidManifest">
  970. <Platform Name="Android">
  971. <Operation>1</Operation>
  972. </Platform>
  973. </DeployClass>
  974. <DeployClass Name="ProjectiOSDeviceDebug">
  975. <Platform Name="iOSDevice32">
  976. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  977. <Operation>1</Operation>
  978. </Platform>
  979. <Platform Name="iOSDevice64">
  980. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  981. <Operation>1</Operation>
  982. </Platform>
  983. </DeployClass>
  984. <DeployClass Name="ProjectiOSDeviceResourceRules">
  985. <Platform Name="iOSDevice32">
  986. <Operation>1</Operation>
  987. </Platform>
  988. <Platform Name="iOSDevice64">
  989. <Operation>1</Operation>
  990. </Platform>
  991. </DeployClass>
  992. <DeployClass Name="ProjectiOSEntitlements">
  993. <Platform Name="iOSDevice32">
  994. <RemoteDir>..\</RemoteDir>
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="iOSDevice64">
  998. <RemoteDir>..\</RemoteDir>
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. </DeployClass>
  1002. <DeployClass Name="ProjectiOSInfoPList">
  1003. <Platform Name="iOSDevice32">
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSDevice64">
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="iOSSimulator">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. </DeployClass>
  1013. <DeployClass Name="ProjectiOSResource">
  1014. <Platform Name="iOSDevice32">
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. <Platform Name="iOSDevice64">
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. <Platform Name="iOSSimulator">
  1021. <Operation>1</Operation>
  1022. </Platform>
  1023. </DeployClass>
  1024. <DeployClass Name="ProjectOSXDebug">
  1025. <Platform Name="OSX64">
  1026. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. </DeployClass>
  1030. <DeployClass Name="ProjectOSXEntitlements">
  1031. <Platform Name="OSX32">
  1032. <RemoteDir>..\</RemoteDir>
  1033. <Operation>1</Operation>
  1034. </Platform>
  1035. <Platform Name="OSX64">
  1036. <RemoteDir>..\</RemoteDir>
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. </DeployClass>
  1040. <DeployClass Name="ProjectOSXInfoPList">
  1041. <Platform Name="OSX32">
  1042. <RemoteDir>Contents</RemoteDir>
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. <Platform Name="OSX64">
  1046. <RemoteDir>Contents</RemoteDir>
  1047. <Operation>1</Operation>
  1048. </Platform>
  1049. </DeployClass>
  1050. <DeployClass Name="ProjectOSXResource">
  1051. <Platform Name="OSX32">
  1052. <RemoteDir>Contents\Resources</RemoteDir>
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="OSX64">
  1056. <RemoteDir>Contents\Resources</RemoteDir>
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. </DeployClass>
  1060. <DeployClass Required="true" Name="ProjectOutput">
  1061. <Platform Name="Android">
  1062. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1063. <Operation>1</Operation>
  1064. </Platform>
  1065. <Platform Name="iOSDevice32">
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. <Platform Name="iOSDevice64">
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. <Platform Name="iOSSimulator">
  1072. <Operation>1</Operation>
  1073. </Platform>
  1074. <Platform Name="Linux64">
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="OSX32">
  1078. <RemoteDir>Contents\MacOS</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. <Platform Name="OSX64">
  1082. <RemoteDir>Contents\MacOS</RemoteDir>
  1083. <Operation>1</Operation>
  1084. </Platform>
  1085. <Platform Name="Win32">
  1086. <Operation>0</Operation>
  1087. </Platform>
  1088. </DeployClass>
  1089. <DeployClass Name="ProjectUWPManifest">
  1090. <Platform Name="Win32">
  1091. <Operation>1</Operation>
  1092. </Platform>
  1093. <Platform Name="Win64">
  1094. <Operation>1</Operation>
  1095. </Platform>
  1096. </DeployClass>
  1097. <DeployClass Name="UWP_CppLogo150">
  1098. <Platform Name="Win32">
  1099. <RemoteDir>Assets</RemoteDir>
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. <Platform Name="Win64">
  1103. <RemoteDir>Assets</RemoteDir>
  1104. <Operation>1</Operation>
  1105. </Platform>
  1106. </DeployClass>
  1107. <DeployClass Name="UWP_CppLogo44">
  1108. <Platform Name="Win32">
  1109. <RemoteDir>Assets</RemoteDir>
  1110. <Operation>1</Operation>
  1111. </Platform>
  1112. <Platform Name="Win64">
  1113. <RemoteDir>Assets</RemoteDir>
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. </DeployClass>
  1117. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1118. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1119. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1120. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1121. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1122. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1123. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1124. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1125. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1126. </Deployment>
  1127. <Platforms>
  1128. <Platform value="Win32">True</Platform>
  1129. <Platform value="Win64">True</Platform>
  1130. </Platforms>
  1131. </BorlandProject>
  1132. <ProjectFileVersion>12</ProjectFileVersion>
  1133. </ProjectExtensions>
  1134. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1135. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1136. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1137. </Project>