GLScene_Cg_RT.dproj 44 KB

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