Terrain.dproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{8F360525-B21D-4E7E-AC0D-FF1886B151C8}</ProjectGuid>
  4. <MainSource>Terrain.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>19.0</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  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)'=='Release' 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)'=='Debug' 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. <DCC_ImageBase>00400000</DCC_ImageBase>
  62. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  63. <VerInfo_Locale>1049</VerInfo_Locale>
  64. <DCC_N>false</DCC_N>
  65. <DCC_S>false</DCC_S>
  66. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  67. <DCC_K>false</DCC_K>
  68. <DCC_E>false</DCC_E>
  69. <SanitizedProjectName>terrain</SanitizedProjectName>
  70. <DCC_F>false</DCC_F>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  73. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  74. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  75. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  76. <VerInfo_Locale>1033</VerInfo_Locale>
  77. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  78. <Icon_MainIcon>terrain\terrain_Icon.ico</Icon_MainIcon>
  79. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  80. <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>
  81. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  84. <BT_BuildType>Debug</BT_BuildType>
  85. <VerInfo_Locale>1033</VerInfo_Locale>
  86. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  87. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  88. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  89. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  90. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  91. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  92. <Icon_MainIcon>terrain_Icon.ico</Icon_MainIcon>
  93. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  96. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  97. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  98. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  99. <DCC_DebugInformation>0</DCC_DebugInformation>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  102. <Icon_MainIcon>terrain\terrain\terrain_Icon.ico</Icon_MainIcon>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  105. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  106. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  109. <DCC_Optimize>false</DCC_Optimize>
  110. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  111. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  114. <BT_BuildType>Debug</BT_BuildType>
  115. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  116. <VerInfo_Locale>1033</VerInfo_Locale>
  117. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  118. <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>
  119. <DCC_UnitSearchPath>..\..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  120. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  123. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  124. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  125. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  126. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  127. <VerInfo_Locale>1033</VerInfo_Locale>
  128. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  129. </PropertyGroup>
  130. <ItemGroup>
  131. <DelphiCompile Include="$(MainSource)">
  132. <MainSource>MainSource</MainSource>
  133. </DelphiCompile>
  134. <DCCReference Include="fTerrain.pas">
  135. <Form>FormTerrain</Form>
  136. </DCCReference>
  137. <BuildConfiguration Include="Debug">
  138. <Key>Cfg_2</Key>
  139. <CfgParent>Base</CfgParent>
  140. </BuildConfiguration>
  141. <BuildConfiguration Include="Base">
  142. <Key>Base</Key>
  143. </BuildConfiguration>
  144. <BuildConfiguration Include="Release">
  145. <Key>Cfg_1</Key>
  146. <CfgParent>Base</CfgParent>
  147. </BuildConfiguration>
  148. </ItemGroup>
  149. <ProjectExtensions>
  150. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  151. <Borland.ProjectType/>
  152. <BorlandProject>
  153. <Delphi.Personality>
  154. <Source>
  155. <Source Name="MainSource">Terrain.dpr</Source>
  156. </Source>
  157. <Excluded_Packages>
  158. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  159. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  160. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  161. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  162. </Excluded_Packages>
  163. </Delphi.Personality>
  164. <Platforms>
  165. <Platform value="Win32">True</Platform>
  166. <Platform value="Win64">False</Platform>
  167. </Platforms>
  168. <Deployment Version="3">
  169. <DeployFile LocalName="Terrain.exe" Configuration="Debug" Class="ProjectOutput">
  170. <Platform Name="Win32">
  171. <RemoteName>Terrain.exe</RemoteName>
  172. <Overwrite>true</Overwrite>
  173. </Platform>
  174. </DeployFile>
  175. <DeployClass Name="AdditionalDebugSymbols">
  176. <Platform Name="iOSSimulator">
  177. <Operation>1</Operation>
  178. </Platform>
  179. <Platform Name="OSX32">
  180. <RemoteDir>Contents\MacOS</RemoteDir>
  181. <Operation>1</Operation>
  182. </Platform>
  183. <Platform Name="Win32">
  184. <Operation>0</Operation>
  185. </Platform>
  186. </DeployClass>
  187. <DeployClass Name="AndroidClassesDexFile">
  188. <Platform Name="Android">
  189. <RemoteDir>classes</RemoteDir>
  190. <Operation>1</Operation>
  191. </Platform>
  192. </DeployClass>
  193. <DeployClass Name="AndroidFileProvider">
  194. <Platform Name="Android">
  195. <RemoteDir>res\xml</RemoteDir>
  196. <Operation>1</Operation>
  197. </Platform>
  198. </DeployClass>
  199. <DeployClass Name="AndroidGDBServer">
  200. <Platform Name="Android">
  201. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  202. <Operation>1</Operation>
  203. </Platform>
  204. </DeployClass>
  205. <DeployClass Name="AndroidLibnativeArmeabiFile">
  206. <Platform Name="Android">
  207. <RemoteDir>library\lib\armeabi</RemoteDir>
  208. <Operation>1</Operation>
  209. </Platform>
  210. </DeployClass>
  211. <DeployClass Name="AndroidLibnativeMipsFile">
  212. <Platform Name="Android">
  213. <RemoteDir>library\lib\mips</RemoteDir>
  214. <Operation>1</Operation>
  215. </Platform>
  216. </DeployClass>
  217. <DeployClass Name="AndroidServiceOutput">
  218. <Platform Name="Android">
  219. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  220. <Operation>1</Operation>
  221. </Platform>
  222. </DeployClass>
  223. <DeployClass Name="AndroidSplashImageDef">
  224. <Platform Name="Android">
  225. <RemoteDir>res\drawable</RemoteDir>
  226. <Operation>1</Operation>
  227. </Platform>
  228. </DeployClass>
  229. <DeployClass Name="AndroidSplashStyles">
  230. <Platform Name="Android">
  231. <RemoteDir>res\values</RemoteDir>
  232. <Operation>1</Operation>
  233. </Platform>
  234. </DeployClass>
  235. <DeployClass Name="AndroidSplashStylesV21">
  236. <Platform Name="Android">
  237. <RemoteDir>res\values-v21</RemoteDir>
  238. <Operation>1</Operation>
  239. </Platform>
  240. </DeployClass>
  241. <DeployClass Name="Android_Colors">
  242. <Platform Name="Android">
  243. <RemoteDir>res\values</RemoteDir>
  244. <Operation>1</Operation>
  245. </Platform>
  246. </DeployClass>
  247. <DeployClass Name="Android_DefaultAppIcon">
  248. <Platform Name="Android">
  249. <RemoteDir>res\drawable</RemoteDir>
  250. <Operation>1</Operation>
  251. </Platform>
  252. </DeployClass>
  253. <DeployClass Name="Android_LauncherIcon144">
  254. <Platform Name="Android">
  255. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  256. <Operation>1</Operation>
  257. </Platform>
  258. </DeployClass>
  259. <DeployClass Name="Android_LauncherIcon36">
  260. <Platform Name="Android">
  261. <RemoteDir>res\drawable-ldpi</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="Android_LauncherIcon48">
  266. <Platform Name="Android">
  267. <RemoteDir>res\drawable-mdpi</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Name="Android_LauncherIcon72">
  272. <Platform Name="Android">
  273. <RemoteDir>res\drawable-hdpi</RemoteDir>
  274. <Operation>1</Operation>
  275. </Platform>
  276. </DeployClass>
  277. <DeployClass Name="Android_LauncherIcon96">
  278. <Platform Name="Android">
  279. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  280. <Operation>1</Operation>
  281. </Platform>
  282. </DeployClass>
  283. <DeployClass Name="Android_NotificationIcon24">
  284. <Platform Name="Android">
  285. <RemoteDir>res\drawable-mdpi</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="Android_NotificationIcon36">
  290. <Platform Name="Android">
  291. <RemoteDir>res\drawable-hdpi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="Android_NotificationIcon48">
  296. <Platform Name="Android">
  297. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="Android_NotificationIcon72">
  302. <Platform Name="Android">
  303. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="Android_NotificationIcon96">
  308. <Platform Name="Android">
  309. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="Android_SplashImage426">
  314. <Platform Name="Android">
  315. <RemoteDir>res\drawable-small</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_SplashImage470">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable-normal</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="Android_SplashImage640">
  326. <Platform Name="Android">
  327. <RemoteDir>res\drawable-large</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="Android_SplashImage960">
  332. <Platform Name="Android">
  333. <RemoteDir>res\drawable-xlarge</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="Android_Strings">
  338. <Platform Name="Android">
  339. <RemoteDir>res\values</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="DebugSymbols">
  344. <Platform Name="iOSSimulator">
  345. <Operation>1</Operation>
  346. </Platform>
  347. <Platform Name="OSX32">
  348. <RemoteDir>Contents\MacOS</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. <Platform Name="Win32">
  352. <Operation>0</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="DependencyFramework">
  356. <Platform Name="OSX32">
  357. <RemoteDir>Contents\MacOS</RemoteDir>
  358. <Operation>1</Operation>
  359. <Extensions>.framework</Extensions>
  360. </Platform>
  361. <Platform Name="OSX64">
  362. <RemoteDir>Contents\MacOS</RemoteDir>
  363. <Operation>1</Operation>
  364. <Extensions>.framework</Extensions>
  365. </Platform>
  366. <Platform Name="Win32">
  367. <Operation>0</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="DependencyModule">
  371. <Platform Name="iOSDevice32">
  372. <Operation>1</Operation>
  373. <Extensions>.dylib</Extensions>
  374. </Platform>
  375. <Platform Name="iOSDevice64">
  376. <Operation>1</Operation>
  377. <Extensions>.dylib</Extensions>
  378. </Platform>
  379. <Platform Name="iOSSimulator">
  380. <Operation>1</Operation>
  381. <Extensions>.dylib</Extensions>
  382. </Platform>
  383. <Platform Name="OSX32">
  384. <RemoteDir>Contents\MacOS</RemoteDir>
  385. <Operation>1</Operation>
  386. <Extensions>.dylib</Extensions>
  387. </Platform>
  388. <Platform Name="OSX64">
  389. <RemoteDir>Contents\MacOS</RemoteDir>
  390. <Operation>1</Operation>
  391. <Extensions>.dylib</Extensions>
  392. </Platform>
  393. <Platform Name="Win32">
  394. <Operation>0</Operation>
  395. <Extensions>.dll;.bpl</Extensions>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Required="true" Name="DependencyPackage">
  399. <Platform Name="iOSDevice32">
  400. <Operation>1</Operation>
  401. <Extensions>.dylib</Extensions>
  402. </Platform>
  403. <Platform Name="iOSDevice64">
  404. <Operation>1</Operation>
  405. <Extensions>.dylib</Extensions>
  406. </Platform>
  407. <Platform Name="iOSSimulator">
  408. <Operation>1</Operation>
  409. <Extensions>.dylib</Extensions>
  410. </Platform>
  411. <Platform Name="OSX32">
  412. <RemoteDir>Contents\MacOS</RemoteDir>
  413. <Operation>1</Operation>
  414. <Extensions>.dylib</Extensions>
  415. </Platform>
  416. <Platform Name="OSX64">
  417. <RemoteDir>Contents\MacOS</RemoteDir>
  418. <Operation>1</Operation>
  419. <Extensions>.dylib</Extensions>
  420. </Platform>
  421. <Platform Name="Win32">
  422. <Operation>0</Operation>
  423. <Extensions>.bpl</Extensions>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="File">
  427. <Platform Name="Android">
  428. <Operation>0</Operation>
  429. </Platform>
  430. <Platform Name="iOSDevice32">
  431. <Operation>0</Operation>
  432. </Platform>
  433. <Platform Name="iOSDevice64">
  434. <Operation>0</Operation>
  435. </Platform>
  436. <Platform Name="iOSSimulator">
  437. <Operation>0</Operation>
  438. </Platform>
  439. <Platform Name="OSX32">
  440. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  441. <Operation>0</Operation>
  442. </Platform>
  443. <Platform Name="OSX64">
  444. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  445. <Operation>0</Operation>
  446. </Platform>
  447. <Platform Name="Win32">
  448. <Operation>0</Operation>
  449. </Platform>
  450. </DeployClass>
  451. <DeployClass Name="iPad_Launch1024x768">
  452. <Platform Name="iOSDevice32">
  453. <Operation>1</Operation>
  454. </Platform>
  455. <Platform Name="iOSDevice64">
  456. <Operation>1</Operation>
  457. </Platform>
  458. <Platform Name="iOSSimulator">
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="iPad_Launch1536x2048">
  463. <Platform Name="iOSDevice32">
  464. <Operation>1</Operation>
  465. </Platform>
  466. <Platform Name="iOSDevice64">
  467. <Operation>1</Operation>
  468. </Platform>
  469. <Platform Name="iOSSimulator">
  470. <Operation>1</Operation>
  471. </Platform>
  472. </DeployClass>
  473. <DeployClass Name="iPad_Launch1668">
  474. <Platform Name="iOSDevice32">
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="iOSDevice64">
  478. <Operation>1</Operation>
  479. </Platform>
  480. <Platform Name="iOSSimulator">
  481. <Operation>1</Operation>
  482. </Platform>
  483. </DeployClass>
  484. <DeployClass Name="iPad_Launch1668x2388">
  485. <Platform Name="iOSDevice32">
  486. <Operation>1</Operation>
  487. </Platform>
  488. <Platform Name="iOSDevice64">
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="iOSSimulator">
  492. <Operation>1</Operation>
  493. </Platform>
  494. </DeployClass>
  495. <DeployClass Name="iPad_Launch2048x1536">
  496. <Platform Name="iOSDevice32">
  497. <Operation>1</Operation>
  498. </Platform>
  499. <Platform Name="iOSDevice64">
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="iOSSimulator">
  503. <Operation>1</Operation>
  504. </Platform>
  505. </DeployClass>
  506. <DeployClass Name="iPad_Launch2048x2732">
  507. <Platform Name="iOSDevice32">
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="iOSDevice64">
  511. <Operation>1</Operation>
  512. </Platform>
  513. <Platform Name="iOSSimulator">
  514. <Operation>1</Operation>
  515. </Platform>
  516. </DeployClass>
  517. <DeployClass Name="iPad_Launch2224">
  518. <Platform Name="iOSDevice32">
  519. <Operation>1</Operation>
  520. </Platform>
  521. <Platform Name="iOSDevice64">
  522. <Operation>1</Operation>
  523. </Platform>
  524. <Platform Name="iOSSimulator">
  525. <Operation>1</Operation>
  526. </Platform>
  527. </DeployClass>
  528. <DeployClass Name="iPad_Launch2388x1668">
  529. <Platform Name="iOSDevice32">
  530. <Operation>1</Operation>
  531. </Platform>
  532. <Platform Name="iOSDevice64">
  533. <Operation>1</Operation>
  534. </Platform>
  535. <Platform Name="iOSSimulator">
  536. <Operation>1</Operation>
  537. </Platform>
  538. </DeployClass>
  539. <DeployClass Name="iPad_Launch2732x2048">
  540. <Platform Name="iOSDevice32">
  541. <Operation>1</Operation>
  542. </Platform>
  543. <Platform Name="iOSDevice64">
  544. <Operation>1</Operation>
  545. </Platform>
  546. <Platform Name="iOSSimulator">
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="iPad_Launch768x1024">
  551. <Platform Name="iOSDevice32">
  552. <Operation>1</Operation>
  553. </Platform>
  554. <Platform Name="iOSDevice64">
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="iOSSimulator">
  558. <Operation>1</Operation>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="iPhone_Launch1125">
  562. <Platform Name="iOSDevice32">
  563. <Operation>1</Operation>
  564. </Platform>
  565. <Platform Name="iOSDevice64">
  566. <Operation>1</Operation>
  567. </Platform>
  568. <Platform Name="iOSSimulator">
  569. <Operation>1</Operation>
  570. </Platform>
  571. </DeployClass>
  572. <DeployClass Name="iPhone_Launch1136x640">
  573. <Platform Name="iOSDevice32">
  574. <Operation>1</Operation>
  575. </Platform>
  576. <Platform Name="iOSDevice64">
  577. <Operation>1</Operation>
  578. </Platform>
  579. <Platform Name="iOSSimulator">
  580. <Operation>1</Operation>
  581. </Platform>
  582. </DeployClass>
  583. <DeployClass Name="iPhone_Launch1242">
  584. <Platform Name="iOSDevice32">
  585. <Operation>1</Operation>
  586. </Platform>
  587. <Platform Name="iOSDevice64">
  588. <Operation>1</Operation>
  589. </Platform>
  590. <Platform Name="iOSSimulator">
  591. <Operation>1</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Name="iPhone_Launch1242x2688">
  595. <Platform Name="iOSDevice32">
  596. <Operation>1</Operation>
  597. </Platform>
  598. <Platform Name="iOSDevice64">
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="iOSSimulator">
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="iPhone_Launch1334">
  606. <Platform Name="iOSDevice32">
  607. <Operation>1</Operation>
  608. </Platform>
  609. <Platform Name="iOSDevice64">
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="iOSSimulator">
  613. <Operation>1</Operation>
  614. </Platform>
  615. </DeployClass>
  616. <DeployClass Name="iPhone_Launch1792">
  617. <Platform Name="iOSDevice32">
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="iOSDevice64">
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="iOSSimulator">
  624. <Operation>1</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="iPhone_Launch2208">
  628. <Platform Name="iOSDevice32">
  629. <Operation>1</Operation>
  630. </Platform>
  631. <Platform Name="iOSDevice64">
  632. <Operation>1</Operation>
  633. </Platform>
  634. <Platform Name="iOSSimulator">
  635. <Operation>1</Operation>
  636. </Platform>
  637. </DeployClass>
  638. <DeployClass Name="iPhone_Launch2436">
  639. <Platform Name="iOSDevice32">
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="iOSDevice64">
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="iOSSimulator">
  646. <Operation>1</Operation>
  647. </Platform>
  648. </DeployClass>
  649. <DeployClass Name="iPhone_Launch2688x1242">
  650. <Platform Name="iOSDevice32">
  651. <Operation>1</Operation>
  652. </Platform>
  653. <Platform Name="iOSDevice64">
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSSimulator">
  657. <Operation>1</Operation>
  658. </Platform>
  659. </DeployClass>
  660. <DeployClass Name="iPhone_Launch320">
  661. <Platform Name="iOSDevice32">
  662. <Operation>1</Operation>
  663. </Platform>
  664. <Platform Name="iOSDevice64">
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="iOSSimulator">
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Name="iPhone_Launch640">
  672. <Platform Name="iOSDevice32">
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="iOSDevice64">
  676. <Operation>1</Operation>
  677. </Platform>
  678. <Platform Name="iOSSimulator">
  679. <Operation>1</Operation>
  680. </Platform>
  681. </DeployClass>
  682. <DeployClass Name="iPhone_Launch640x1136">
  683. <Platform Name="iOSDevice32">
  684. <Operation>1</Operation>
  685. </Platform>
  686. <Platform Name="iOSDevice64">
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="iOSSimulator">
  690. <Operation>1</Operation>
  691. </Platform>
  692. </DeployClass>
  693. <DeployClass Name="iPhone_Launch750">
  694. <Platform Name="iOSDevice32">
  695. <Operation>1</Operation>
  696. </Platform>
  697. <Platform Name="iOSDevice64">
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="iOSSimulator">
  701. <Operation>1</Operation>
  702. </Platform>
  703. </DeployClass>
  704. <DeployClass Name="iPhone_Launch828">
  705. <Platform Name="iOSDevice32">
  706. <Operation>1</Operation>
  707. </Platform>
  708. <Platform Name="iOSDevice64">
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="iOSSimulator">
  712. <Operation>1</Operation>
  713. </Platform>
  714. </DeployClass>
  715. <DeployClass Name="ProjectAndroidManifest">
  716. <Platform Name="Android">
  717. <Operation>1</Operation>
  718. </Platform>
  719. </DeployClass>
  720. <DeployClass Name="ProjectiOSDeviceDebug">
  721. <Platform Name="iOSDevice32">
  722. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="iOSDevice64">
  726. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  727. <Operation>1</Operation>
  728. </Platform>
  729. </DeployClass>
  730. <DeployClass Name="ProjectiOSDeviceResourceRules">
  731. <Platform Name="iOSDevice32">
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="iOSDevice64">
  735. <Operation>1</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="ProjectiOSEntitlements">
  739. <Platform Name="iOSDevice32">
  740. <RemoteDir>..\</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="iOSDevice64">
  744. <RemoteDir>..\</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="ProjectiOSInfoPList">
  749. <Platform Name="iOSDevice32">
  750. <Operation>1</Operation>
  751. </Platform>
  752. <Platform Name="iOSDevice64">
  753. <Operation>1</Operation>
  754. </Platform>
  755. <Platform Name="iOSSimulator">
  756. <Operation>1</Operation>
  757. </Platform>
  758. </DeployClass>
  759. <DeployClass Name="ProjectiOSResource">
  760. <Platform Name="iOSDevice32">
  761. <Operation>1</Operation>
  762. </Platform>
  763. <Platform Name="iOSDevice64">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSSimulator">
  767. <Operation>1</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Name="ProjectOSXDebug">
  771. <Platform Name="OSX64">
  772. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  773. <Operation>1</Operation>
  774. </Platform>
  775. </DeployClass>
  776. <DeployClass Name="ProjectOSXEntitlements">
  777. <Platform Name="OSX32">
  778. <RemoteDir>..\</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="OSX64">
  782. <RemoteDir>..\</RemoteDir>
  783. <Operation>1</Operation>
  784. </Platform>
  785. </DeployClass>
  786. <DeployClass Name="ProjectOSXInfoPList">
  787. <Platform Name="OSX32">
  788. <RemoteDir>Contents</RemoteDir>
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="OSX64">
  792. <RemoteDir>Contents</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="ProjectOSXResource">
  797. <Platform Name="OSX32">
  798. <RemoteDir>Contents\Resources</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. <Platform Name="OSX64">
  802. <RemoteDir>Contents\Resources</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Required="true" Name="ProjectOutput">
  807. <Platform Name="Android">
  808. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="iOSDevice32">
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="iOSDevice64">
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="iOSSimulator">
  818. <Operation>1</Operation>
  819. </Platform>
  820. <Platform Name="Linux64">
  821. <Operation>1</Operation>
  822. </Platform>
  823. <Platform Name="OSX32">
  824. <RemoteDir>Contents\MacOS</RemoteDir>
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="OSX64">
  828. <RemoteDir>Contents\MacOS</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. <Platform Name="Win32">
  832. <Operation>0</Operation>
  833. </Platform>
  834. </DeployClass>
  835. <DeployClass Name="ProjectUWPManifest">
  836. <Platform Name="Win32">
  837. <Operation>1</Operation>
  838. </Platform>
  839. <Platform Name="Win64">
  840. <Operation>1</Operation>
  841. </Platform>
  842. </DeployClass>
  843. <DeployClass Name="UWP_DelphiLogo150">
  844. <Platform Name="Win32">
  845. <RemoteDir>Assets</RemoteDir>
  846. <Operation>1</Operation>
  847. </Platform>
  848. <Platform Name="Win64">
  849. <RemoteDir>Assets</RemoteDir>
  850. <Operation>1</Operation>
  851. </Platform>
  852. </DeployClass>
  853. <DeployClass Name="UWP_DelphiLogo44">
  854. <Platform Name="Win32">
  855. <RemoteDir>Assets</RemoteDir>
  856. <Operation>1</Operation>
  857. </Platform>
  858. <Platform Name="Win64">
  859. <RemoteDir>Assets</RemoteDir>
  860. <Operation>1</Operation>
  861. </Platform>
  862. </DeployClass>
  863. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  864. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  865. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  866. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  867. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  868. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  869. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  870. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  871. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  872. </Deployment>
  873. </BorlandProject>
  874. <ProjectFileVersion>12</ProjectFileVersion>
  875. </ProjectExtensions>
  876. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  877. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  878. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  879. </Project>