GLScene_Scripts_RT.dproj 45 KB

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