Clipper.dproj 42 KB

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