Manual.dproj 41 KB

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