Culling.dproj 41 KB

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