GLScene_Parallel_RT.dproj 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{F0792472-0CD2-4D29-A0F7-4D3BB36C2E02}</ProjectGuid>
  4. <MainSource>GLScene_Parallel_RT.dpk</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Package</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_CBuilderOutput>All</DCC_CBuilderOutput>
  62. <GenPackage>true</GenPackage>
  63. <SanitizedProjectName>GLScene_Parallel_RT</SanitizedProjectName>
  64. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  65. <DCC_K>false</DCC_K>
  66. <GenDll>true</GenDll>
  67. <VerInfo_Locale>1033</VerInfo_Locale>
  68. <DCC_Description>GLScene GPU Computing</DCC_Description>
  69. <DCC_F>false</DCC_F>
  70. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  71. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  72. <DCC_E>false</DCC_E>
  73. <DCC_ImageBase>00400000</DCC_ImageBase>
  74. <DCC_S>false</DCC_S>
  75. <DCC_N>false</DCC_N>
  76. <RuntimeOnlyPackage>true</RuntimeOnlyPackage>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  79. <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>
  80. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  81. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  82. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  83. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  84. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  87. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  88. <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>
  89. <BT_BuildType>Debug</BT_BuildType>
  90. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  91. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  92. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  93. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  96. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  97. <DCC_DebugInformation>0</DCC_DebugInformation>
  98. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  99. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  102. <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>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  105. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  108. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  109. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  110. <DCC_Optimize>false</DCC_Optimize>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  113. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  114. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  115. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  116. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  117. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  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. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  121. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  122. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  123. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  124. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  125. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  126. </PropertyGroup>
  127. <ItemGroup>
  128. <DelphiCompile Include="$(MainSource)">
  129. <MainSource>MainSource</MainSource>
  130. </DelphiCompile>
  131. <DCCReference Include="rtl.dcp"/>
  132. <DCCReference Include="vclimg.dcp"/>
  133. <DCCReference Include="vcl.dcp"/>
  134. <DCCReference Include="xmlrtl.dcp"/>
  135. <DCCReference Include="GLScene_RT.dcp"/>
  136. <DCCReference Include="..\Source\GLS.CUDARuntime.pas"/>
  137. <DCCReference Include="..\Source\GLS.CUDAFourierTransform.pas"/>
  138. <DCCReference Include="..\Source\GLS.CUDAUtility.pas"/>
  139. <DCCReference Include="..\Source\GLS.CUDACompiler.pas"/>
  140. <DCCReference Include="..\Source\GLS.CUDAContext.pas"/>
  141. <DCCReference Include="..\Source\GLS.CUDAFFTPlan.pas"/>
  142. <DCCReference Include="..\Source\GLS.CUDAGraphics.pas"/>
  143. <DCCReference Include="..\Source\GLS.CUDAParser.pas"/>
  144. <DCCReference Include="..\Source\GLS.CUDADataAccess.pas"/>
  145. <DCCReference Include="..\Source\GLS.CUDAParallelPrimitives.pas"/>
  146. <DCCReference Include="..\Source\GLS.CUDA.pas"/>
  147. <DCCReference Include="..\Source\GLS.CUDAApi.pas"/>
  148. <DCCReference Include="..\Source\GLS.FilePGM.pas"/>
  149. <DCCReference Include="..\Source\Import.OpenCL.pas"/>
  150. <DCCReference Include="..\Source\Import.OpenCL_GL.pas"/>
  151. <DCCReference Include="..\Source\Import.OpenCL_Platform.pas"/>
  152. <BuildConfiguration Include="Debug">
  153. <Key>Cfg_2</Key>
  154. <CfgParent>Base</CfgParent>
  155. </BuildConfiguration>
  156. <BuildConfiguration Include="Base">
  157. <Key>Base</Key>
  158. </BuildConfiguration>
  159. <BuildConfiguration Include="Release">
  160. <Key>Cfg_1</Key>
  161. <CfgParent>Base</CfgParent>
  162. </BuildConfiguration>
  163. </ItemGroup>
  164. <ProjectExtensions>
  165. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  166. <Borland.ProjectType>Package</Borland.ProjectType>
  167. <BorlandProject>
  168. <Delphi.Personality>
  169. <Source>
  170. <Source Name="MainSource">GLScene_Parallel_RT.dpk</Source>
  171. </Source>
  172. <Excluded_Packages>
  173. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  174. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  175. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  176. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  177. </Excluded_Packages>
  178. </Delphi.Personality>
  179. <Platforms>
  180. <Platform value="Win32">True</Platform>
  181. <Platform value="Win64">True</Platform>
  182. </Platforms>
  183. <Deployment Version="3">
  184. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\GLScene_Parallel_RT.bpl" Configuration="Debug" Class="ProjectOutput">
  185. <Platform Name="Win32">
  186. <RemoteName>GLScene_Parallel_RT.bpl</RemoteName>
  187. <Overwrite>true</Overwrite>
  188. </Platform>
  189. </DeployFile>
  190. <DeployClass Name="AdditionalDebugSymbols">
  191. <Platform Name="OSX32">
  192. <Operation>1</Operation>
  193. </Platform>
  194. <Platform Name="Win32">
  195. <Operation>0</Operation>
  196. </Platform>
  197. </DeployClass>
  198. <DeployClass Name="AndroidClassesDexFile">
  199. <Platform Name="Android">
  200. <RemoteDir>classes</RemoteDir>
  201. <Operation>1</Operation>
  202. </Platform>
  203. </DeployClass>
  204. <DeployClass Name="AndroidFileProvider">
  205. <Platform Name="Android">
  206. <RemoteDir>res\xml</RemoteDir>
  207. <Operation>1</Operation>
  208. </Platform>
  209. </DeployClass>
  210. <DeployClass Name="AndroidGDBServer">
  211. <Platform Name="Android">
  212. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  213. <Operation>1</Operation>
  214. </Platform>
  215. </DeployClass>
  216. <DeployClass Name="AndroidLibnativeArmeabiFile">
  217. <Platform Name="Android">
  218. <RemoteDir>library\lib\armeabi</RemoteDir>
  219. <Operation>1</Operation>
  220. </Platform>
  221. </DeployClass>
  222. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  223. <Platform Name="Android64">
  224. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  225. <Operation>1</Operation>
  226. </Platform>
  227. </DeployClass>
  228. <DeployClass Name="AndroidLibnativeMipsFile">
  229. <Platform Name="Android">
  230. <RemoteDir>library\lib\mips</RemoteDir>
  231. <Operation>1</Operation>
  232. </Platform>
  233. </DeployClass>
  234. <DeployClass Name="AndroidLibnativeX86File"/>
  235. <DeployClass Name="AndroidServiceOutput">
  236. <Platform Name="Android">
  237. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  238. <Operation>1</Operation>
  239. </Platform>
  240. </DeployClass>
  241. <DeployClass Name="AndroidServiceOutput_Android32">
  242. <Platform Name="Android64">
  243. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  244. <Operation>1</Operation>
  245. </Platform>
  246. </DeployClass>
  247. <DeployClass Name="AndroidSplashImageDef">
  248. <Platform Name="Android">
  249. <RemoteDir>res\drawable</RemoteDir>
  250. <Operation>1</Operation>
  251. </Platform>
  252. </DeployClass>
  253. <DeployClass Name="AndroidSplashStyles">
  254. <Platform Name="Android">
  255. <RemoteDir>res\values</RemoteDir>
  256. <Operation>1</Operation>
  257. </Platform>
  258. </DeployClass>
  259. <DeployClass Name="AndroidSplashStylesV21">
  260. <Platform Name="Android">
  261. <RemoteDir>res\values-v21</RemoteDir>
  262. <Operation>1</Operation>
  263. </Platform>
  264. </DeployClass>
  265. <DeployClass Name="Android_Colors">
  266. <Platform Name="Android">
  267. <RemoteDir>res\values</RemoteDir>
  268. <Operation>1</Operation>
  269. </Platform>
  270. </DeployClass>
  271. <DeployClass Name="Android_DefaultAppIcon">
  272. <Platform Name="Android">
  273. <RemoteDir>res\drawable</RemoteDir>
  274. <Operation>1</Operation>
  275. </Platform>
  276. </DeployClass>
  277. <DeployClass Name="Android_LauncherIcon144">
  278. <Platform Name="Android">
  279. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  280. <Operation>1</Operation>
  281. </Platform>
  282. </DeployClass>
  283. <DeployClass Name="Android_LauncherIcon36">
  284. <Platform Name="Android">
  285. <RemoteDir>res\drawable-ldpi</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="Android_LauncherIcon48">
  290. <Platform Name="Android">
  291. <RemoteDir>res\drawable-mdpi</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="Android_LauncherIcon72">
  296. <Platform Name="Android">
  297. <RemoteDir>res\drawable-hdpi</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. </DeployClass>
  301. <DeployClass Name="Android_LauncherIcon96">
  302. <Platform Name="Android">
  303. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="Android_NotificationIcon24">
  308. <Platform Name="Android">
  309. <RemoteDir>res\drawable-mdpi</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="Android_NotificationIcon36">
  314. <Platform Name="Android">
  315. <RemoteDir>res\drawable-hdpi</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_NotificationIcon48">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="Android_NotificationIcon72">
  326. <Platform Name="Android">
  327. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="Android_NotificationIcon96">
  332. <Platform Name="Android">
  333. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="Android_SplashImage426">
  338. <Platform Name="Android">
  339. <RemoteDir>res\drawable-small</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="Android_SplashImage470">
  344. <Platform Name="Android">
  345. <RemoteDir>res\drawable-normal</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="Android_SplashImage640">
  350. <Platform Name="Android">
  351. <RemoteDir>res\drawable-large</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="Android_SplashImage960">
  356. <Platform Name="Android">
  357. <RemoteDir>res\drawable-xlarge</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="Android_Strings">
  362. <Platform Name="Android">
  363. <RemoteDir>res\values</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="DebugSymbols">
  368. <Platform Name="iOSSimulator">
  369. <Operation>1</Operation>
  370. </Platform>
  371. <Platform Name="OSX32">
  372. <Operation>1</Operation>
  373. </Platform>
  374. <Platform Name="Win32">
  375. <Operation>0</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="DependencyFramework">
  379. <Platform Name="OSX32">
  380. <Operation>1</Operation>
  381. <Extensions>.framework</Extensions>
  382. </Platform>
  383. <Platform Name="OSX64">
  384. <Operation>1</Operation>
  385. <Extensions>.framework</Extensions>
  386. </Platform>
  387. <Platform Name="Win32">
  388. <Operation>0</Operation>
  389. </Platform>
  390. </DeployClass>
  391. <DeployClass Name="DependencyModule">
  392. <Platform Name="OSX32">
  393. <Operation>1</Operation>
  394. <Extensions>.dylib</Extensions>
  395. </Platform>
  396. <Platform Name="OSX64">
  397. <Operation>1</Operation>
  398. <Extensions>.dylib</Extensions>
  399. </Platform>
  400. <Platform Name="Win32">
  401. <Operation>0</Operation>
  402. <Extensions>.dll;.bpl</Extensions>
  403. </Platform>
  404. </DeployClass>
  405. <DeployClass Required="true" Name="DependencyPackage">
  406. <Platform Name="iOSDevice32">
  407. <Operation>1</Operation>
  408. <Extensions>.dylib</Extensions>
  409. </Platform>
  410. <Platform Name="iOSDevice64">
  411. <Operation>1</Operation>
  412. <Extensions>.dylib</Extensions>
  413. </Platform>
  414. <Platform Name="iOSSimulator">
  415. <Operation>1</Operation>
  416. <Extensions>.dylib</Extensions>
  417. </Platform>
  418. <Platform Name="OSX32">
  419. <Operation>1</Operation>
  420. <Extensions>.dylib</Extensions>
  421. </Platform>
  422. <Platform Name="OSX64">
  423. <Operation>1</Operation>
  424. <Extensions>.dylib</Extensions>
  425. </Platform>
  426. <Platform Name="Win32">
  427. <Operation>0</Operation>
  428. <Extensions>.bpl</Extensions>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="File">
  432. <Platform Name="Android">
  433. <Operation>0</Operation>
  434. </Platform>
  435. <Platform Name="iOSDevice32">
  436. <Operation>0</Operation>
  437. </Platform>
  438. <Platform Name="iOSDevice64">
  439. <Operation>0</Operation>
  440. </Platform>
  441. <Platform Name="iOSSimulator">
  442. <Operation>0</Operation>
  443. </Platform>
  444. <Platform Name="OSX32">
  445. <Operation>0</Operation>
  446. </Platform>
  447. <Platform Name="OSX64">
  448. <Operation>0</Operation>
  449. </Platform>
  450. <Platform Name="Win32">
  451. <Operation>0</Operation>
  452. </Platform>
  453. </DeployClass>
  454. <DeployClass Name="iPad_Launch1024">
  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_Launch1024x768">
  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_Launch1536">
  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_Launch1536x2048">
  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_Launch1668">
  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_Launch1668x2388">
  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_Launch2048">
  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_Launch2048x1536">
  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_Launch2048x2732">
  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="iPad_Launch2224">
  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="iPad_Launch2388x1668">
  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="iPad_Launch2732x2048">
  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="iPad_Launch2x">
  587. <Platform Name="iOSDevice64">
  588. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="iOSSimulator">
  592. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Name="iPad_Launch768">
  597. <Platform Name="iOSDevice32">
  598. <Operation>1</Operation>
  599. </Platform>
  600. <Platform Name="iOSDevice64">
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="iOSSimulator">
  604. <Operation>1</Operation>
  605. </Platform>
  606. </DeployClass>
  607. <DeployClass Name="iPad_Launch768x1024">
  608. <Platform Name="iOSDevice32">
  609. <Operation>1</Operation>
  610. </Platform>
  611. <Platform Name="iOSDevice64">
  612. <Operation>1</Operation>
  613. </Platform>
  614. <Platform Name="iOSSimulator">
  615. <Operation>1</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Name="iPad_LaunchDark2x">
  619. <Platform Name="iOSDevice64">
  620. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="iOSSimulator">
  624. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  625. <Operation>1</Operation>
  626. </Platform>
  627. </DeployClass>
  628. <DeployClass Name="iPhone_Launch1125">
  629. <Platform Name="iOSDevice32">
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="iOSDevice64">
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="iOSSimulator">
  636. <Operation>1</Operation>
  637. </Platform>
  638. </DeployClass>
  639. <DeployClass Name="iPhone_Launch1136x640">
  640. <Platform Name="iOSDevice32">
  641. <Operation>1</Operation>
  642. </Platform>
  643. <Platform Name="iOSDevice64">
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <Operation>1</Operation>
  648. </Platform>
  649. </DeployClass>
  650. <DeployClass Name="iPhone_Launch1242">
  651. <Platform Name="iOSDevice32">
  652. <Operation>1</Operation>
  653. </Platform>
  654. <Platform Name="iOSDevice64">
  655. <Operation>1</Operation>
  656. </Platform>
  657. <Platform Name="iOSSimulator">
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPhone_Launch1242x2688">
  662. <Platform Name="iOSDevice32">
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice64">
  666. <Operation>1</Operation>
  667. </Platform>
  668. <Platform Name="iOSSimulator">
  669. <Operation>1</Operation>
  670. </Platform>
  671. </DeployClass>
  672. <DeployClass Name="iPhone_Launch1334">
  673. <Platform Name="iOSDevice32">
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSDevice64">
  677. <Operation>1</Operation>
  678. </Platform>
  679. <Platform Name="iOSSimulator">
  680. <Operation>1</Operation>
  681. </Platform>
  682. </DeployClass>
  683. <DeployClass Name="iPhone_Launch1792">
  684. <Platform Name="iOSDevice32">
  685. <Operation>1</Operation>
  686. </Platform>
  687. <Platform Name="iOSDevice64">
  688. <Operation>1</Operation>
  689. </Platform>
  690. <Platform Name="iOSSimulator">
  691. <Operation>1</Operation>
  692. </Platform>
  693. </DeployClass>
  694. <DeployClass Name="iPhone_Launch2208">
  695. <Platform Name="iOSDevice32">
  696. <Operation>1</Operation>
  697. </Platform>
  698. <Platform Name="iOSDevice64">
  699. <Operation>1</Operation>
  700. </Platform>
  701. <Platform Name="iOSSimulator">
  702. <Operation>1</Operation>
  703. </Platform>
  704. </DeployClass>
  705. <DeployClass Name="iPhone_Launch2436">
  706. <Platform Name="iOSDevice32">
  707. <Operation>1</Operation>
  708. </Platform>
  709. <Platform Name="iOSDevice64">
  710. <Operation>1</Operation>
  711. </Platform>
  712. <Platform Name="iOSSimulator">
  713. <Operation>1</Operation>
  714. </Platform>
  715. </DeployClass>
  716. <DeployClass Name="iPhone_Launch2688x1242">
  717. <Platform Name="iOSDevice32">
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSDevice64">
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="iOSSimulator">
  724. <Operation>1</Operation>
  725. </Platform>
  726. </DeployClass>
  727. <DeployClass Name="iPhone_Launch2x">
  728. <Platform Name="iOSDevice64">
  729. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  730. <Operation>1</Operation>
  731. </Platform>
  732. <Platform Name="iOSSimulator">
  733. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  734. <Operation>1</Operation>
  735. </Platform>
  736. </DeployClass>
  737. <DeployClass Name="iPhone_Launch320">
  738. <Platform Name="iOSDevice32">
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="iOSDevice64">
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="iOSSimulator">
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="iPhone_Launch3x">
  749. <Platform Name="iOSDevice64">
  750. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSSimulator">
  754. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. </DeployClass>
  758. <DeployClass Name="iPhone_Launch640">
  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="iPhone_Launch640x1136">
  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="iPhone_Launch750">
  781. <Platform Name="iOSDevice32">
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="iOSDevice64">
  785. <Operation>1</Operation>
  786. </Platform>
  787. <Platform Name="iOSSimulator">
  788. <Operation>1</Operation>
  789. </Platform>
  790. </DeployClass>
  791. <DeployClass Name="iPhone_Launch828">
  792. <Platform Name="iOSDevice32">
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="iOSDevice64">
  796. <Operation>1</Operation>
  797. </Platform>
  798. <Platform Name="iOSSimulator">
  799. <Operation>1</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <DeployClass Name="iPhone_LaunchDark2x">
  803. <Platform Name="iOSDevice64">
  804. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. </DeployClass>
  812. <DeployClass Name="iPhone_LaunchDark3x">
  813. <Platform Name="iOSDevice64">
  814. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="iOSSimulator">
  818. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="ProjectAndroidManifest">
  823. <Platform Name="Android">
  824. <Operation>1</Operation>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="ProjectiOSDeviceDebug">
  828. <Platform Name="iOSDevice32">
  829. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSDevice64">
  833. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  838. <DeployClass Name="ProjectiOSEntitlements"/>
  839. <DeployClass Name="ProjectiOSInfoPList"/>
  840. <DeployClass Name="ProjectiOSLaunchScreen"/>
  841. <DeployClass Name="ProjectiOSResource">
  842. <Platform Name="iOSDevice32">
  843. <Operation>1</Operation>
  844. </Platform>
  845. <Platform Name="iOSDevice64">
  846. <Operation>1</Operation>
  847. </Platform>
  848. <Platform Name="iOSSimulator">
  849. <Operation>1</Operation>
  850. </Platform>
  851. </DeployClass>
  852. <DeployClass Name="ProjectOSXDebug"/>
  853. <DeployClass Name="ProjectOSXEntitlements"/>
  854. <DeployClass Name="ProjectOSXInfoPList"/>
  855. <DeployClass Name="ProjectOSXResource">
  856. <Platform Name="OSX32">
  857. <RemoteDir>Contents\Resources</RemoteDir>
  858. <Operation>1</Operation>
  859. </Platform>
  860. <Platform Name="OSX64">
  861. <RemoteDir>Contents\Resources</RemoteDir>
  862. <Operation>1</Operation>
  863. </Platform>
  864. </DeployClass>
  865. <DeployClass Required="true" Name="ProjectOutput">
  866. <Platform Name="Android">
  867. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSDevice32">
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="iOSDevice64">
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSSimulator">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="Linux64">
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="OSX32">
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="OSX64">
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="Win32">
  889. <Operation>0</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="ProjectOutput_Android32">
  893. <Platform Name="Android64">
  894. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. </DeployClass>
  898. <DeployClass Name="ProjectUWPManifest">
  899. <Platform Name="Win32">
  900. <Operation>1</Operation>
  901. </Platform>
  902. <Platform Name="Win64">
  903. <Operation>1</Operation>
  904. </Platform>
  905. </DeployClass>
  906. <DeployClass Name="UWP_DelphiLogo150">
  907. <Platform Name="Win32">
  908. <RemoteDir>Assets</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="Win64">
  912. <RemoteDir>Assets</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Name="UWP_DelphiLogo44">
  917. <Platform Name="Win32">
  918. <RemoteDir>Assets</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="Win64">
  922. <RemoteDir>Assets</RemoteDir>
  923. <Operation>1</Operation>
  924. </Platform>
  925. </DeployClass>
  926. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  927. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  928. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  929. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  930. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  931. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  932. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  933. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  934. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  935. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  936. </Deployment>
  937. </BorlandProject>
  938. <ProjectFileVersion>12</ProjectFileVersion>
  939. </ProjectExtensions>
  940. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  941. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  942. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  943. </Project>