PostShader.dproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{4F6A8C3C-730A-4632-997A-AD307F23BD3A}</ProjectGuid>
  4. <MainSource>PostShader.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)'==''">Win32</Platform>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  62. <DCC_N>false</DCC_N>
  63. <DCC_ImageBase>00400000</DCC_ImageBase>
  64. <VerInfo_Locale>1049</VerInfo_Locale>
  65. <DCC_K>false</DCC_K>
  66. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  67. <DCC_F>false</DCC_F>
  68. <SanitizedProjectName>PostShader</SanitizedProjectName>
  69. <DCC_S>false</DCC_S>
  70. <DCC_E>false</DCC_E>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  73. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  74. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  75. <DCC_UsePackage>rtl;vclx;vcl;dbrtl;vcldb;vcldbx;bdertl;$(DCC_UsePackage)</DCC_UsePackage>
  76. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  77. <VerInfo_Locale>1033</VerInfo_Locale>
  78. <Icon_MainIcon>PostShaders\PostShader_Icon.ico</Icon_MainIcon>
  79. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  80. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  81. <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>
  82. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  85. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  86. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  87. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  88. <VerInfo_Locale>1033</VerInfo_Locale>
  89. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  90. <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>
  91. <DCC_UsePackage>rtl;vclx;vcl;dbrtl;vcldb;$(DCC_UsePackage)</DCC_UsePackage>
  92. <Icon_MainIcon>PostShaders\PostShader_Icon.ico</Icon_MainIcon>
  93. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  94. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  97. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  98. <DCC_DebugInformation>0</DCC_DebugInformation>
  99. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  100. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  103. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  104. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  105. <Icon_MainIcon>PostShaders\PostShaders\PostShader_Icon.ico</Icon_MainIcon>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  108. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  109. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  110. <Icon_MainIcon>PostShaders\PostShaders\PostShader_Icon.ico</Icon_MainIcon>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  113. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  114. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  115. <DCC_Optimize>false</DCC_Optimize>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  118. <BT_BuildType>Debug</BT_BuildType>
  119. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  120. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  121. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  122. <VerInfo_Locale>1033</VerInfo_Locale>
  123. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  124. <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>
  125. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  126. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  127. <DCC_UnitSearchPath>..\..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  130. <BT_BuildType>Debug</BT_BuildType>
  131. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  132. <VerInfo_Locale>1033</VerInfo_Locale>
  133. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  134. <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>
  135. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  136. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  137. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  138. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  139. </PropertyGroup>
  140. <ItemGroup>
  141. <DelphiCompile Include="$(MainSource)">
  142. <MainSource>MainSource</MainSource>
  143. </DelphiCompile>
  144. <DCCReference Include="fPostShader.pas">
  145. <Form>PostShaderDemoForm</Form>
  146. </DCCReference>
  147. <BuildConfiguration Include="Debug">
  148. <Key>Cfg_2</Key>
  149. <CfgParent>Base</CfgParent>
  150. </BuildConfiguration>
  151. <BuildConfiguration Include="Base">
  152. <Key>Base</Key>
  153. </BuildConfiguration>
  154. <BuildConfiguration Include="Release">
  155. <Key>Cfg_1</Key>
  156. <CfgParent>Base</CfgParent>
  157. </BuildConfiguration>
  158. </ItemGroup>
  159. <ProjectExtensions>
  160. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  161. <Borland.ProjectType/>
  162. <BorlandProject>
  163. <Delphi.Personality>
  164. <Source>
  165. <Source Name="MainSource">PostShader.dpr</Source>
  166. </Source>
  167. <Excluded_Packages>
  168. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  169. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  170. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  171. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  172. </Excluded_Packages>
  173. </Delphi.Personality>
  174. <Platforms>
  175. <Platform value="Win32">True</Platform>
  176. <Platform value="Win64">True</Platform>
  177. </Platforms>
  178. <Deployment Version="3">
  179. <DeployFile LocalName="Win32\Debug\PostShader.exe" Configuration="Debug" Class="ProjectOutput">
  180. <Platform Name="Win32">
  181. <RemoteName>PostShader.exe</RemoteName>
  182. <Overwrite>true</Overwrite>
  183. </Platform>
  184. </DeployFile>
  185. <DeployClass Name="AdditionalDebugSymbols">
  186. <Platform Name="iOSSimulator">
  187. <Operation>1</Operation>
  188. </Platform>
  189. <Platform Name="OSX32">
  190. <RemoteDir>Contents\MacOS</RemoteDir>
  191. <Operation>1</Operation>
  192. </Platform>
  193. <Platform Name="Win32">
  194. <Operation>0</Operation>
  195. </Platform>
  196. </DeployClass>
  197. <DeployClass Name="AndroidClassesDexFile">
  198. <Platform Name="Android">
  199. <RemoteDir>classes</RemoteDir>
  200. <Operation>1</Operation>
  201. </Platform>
  202. </DeployClass>
  203. <DeployClass Name="AndroidFileProvider">
  204. <Platform Name="Android">
  205. <RemoteDir>res\xml</RemoteDir>
  206. <Operation>1</Operation>
  207. </Platform>
  208. </DeployClass>
  209. <DeployClass Name="AndroidGDBServer">
  210. <Platform Name="Android">
  211. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  212. <Operation>1</Operation>
  213. </Platform>
  214. </DeployClass>
  215. <DeployClass Name="AndroidLibnativeArmeabiFile">
  216. <Platform Name="Android">
  217. <RemoteDir>library\lib\armeabi</RemoteDir>
  218. <Operation>1</Operation>
  219. </Platform>
  220. </DeployClass>
  221. <DeployClass Name="AndroidLibnativeMipsFile">
  222. <Platform Name="Android">
  223. <RemoteDir>library\lib\mips</RemoteDir>
  224. <Operation>1</Operation>
  225. </Platform>
  226. </DeployClass>
  227. <DeployClass Name="AndroidServiceOutput">
  228. <Platform Name="Android">
  229. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  230. <Operation>1</Operation>
  231. </Platform>
  232. </DeployClass>
  233. <DeployClass Name="AndroidSplashImageDef">
  234. <Platform Name="Android">
  235. <RemoteDir>res\drawable</RemoteDir>
  236. <Operation>1</Operation>
  237. </Platform>
  238. </DeployClass>
  239. <DeployClass Name="AndroidSplashStyles">
  240. <Platform Name="Android">
  241. <RemoteDir>res\values</RemoteDir>
  242. <Operation>1</Operation>
  243. </Platform>
  244. </DeployClass>
  245. <DeployClass Name="AndroidSplashStylesV21">
  246. <Platform Name="Android">
  247. <RemoteDir>res\values-v21</RemoteDir>
  248. <Operation>1</Operation>
  249. </Platform>
  250. </DeployClass>
  251. <DeployClass Name="Android_Colors">
  252. <Platform Name="Android">
  253. <RemoteDir>res\values</RemoteDir>
  254. <Operation>1</Operation>
  255. </Platform>
  256. </DeployClass>
  257. <DeployClass Name="Android_DefaultAppIcon">
  258. <Platform Name="Android">
  259. <RemoteDir>res\drawable</RemoteDir>
  260. <Operation>1</Operation>
  261. </Platform>
  262. </DeployClass>
  263. <DeployClass Name="Android_LauncherIcon144">
  264. <Platform Name="Android">
  265. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  266. <Operation>1</Operation>
  267. </Platform>
  268. </DeployClass>
  269. <DeployClass Name="Android_LauncherIcon36">
  270. <Platform Name="Android">
  271. <RemoteDir>res\drawable-ldpi</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="Android_LauncherIcon48">
  276. <Platform Name="Android">
  277. <RemoteDir>res\drawable-mdpi</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="Android_LauncherIcon72">
  282. <Platform Name="Android">
  283. <RemoteDir>res\drawable-hdpi</RemoteDir>
  284. <Operation>1</Operation>
  285. </Platform>
  286. </DeployClass>
  287. <DeployClass Name="Android_LauncherIcon96">
  288. <Platform Name="Android">
  289. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. </DeployClass>
  293. <DeployClass Name="Android_NotificationIcon24">
  294. <Platform Name="Android">
  295. <RemoteDir>res\drawable-mdpi</RemoteDir>
  296. <Operation>1</Operation>
  297. </Platform>
  298. </DeployClass>
  299. <DeployClass Name="Android_NotificationIcon36">
  300. <Platform Name="Android">
  301. <RemoteDir>res\drawable-hdpi</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. </DeployClass>
  305. <DeployClass Name="Android_NotificationIcon48">
  306. <Platform Name="Android">
  307. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. </DeployClass>
  311. <DeployClass Name="Android_NotificationIcon72">
  312. <Platform Name="Android">
  313. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="Android_NotificationIcon96">
  318. <Platform Name="Android">
  319. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. </DeployClass>
  323. <DeployClass Name="Android_SplashImage426">
  324. <Platform Name="Android">
  325. <RemoteDir>res\drawable-small</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="Android_SplashImage470">
  330. <Platform Name="Android">
  331. <RemoteDir>res\drawable-normal</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. </DeployClass>
  335. <DeployClass Name="Android_SplashImage640">
  336. <Platform Name="Android">
  337. <RemoteDir>res\drawable-large</RemoteDir>
  338. <Operation>1</Operation>
  339. </Platform>
  340. </DeployClass>
  341. <DeployClass Name="Android_SplashImage960">
  342. <Platform Name="Android">
  343. <RemoteDir>res\drawable-xlarge</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="Android_Strings">
  348. <Platform Name="Android">
  349. <RemoteDir>res\values</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="DebugSymbols">
  354. <Platform Name="iOSSimulator">
  355. <Operation>1</Operation>
  356. </Platform>
  357. <Platform Name="OSX32">
  358. <RemoteDir>Contents\MacOS</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Win32">
  362. <Operation>0</Operation>
  363. </Platform>
  364. </DeployClass>
  365. <DeployClass Name="DependencyFramework">
  366. <Platform Name="OSX32">
  367. <RemoteDir>Contents\MacOS</RemoteDir>
  368. <Operation>1</Operation>
  369. <Extensions>.framework</Extensions>
  370. </Platform>
  371. <Platform Name="OSX64">
  372. <RemoteDir>Contents\MacOS</RemoteDir>
  373. <Operation>1</Operation>
  374. <Extensions>.framework</Extensions>
  375. </Platform>
  376. <Platform Name="Win32">
  377. <Operation>0</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="DependencyModule">
  381. <Platform Name="iOSDevice32">
  382. <Operation>1</Operation>
  383. <Extensions>.dylib</Extensions>
  384. </Platform>
  385. <Platform Name="iOSDevice64">
  386. <Operation>1</Operation>
  387. <Extensions>.dylib</Extensions>
  388. </Platform>
  389. <Platform Name="iOSSimulator">
  390. <Operation>1</Operation>
  391. <Extensions>.dylib</Extensions>
  392. </Platform>
  393. <Platform Name="OSX32">
  394. <RemoteDir>Contents\MacOS</RemoteDir>
  395. <Operation>1</Operation>
  396. <Extensions>.dylib</Extensions>
  397. </Platform>
  398. <Platform Name="OSX64">
  399. <RemoteDir>Contents\MacOS</RemoteDir>
  400. <Operation>1</Operation>
  401. <Extensions>.dylib</Extensions>
  402. </Platform>
  403. <Platform Name="Win32">
  404. <Operation>0</Operation>
  405. <Extensions>.dll;.bpl</Extensions>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Required="true" Name="DependencyPackage">
  409. <Platform Name="iOSDevice32">
  410. <Operation>1</Operation>
  411. <Extensions>.dylib</Extensions>
  412. </Platform>
  413. <Platform Name="iOSDevice64">
  414. <Operation>1</Operation>
  415. <Extensions>.dylib</Extensions>
  416. </Platform>
  417. <Platform Name="iOSSimulator">
  418. <Operation>1</Operation>
  419. <Extensions>.dylib</Extensions>
  420. </Platform>
  421. <Platform Name="OSX32">
  422. <RemoteDir>Contents\MacOS</RemoteDir>
  423. <Operation>1</Operation>
  424. <Extensions>.dylib</Extensions>
  425. </Platform>
  426. <Platform Name="OSX64">
  427. <RemoteDir>Contents\MacOS</RemoteDir>
  428. <Operation>1</Operation>
  429. <Extensions>.dylib</Extensions>
  430. </Platform>
  431. <Platform Name="Win32">
  432. <Operation>0</Operation>
  433. <Extensions>.bpl</Extensions>
  434. </Platform>
  435. </DeployClass>
  436. <DeployClass Name="File">
  437. <Platform Name="Android">
  438. <Operation>0</Operation>
  439. </Platform>
  440. <Platform Name="iOSDevice32">
  441. <Operation>0</Operation>
  442. </Platform>
  443. <Platform Name="iOSDevice64">
  444. <Operation>0</Operation>
  445. </Platform>
  446. <Platform Name="iOSSimulator">
  447. <Operation>0</Operation>
  448. </Platform>
  449. <Platform Name="OSX32">
  450. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  451. <Operation>0</Operation>
  452. </Platform>
  453. <Platform Name="OSX64">
  454. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  455. <Operation>0</Operation>
  456. </Platform>
  457. <Platform Name="Win32">
  458. <Operation>0</Operation>
  459. </Platform>
  460. </DeployClass>
  461. <DeployClass Name="iPad_Launch1024x768">
  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_Launch1536x2048">
  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_Launch1668">
  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_Launch1668x2388">
  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_Launch2048x1536">
  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="iPad_Launch2048x2732">
  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="iPad_Launch2224">
  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="iPad_Launch2388x1668">
  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="iPad_Launch2732x2048">
  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="iPad_Launch768x1024">
  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_Launch1125">
  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_Launch1136x640">
  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_Launch1242">
  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_Launch1242x2688">
  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_Launch1334">
  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_Launch1792">
  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_Launch2208">
  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_Launch2436">
  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_Launch2688x1242">
  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="iPhone_Launch320">
  671. <Platform Name="iOSDevice32">
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="iOSDevice64">
  675. <Operation>1</Operation>
  676. </Platform>
  677. <Platform Name="iOSSimulator">
  678. <Operation>1</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="iPhone_Launch640">
  682. <Platform Name="iOSDevice32">
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="iOSDevice64">
  686. <Operation>1</Operation>
  687. </Platform>
  688. <Platform Name="iOSSimulator">
  689. <Operation>1</Operation>
  690. </Platform>
  691. </DeployClass>
  692. <DeployClass Name="iPhone_Launch640x1136">
  693. <Platform Name="iOSDevice32">
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSDevice64">
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="iOSSimulator">
  700. <Operation>1</Operation>
  701. </Platform>
  702. </DeployClass>
  703. <DeployClass Name="iPhone_Launch750">
  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="iPhone_Launch828">
  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="ProjectAndroidManifest">
  726. <Platform Name="Android">
  727. <Operation>1</Operation>
  728. </Platform>
  729. </DeployClass>
  730. <DeployClass Name="ProjectiOSDeviceDebug">
  731. <Platform Name="iOSDevice32">
  732. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  733. <Operation>1</Operation>
  734. </Platform>
  735. <Platform Name="iOSDevice64">
  736. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  737. <Operation>1</Operation>
  738. </Platform>
  739. </DeployClass>
  740. <DeployClass Name="ProjectiOSDeviceResourceRules">
  741. <Platform Name="iOSDevice32">
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="iOSDevice64">
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="ProjectiOSEntitlements">
  749. <Platform Name="iOSDevice32">
  750. <RemoteDir>..\</RemoteDir>
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSDevice64">
  754. <RemoteDir>..\</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. </DeployClass>
  758. <DeployClass Name="ProjectiOSInfoPList">
  759. <Platform Name="iOSDevice32">
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="iOSDevice64">
  763. <Operation>1</Operation>
  764. </Platform>
  765. <Platform Name="iOSSimulator">
  766. <Operation>1</Operation>
  767. </Platform>
  768. </DeployClass>
  769. <DeployClass Name="ProjectiOSResource">
  770. <Platform Name="iOSDevice32">
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="iOSDevice64">
  774. <Operation>1</Operation>
  775. </Platform>
  776. <Platform Name="iOSSimulator">
  777. <Operation>1</Operation>
  778. </Platform>
  779. </DeployClass>
  780. <DeployClass Name="ProjectOSXDebug">
  781. <Platform Name="OSX64">
  782. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  783. <Operation>1</Operation>
  784. </Platform>
  785. </DeployClass>
  786. <DeployClass Name="ProjectOSXEntitlements">
  787. <Platform Name="OSX32">
  788. <RemoteDir>..\</RemoteDir>
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="OSX64">
  792. <RemoteDir>..\</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="ProjectOSXInfoPList">
  797. <Platform Name="OSX32">
  798. <RemoteDir>Contents</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. <Platform Name="OSX64">
  802. <RemoteDir>Contents</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Name="ProjectOSXResource">
  807. <Platform Name="OSX32">
  808. <RemoteDir>Contents\Resources</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="OSX64">
  812. <RemoteDir>Contents\Resources</RemoteDir>
  813. <Operation>1</Operation>
  814. </Platform>
  815. </DeployClass>
  816. <DeployClass Required="true" Name="ProjectOutput">
  817. <Platform Name="Android">
  818. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="iOSDevice32">
  822. <Operation>1</Operation>
  823. </Platform>
  824. <Platform Name="iOSDevice64">
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="iOSSimulator">
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="Linux64">
  831. <Operation>1</Operation>
  832. </Platform>
  833. <Platform Name="OSX32">
  834. <RemoteDir>Contents\MacOS</RemoteDir>
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="OSX64">
  838. <RemoteDir>Contents\MacOS</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="Win32">
  842. <Operation>0</Operation>
  843. </Platform>
  844. </DeployClass>
  845. <DeployClass Name="ProjectUWPManifest">
  846. <Platform Name="Win32">
  847. <Operation>1</Operation>
  848. </Platform>
  849. <Platform Name="Win64">
  850. <Operation>1</Operation>
  851. </Platform>
  852. </DeployClass>
  853. <DeployClass Name="UWP_DelphiLogo150">
  854. <Platform Name="Win32">
  855. <RemoteDir>Assets</RemoteDir>
  856. <Operation>1</Operation>
  857. </Platform>
  858. <Platform Name="Win64">
  859. <RemoteDir>Assets</RemoteDir>
  860. <Operation>1</Operation>
  861. </Platform>
  862. </DeployClass>
  863. <DeployClass Name="UWP_DelphiLogo44">
  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. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  874. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  875. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  876. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  877. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  878. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  879. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  880. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  881. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  882. </Deployment>
  883. </BorlandProject>
  884. <ProjectFileVersion>12</ProjectFileVersion>
  885. </ProjectExtensions>
  886. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  887. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  888. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  889. </Project>