Subdivide.dproj 38 KB

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