GXScene_Scripts_DT.dproj 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{3A0243EA-CF9C-4DE9-8560-A4532E9E3436}</ProjectGuid>
  4. <MainSource>GXScene_Scripts_DT.dpk</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>129</TargetedPlatforms>
  8. <AppType>Package</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>19.4</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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  22. <Cfg_1>true</Cfg_1>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  27. <Cfg_2>true</Cfg_2>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  32. <Cfg_2_Win32>true</Cfg_2_Win32>
  33. <CfgParent>Cfg_2</CfgParent>
  34. <Cfg_2>true</Cfg_2>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Base)'!=''">
  38. <DCC_E>false</DCC_E>
  39. <DCC_F>false</DCC_F>
  40. <DCC_K>false</DCC_K>
  41. <DCC_N>false</DCC_N>
  42. <DCC_S>false</DCC_S>
  43. <DCC_ImageBase>00400000</DCC_ImageBase>
  44. <GenDll>true</GenDll>
  45. <GenPackage>true</GenPackage>
  46. <SanitizedProjectName>GXScene_Scripts_DT</SanitizedProjectName>
  47. <DCC_Description>GLXcene Scripts</DCC_Description>
  48. <DesignOnlyPackage>true</DesignOnlyPackage>
  49. <VerInfo_Locale>1049</VerInfo_Locale>
  50. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  51. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;REST.Authenticator.OAuth.WebForm;$(DCC_Namespace)</DCC_Namespace>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  54. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  55. <BT_BuildType>Debug</BT_BuildType>
  56. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  57. <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>
  58. <VerInfo_Locale>1033</VerInfo_Locale>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  61. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  62. <DCC_DebugInformation>0</DCC_DebugInformation>
  63. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  64. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  67. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  68. <DCC_Optimize>false</DCC_Optimize>
  69. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  70. <DCC_RangeChecking>true</DCC_RangeChecking>
  71. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  74. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  75. <VerInfo_Locale>1033</VerInfo_Locale>
  76. <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>
  77. <DCC_Description>GXScene Scripts</DCC_Description>
  78. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  79. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  80. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  81. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  82. </PropertyGroup>
  83. <ItemGroup>
  84. <DelphiCompile Include="$(MainSource)">
  85. <MainSource>MainSource</MainSource>
  86. </DelphiCompile>
  87. <DCCReference Include="rtl.dcp"/>
  88. <DCCReference Include="fmx.dcp"/>
  89. <DCCReference Include="dws.Runtime.dcp"/>
  90. <DCCReference Include="GXScene_RT.dcp"/>
  91. <DCCReference Include="GXScene_Scripts_RT.dcp"/>
  92. <DCCReference Include="..\Source\DWSx.Scene.pas"/>
  93. <RcCompile Include="..\resources\GXSceneDWS.rc">
  94. <Form>GXSceneDWS.res</Form>
  95. </RcCompile>
  96. <BuildConfiguration Include="Base">
  97. <Key>Base</Key>
  98. </BuildConfiguration>
  99. <BuildConfiguration Include="Release">
  100. <Key>Cfg_1</Key>
  101. <CfgParent>Base</CfgParent>
  102. </BuildConfiguration>
  103. <BuildConfiguration Include="Debug">
  104. <Key>Cfg_2</Key>
  105. <CfgParent>Base</CfgParent>
  106. </BuildConfiguration>
  107. </ItemGroup>
  108. <ProjectExtensions>
  109. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  110. <Borland.ProjectType>Package</Borland.ProjectType>
  111. <BorlandProject>
  112. <Delphi.Personality>
  113. <Source>
  114. <Source Name="MainSource">GXScene_Scripts_DT.dpk</Source>
  115. </Source>
  116. <Excluded_Packages>
  117. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GBComps.bpl">Geoblock - Components</Excluded_Packages>
  118. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GR32_DT.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GR32_DT.bpl not found</Excluded_Packages>
  119. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIO.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIO.bpl not found</Excluded_Packages>
  120. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIODB.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GEdgeIODB.bpl not found</Excluded_Packages>
  121. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  122. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  123. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  124. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  125. </Excluded_Packages>
  126. </Delphi.Personality>
  127. <Platforms>
  128. <Platform value="Linux64">True</Platform>
  129. <Platform value="Win32">True</Platform>
  130. <Platform value="Win64">False</Platform>
  131. </Platforms>
  132. <Deployment Version="3">
  133. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  134. <Platform Name="iOSSimulator">
  135. <Overwrite>true</Overwrite>
  136. </Platform>
  137. </DeployFile>
  138. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  139. <Platform Name="iOSSimulator">
  140. <Overwrite>true</Overwrite>
  141. </Platform>
  142. </DeployFile>
  143. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  144. <Platform Name="OSX32">
  145. <Overwrite>true</Overwrite>
  146. </Platform>
  147. </DeployFile>
  148. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GXScene_Scripts_DT.bpl" Configuration="Debug" Class="ProjectOutput">
  149. <Platform Name="Win32">
  150. <RemoteName>GXScene_Scripts_DT.bpl</RemoteName>
  151. <Overwrite>true</Overwrite>
  152. </Platform>
  153. </DeployFile>
  154. <DeployClass Name="AdditionalDebugSymbols">
  155. <Platform Name="OSX32">
  156. <Operation>1</Operation>
  157. </Platform>
  158. <Platform Name="Win32">
  159. <Operation>0</Operation>
  160. </Platform>
  161. </DeployClass>
  162. <DeployClass Name="AndroidClasses">
  163. <Platform Name="Android">
  164. <RemoteDir>classes</RemoteDir>
  165. <Operation>64</Operation>
  166. </Platform>
  167. <Platform Name="Android64">
  168. <RemoteDir>classes</RemoteDir>
  169. <Operation>64</Operation>
  170. </Platform>
  171. </DeployClass>
  172. <DeployClass Name="AndroidFileProvider">
  173. <Platform Name="Android">
  174. <RemoteDir>res\xml</RemoteDir>
  175. <Operation>1</Operation>
  176. </Platform>
  177. <Platform Name="Android64">
  178. <RemoteDir>res\xml</RemoteDir>
  179. <Operation>1</Operation>
  180. </Platform>
  181. </DeployClass>
  182. <DeployClass Name="AndroidGDBServer">
  183. <Platform Name="Android">
  184. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  185. <Operation>1</Operation>
  186. </Platform>
  187. </DeployClass>
  188. <DeployClass Name="AndroidLibnativeArmeabiFile">
  189. <Platform Name="Android">
  190. <RemoteDir>library\lib\armeabi</RemoteDir>
  191. <Operation>1</Operation>
  192. </Platform>
  193. <Platform Name="Android64">
  194. <RemoteDir>library\lib\armeabi</RemoteDir>
  195. <Operation>1</Operation>
  196. </Platform>
  197. </DeployClass>
  198. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  199. <Platform Name="Android64">
  200. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  201. <Operation>1</Operation>
  202. </Platform>
  203. </DeployClass>
  204. <DeployClass Name="AndroidLibnativeMipsFile">
  205. <Platform Name="Android">
  206. <RemoteDir>library\lib\mips</RemoteDir>
  207. <Operation>1</Operation>
  208. </Platform>
  209. <Platform Name="Android64">
  210. <RemoteDir>library\lib\mips</RemoteDir>
  211. <Operation>1</Operation>
  212. </Platform>
  213. </DeployClass>
  214. <DeployClass Name="AndroidServiceOutput">
  215. <Platform Name="Android">
  216. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  217. <Operation>1</Operation>
  218. </Platform>
  219. <Platform Name="Android64">
  220. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  221. <Operation>1</Operation>
  222. </Platform>
  223. </DeployClass>
  224. <DeployClass Name="AndroidServiceOutput_Android32">
  225. <Platform Name="Android64">
  226. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  227. <Operation>1</Operation>
  228. </Platform>
  229. </DeployClass>
  230. <DeployClass Name="AndroidSplashImageDef">
  231. <Platform Name="Android">
  232. <RemoteDir>res\drawable</RemoteDir>
  233. <Operation>1</Operation>
  234. </Platform>
  235. <Platform Name="Android64">
  236. <RemoteDir>res\drawable</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="AndroidSplashStyles">
  241. <Platform Name="Android">
  242. <RemoteDir>res\values</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. <Platform Name="Android64">
  246. <RemoteDir>res\values</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="AndroidSplashStylesV21">
  251. <Platform Name="Android">
  252. <RemoteDir>res\values-v21</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. <Platform Name="Android64">
  256. <RemoteDir>res\values-v21</RemoteDir>
  257. <Operation>1</Operation>
  258. </Platform>
  259. </DeployClass>
  260. <DeployClass Name="Android_Colors">
  261. <Platform Name="Android">
  262. <RemoteDir>res\values</RemoteDir>
  263. <Operation>1</Operation>
  264. </Platform>
  265. <Platform Name="Android64">
  266. <RemoteDir>res\values</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. </DeployClass>
  270. <DeployClass Name="Android_DefaultAppIcon">
  271. <Platform Name="Android">
  272. <RemoteDir>res\drawable</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. <Platform Name="Android64">
  276. <RemoteDir>res\drawable</RemoteDir>
  277. <Operation>1</Operation>
  278. </Platform>
  279. </DeployClass>
  280. <DeployClass Name="Android_LauncherIcon144">
  281. <Platform Name="Android">
  282. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  283. <Operation>1</Operation>
  284. </Platform>
  285. <Platform Name="Android64">
  286. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  287. <Operation>1</Operation>
  288. </Platform>
  289. </DeployClass>
  290. <DeployClass Name="Android_LauncherIcon192">
  291. <Platform Name="Android">
  292. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  293. <Operation>1</Operation>
  294. </Platform>
  295. <Platform Name="Android64">
  296. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="Android_LauncherIcon36">
  301. <Platform Name="Android">
  302. <RemoteDir>res\drawable-ldpi</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. <Platform Name="Android64">
  306. <RemoteDir>res\drawable-ldpi</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="Android_LauncherIcon48">
  311. <Platform Name="Android">
  312. <RemoteDir>res\drawable-mdpi</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. <Platform Name="Android64">
  316. <RemoteDir>res\drawable-mdpi</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. </DeployClass>
  320. <DeployClass Name="Android_LauncherIcon72">
  321. <Platform Name="Android">
  322. <RemoteDir>res\drawable-hdpi</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. <Platform Name="Android64">
  326. <RemoteDir>res\drawable-hdpi</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="Android_LauncherIcon96">
  331. <Platform Name="Android">
  332. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. <Platform Name="Android64">
  336. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="Android_NotificationIcon24">
  341. <Platform Name="Android">
  342. <RemoteDir>res\drawable-mdpi</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. <Platform Name="Android64">
  346. <RemoteDir>res\drawable-mdpi</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="Android_NotificationIcon36">
  351. <Platform Name="Android">
  352. <RemoteDir>res\drawable-hdpi</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. <Platform Name="Android64">
  356. <RemoteDir>res\drawable-hdpi</RemoteDir>
  357. <Operation>1</Operation>
  358. </Platform>
  359. </DeployClass>
  360. <DeployClass Name="Android_NotificationIcon48">
  361. <Platform Name="Android">
  362. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. <Platform Name="Android64">
  366. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="Android_NotificationIcon72">
  371. <Platform Name="Android">
  372. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. <Platform Name="Android64">
  376. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="Android_NotificationIcon96">
  381. <Platform Name="Android">
  382. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. <Platform Name="Android64">
  386. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="Android_SplashImage426">
  391. <Platform Name="Android">
  392. <RemoteDir>res\drawable-small</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. <Platform Name="Android64">
  396. <RemoteDir>res\drawable-small</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="Android_SplashImage470">
  401. <Platform Name="Android">
  402. <RemoteDir>res\drawable-normal</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. <Platform Name="Android64">
  406. <RemoteDir>res\drawable-normal</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="Android_SplashImage640">
  411. <Platform Name="Android">
  412. <RemoteDir>res\drawable-large</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. <Platform Name="Android64">
  416. <RemoteDir>res\drawable-large</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="Android_SplashImage960">
  421. <Platform Name="Android">
  422. <RemoteDir>res\drawable-xlarge</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. <Platform Name="Android64">
  426. <RemoteDir>res\drawable-xlarge</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="Android_Strings">
  431. <Platform Name="Android">
  432. <RemoteDir>res\values</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="Android64">
  436. <RemoteDir>res\values</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="DebugSymbols">
  441. <Platform Name="iOSSimulator">
  442. <Operation>1</Operation>
  443. </Platform>
  444. <Platform Name="OSX32">
  445. <Operation>1</Operation>
  446. </Platform>
  447. <Platform Name="Win32">
  448. <Operation>0</Operation>
  449. </Platform>
  450. </DeployClass>
  451. <DeployClass Name="DependencyFramework">
  452. <Platform Name="OSX32">
  453. <Operation>1</Operation>
  454. <Extensions>.framework</Extensions>
  455. </Platform>
  456. <Platform Name="OSX64">
  457. <Operation>1</Operation>
  458. <Extensions>.framework</Extensions>
  459. </Platform>
  460. <Platform Name="OSXARM64">
  461. <Operation>1</Operation>
  462. <Extensions>.framework</Extensions>
  463. </Platform>
  464. <Platform Name="Win32">
  465. <Operation>0</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="DependencyModule">
  469. <Platform Name="OSX32">
  470. <Operation>1</Operation>
  471. <Extensions>.dylib</Extensions>
  472. </Platform>
  473. <Platform Name="OSX64">
  474. <Operation>1</Operation>
  475. <Extensions>.dylib</Extensions>
  476. </Platform>
  477. <Platform Name="OSXARM64">
  478. <Operation>1</Operation>
  479. <Extensions>.dylib</Extensions>
  480. </Platform>
  481. <Platform Name="Win32">
  482. <Operation>0</Operation>
  483. <Extensions>.dll;.bpl</Extensions>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Required="true" Name="DependencyPackage">
  487. <Platform Name="iOSDevice32">
  488. <Operation>1</Operation>
  489. <Extensions>.dylib</Extensions>
  490. </Platform>
  491. <Platform Name="iOSDevice64">
  492. <Operation>1</Operation>
  493. <Extensions>.dylib</Extensions>
  494. </Platform>
  495. <Platform Name="iOSSimulator">
  496. <Operation>1</Operation>
  497. <Extensions>.dylib</Extensions>
  498. </Platform>
  499. <Platform Name="OSX32">
  500. <Operation>1</Operation>
  501. <Extensions>.dylib</Extensions>
  502. </Platform>
  503. <Platform Name="OSX64">
  504. <Operation>1</Operation>
  505. <Extensions>.dylib</Extensions>
  506. </Platform>
  507. <Platform Name="OSXARM64">
  508. <Operation>1</Operation>
  509. <Extensions>.dylib</Extensions>
  510. </Platform>
  511. <Platform Name="Win32">
  512. <Operation>0</Operation>
  513. <Extensions>.bpl</Extensions>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="File">
  517. <Platform Name="Android">
  518. <Operation>0</Operation>
  519. </Platform>
  520. <Platform Name="Android64">
  521. <Operation>0</Operation>
  522. </Platform>
  523. <Platform Name="iOSDevice32">
  524. <Operation>0</Operation>
  525. </Platform>
  526. <Platform Name="iOSDevice64">
  527. <Operation>0</Operation>
  528. </Platform>
  529. <Platform Name="iOSSimulator">
  530. <Operation>0</Operation>
  531. </Platform>
  532. <Platform Name="OSX32">
  533. <Operation>0</Operation>
  534. </Platform>
  535. <Platform Name="OSX64">
  536. <Operation>0</Operation>
  537. </Platform>
  538. <Platform Name="OSXARM64">
  539. <Operation>0</Operation>
  540. </Platform>
  541. <Platform Name="Win32">
  542. <Operation>0</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="iOS_AppStore1024">
  546. <Platform Name="iOSDevice64">
  547. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  548. <Operation>1</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="iPad_AppIcon152">
  552. <Platform Name="iOSDevice64">
  553. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. <Platform Name="iOSSimulator">
  557. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  558. <Operation>1</Operation>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="iPad_AppIcon167">
  562. <Platform Name="iOSDevice64">
  563. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="iOSSimulator">
  567. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  568. <Operation>1</Operation>
  569. </Platform>
  570. </DeployClass>
  571. <DeployClass Name="iPad_Launch2x">
  572. <Platform Name="iOSDevice64">
  573. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  574. <Operation>1</Operation>
  575. </Platform>
  576. <Platform Name="iOSSimulator">
  577. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  578. <Operation>1</Operation>
  579. </Platform>
  580. </DeployClass>
  581. <DeployClass Name="iPad_LaunchDark2x">
  582. <Platform Name="iOSDevice64">
  583. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="iOSSimulator">
  587. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  588. <Operation>1</Operation>
  589. </Platform>
  590. </DeployClass>
  591. <DeployClass Name="iPad_Notification40">
  592. <Platform Name="iOSDevice64">
  593. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  594. <Operation>1</Operation>
  595. </Platform>
  596. <Platform Name="iOSSimulator">
  597. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  598. <Operation>1</Operation>
  599. </Platform>
  600. </DeployClass>
  601. <DeployClass Name="iPad_Setting58">
  602. <Platform Name="iOSDevice64">
  603. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. <Platform Name="iOSSimulator">
  607. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  608. <Operation>1</Operation>
  609. </Platform>
  610. </DeployClass>
  611. <DeployClass Name="iPad_SpotLight80">
  612. <Platform Name="iOSDevice64">
  613. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  614. <Operation>1</Operation>
  615. </Platform>
  616. <Platform Name="iOSSimulator">
  617. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  618. <Operation>1</Operation>
  619. </Platform>
  620. </DeployClass>
  621. <DeployClass Name="iPhone_AppIcon120">
  622. <Platform Name="iOSDevice64">
  623. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  624. <Operation>1</Operation>
  625. </Platform>
  626. <Platform Name="iOSSimulator">
  627. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  628. <Operation>1</Operation>
  629. </Platform>
  630. </DeployClass>
  631. <DeployClass Name="iPhone_AppIcon180">
  632. <Platform Name="iOSDevice64">
  633. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. <Platform Name="iOSSimulator">
  637. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  638. <Operation>1</Operation>
  639. </Platform>
  640. </DeployClass>
  641. <DeployClass Name="iPhone_Launch2x">
  642. <Platform Name="iOSDevice64">
  643. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. </DeployClass>
  651. <DeployClass Name="iPhone_Launch3x">
  652. <Platform Name="iOSDevice64">
  653. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSSimulator">
  657. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPhone_LaunchDark2x">
  662. <Platform Name="iOSDevice64">
  663. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="iOSSimulator">
  667. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Name="iPhone_LaunchDark3x">
  672. <Platform Name="iOSDevice64">
  673. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSSimulator">
  677. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  678. <Operation>1</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="iPhone_Notification40">
  682. <Platform Name="iOSDevice64">
  683. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  684. <Operation>1</Operation>
  685. </Platform>
  686. <Platform Name="iOSSimulator">
  687. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  688. <Operation>1</Operation>
  689. </Platform>
  690. </DeployClass>
  691. <DeployClass Name="iPhone_Notification60">
  692. <Platform Name="iOSDevice64">
  693. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSSimulator">
  697. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  698. <Operation>1</Operation>
  699. </Platform>
  700. </DeployClass>
  701. <DeployClass Name="iPhone_Setting58">
  702. <Platform Name="iOSDevice64">
  703. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  704. <Operation>1</Operation>
  705. </Platform>
  706. <Platform Name="iOSSimulator">
  707. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  708. <Operation>1</Operation>
  709. </Platform>
  710. </DeployClass>
  711. <DeployClass Name="iPhone_Setting87">
  712. <Platform Name="iOSDevice64">
  713. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  714. <Operation>1</Operation>
  715. </Platform>
  716. <Platform Name="iOSSimulator">
  717. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  718. <Operation>1</Operation>
  719. </Platform>
  720. </DeployClass>
  721. <DeployClass Name="iPhone_Spotlight120">
  722. <Platform Name="iOSDevice64">
  723. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  724. <Operation>1</Operation>
  725. </Platform>
  726. <Platform Name="iOSSimulator">
  727. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  728. <Operation>1</Operation>
  729. </Platform>
  730. </DeployClass>
  731. <DeployClass Name="iPhone_Spotlight80">
  732. <Platform Name="iOSDevice64">
  733. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  734. <Operation>1</Operation>
  735. </Platform>
  736. <Platform Name="iOSSimulator">
  737. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  738. <Operation>1</Operation>
  739. </Platform>
  740. </DeployClass>
  741. <DeployClass Name="ProjectAndroidManifest">
  742. <Platform Name="Android">
  743. <Operation>1</Operation>
  744. </Platform>
  745. <Platform Name="Android64">
  746. <Operation>1</Operation>
  747. </Platform>
  748. </DeployClass>
  749. <DeployClass Name="ProjectiOSDeviceDebug">
  750. <Platform Name="iOSDevice32">
  751. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  752. <Operation>1</Operation>
  753. </Platform>
  754. <Platform Name="iOSDevice64">
  755. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  756. <Operation>1</Operation>
  757. </Platform>
  758. </DeployClass>
  759. <DeployClass Name="ProjectiOSEntitlements"/>
  760. <DeployClass Name="ProjectiOSInfoPList"/>
  761. <DeployClass Name="ProjectiOSLaunchScreen"/>
  762. <DeployClass Name="ProjectiOSResource">
  763. <Platform Name="iOSDevice32">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSDevice64">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="iOSSimulator">
  770. <Operation>1</Operation>
  771. </Platform>
  772. </DeployClass>
  773. <DeployClass Name="ProjectOSXDebug"/>
  774. <DeployClass Name="ProjectOSXEntitlements"/>
  775. <DeployClass Name="ProjectOSXInfoPList"/>
  776. <DeployClass Name="ProjectOSXResource">
  777. <Platform Name="OSX32">
  778. <RemoteDir>Contents\Resources</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="OSX64">
  782. <RemoteDir>Contents\Resources</RemoteDir>
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="OSXARM64">
  786. <RemoteDir>Contents\Resources</RemoteDir>
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Required="true" Name="ProjectOutput">
  791. <Platform Name="Android">
  792. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="Android64">
  796. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  797. <Operation>1</Operation>
  798. </Platform>
  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. <Platform Name="Linux64">
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="OSX32">
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="OSX64">
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="OSXARM64">
  818. <Operation>1</Operation>
  819. </Platform>
  820. <Platform Name="Win32">
  821. <Operation>0</Operation>
  822. </Platform>
  823. </DeployClass>
  824. <DeployClass Name="ProjectOutput_Android32">
  825. <Platform Name="Android64">
  826. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  827. <Operation>1</Operation>
  828. </Platform>
  829. </DeployClass>
  830. <DeployClass Name="ProjectUWPManifest">
  831. <Platform Name="Win32">
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="Win64">
  835. <Operation>1</Operation>
  836. </Platform>
  837. </DeployClass>
  838. <DeployClass Name="UWP_DelphiLogo150">
  839. <Platform Name="Win32">
  840. <RemoteDir>Assets</RemoteDir>
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="Win64">
  844. <RemoteDir>Assets</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="UWP_DelphiLogo44">
  849. <Platform Name="Win32">
  850. <RemoteDir>Assets</RemoteDir>
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="Win64">
  854. <RemoteDir>Assets</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. </DeployClass>
  858. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  859. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  860. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  861. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  862. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  863. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  864. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  865. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  866. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
  867. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  868. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  869. </Deployment>
  870. </BorlandProject>
  871. <ProjectFileVersion>12</ProjectFileVersion>
  872. </ProjectExtensions>
  873. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  874. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  875. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  876. </Project>