OdeClothifyD.dproj 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{08195F1D-9CAA-44A5-95D8-065E7EC675AB}</ProjectGuid>
  4. <MainSource>OdeClothifyD.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>20.3</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">OdeClothifyD</ProjectName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  18. <Base_Win32>true</Base_Win32>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  23. <Base_Win64>true</Base_Win64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  28. <Cfg_1>true</Cfg_1>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  33. <Cfg_2>true</Cfg_2>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  38. <Cfg_2_Win32>true</Cfg_2_Win32>
  39. <CfgParent>Cfg_2</CfgParent>
  40. <Cfg_2>true</Cfg_2>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  44. <Cfg_2_Win64>true</Cfg_2_Win64>
  45. <CfgParent>Cfg_2</CfgParent>
  46. <Cfg_2>true</Cfg_2>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Base)'!=''">
  50. <DCC_S>false</DCC_S>
  51. <DCC_ImageBase>00400000</DCC_ImageBase>
  52. <DCC_K>false</DCC_K>
  53. <VerInfo_Locale>1049</VerInfo_Locale>
  54. <SanitizedProjectName>OdeClothifyD</SanitizedProjectName>
  55. <DCC_N>false</DCC_N>
  56. <DCC_E>false</DCC_E>
  57. <DCC_F>false</DCC_F>
  58. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  59. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  60. <DCC_Define>SKIA;$(DCC_Define)</DCC_Define>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  63. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  64. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  65. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  66. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  67. <VerInfo_Locale>1033</VerInfo_Locale>
  68. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  69. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  70. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  73. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  74. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  75. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  76. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  77. <VerInfo_Locale>1033</VerInfo_Locale>
  78. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  79. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  80. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  83. <DCC_DebugInformation>0</DCC_DebugInformation>
  84. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  85. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  86. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  89. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  90. <DCC_Optimize>false</DCC_Optimize>
  91. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  94. <BT_BuildType>Debug</BT_BuildType>
  95. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  96. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  97. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  98. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  99. <VerInfo_Locale>1033</VerInfo_Locale>
  100. <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>
  101. <DCC_UnitSearchPath>..\..\..\..\Unipas;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  102. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  105. <BT_BuildType>Debug</BT_BuildType>
  106. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  107. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  108. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  109. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  110. <VerInfo_Locale>1033</VerInfo_Locale>
  111. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  112. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  113. </PropertyGroup>
  114. <ItemGroup>
  115. <DelphiCompile Include="$(MainSource)">
  116. <MainSource>MainSource</MainSource>
  117. </DelphiCompile>
  118. <DCCReference Include="fOdeClothifyD.pas">
  119. <Form>FormClothify</Form>
  120. </DCCReference>
  121. <BuildConfiguration Include="Base">
  122. <Key>Base</Key>
  123. </BuildConfiguration>
  124. <BuildConfiguration Include="Release">
  125. <Key>Cfg_1</Key>
  126. <CfgParent>Base</CfgParent>
  127. </BuildConfiguration>
  128. <BuildConfiguration Include="Debug">
  129. <Key>Cfg_2</Key>
  130. <CfgParent>Base</CfgParent>
  131. </BuildConfiguration>
  132. </ItemGroup>
  133. <ProjectExtensions>
  134. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  135. <Borland.ProjectType/>
  136. <BorlandProject>
  137. <Delphi.Personality>
  138. <Source>
  139. <Source Name="MainSource">OdeClothifyD.dpr</Source>
  140. </Source>
  141. <Excluded_Packages>
  142. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  143. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  144. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  145. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  146. </Excluded_Packages>
  147. </Delphi.Personality>
  148. <Platforms>
  149. <Platform value="Win32">True</Platform>
  150. <Platform value="Win64">True</Platform>
  151. </Platforms>
  152. <Deployment Version="5">
  153. <DeployFile Condition="'$(SKIADIR)'==''" Required="true" LocalName="$(BDS)\bin64\sk4d.dll" Configuration="Debug" Class="Skia">
  154. <Platform Name="Win64">
  155. <RemoteDir>.\</RemoteDir>
  156. <Operation>0</Operation>
  157. <RemoteName>sk4d.dll</RemoteName>
  158. <Overwrite>true</Overwrite>
  159. </Platform>
  160. </DeployFile>
  161. <DeployFile Condition="'$(SKIADIR)'==''" Required="true" LocalName="$(BDS)\bin64\sk4d.dll" Configuration="Release" Class="Skia">
  162. <Platform Name="Win64">
  163. <RemoteDir>.\</RemoteDir>
  164. <Operation>0</Operation>
  165. <RemoteName>sk4d.dll</RemoteName>
  166. <Overwrite>true</Overwrite>
  167. </Platform>
  168. </DeployFile>
  169. <DeployFile Condition="'$(SKIADIR)'==''" Required="true" LocalName="$(BDS)\bin\sk4d.dll" Configuration="Debug" Class="Skia">
  170. <Platform Name="Win32">
  171. <RemoteDir>.\</RemoteDir>
  172. <Operation>0</Operation>
  173. <RemoteName>sk4d.dll</RemoteName>
  174. <Overwrite>true</Overwrite>
  175. </Platform>
  176. </DeployFile>
  177. <DeployFile Condition="'$(SKIADIR)'==''" Required="true" LocalName="$(BDS)\bin\sk4d.dll" Configuration="Release" Class="Skia">
  178. <Platform Name="Win32">
  179. <RemoteDir>.\</RemoteDir>
  180. <Operation>0</Operation>
  181. <RemoteName>sk4d.dll</RemoteName>
  182. <Overwrite>true</Overwrite>
  183. </Platform>
  184. </DeployFile>
  185. <DeployFile Condition="'$(SKIADIR)'!=''" Required="true" LocalName="$(SKIADIR)\Binary\Shared\Win32\sk4d.dll" Configuration="Debug" Class="Skia">
  186. <Platform Name="Win32">
  187. <RemoteDir>.\</RemoteDir>
  188. <Operation>0</Operation>
  189. <RemoteName>sk4d.dll</RemoteName>
  190. <Overwrite>true</Overwrite>
  191. </Platform>
  192. </DeployFile>
  193. <DeployFile Condition="'$(SKIADIR)'!=''" Required="true" LocalName="$(SKIADIR)\Binary\Shared\Win32\sk4d.dll" Configuration="Release" Class="Skia">
  194. <Platform Name="Win32">
  195. <RemoteDir>.\</RemoteDir>
  196. <Operation>0</Operation>
  197. <RemoteName>sk4d.dll</RemoteName>
  198. <Overwrite>true</Overwrite>
  199. </Platform>
  200. </DeployFile>
  201. <DeployFile Condition="'$(SKIADIR)'!=''" Required="true" LocalName="$(SKIADIR)\Binary\Shared\Win64\sk4d.dll" Configuration="Debug" Class="Skia">
  202. <Platform Name="Win64">
  203. <RemoteDir>.\</RemoteDir>
  204. <Operation>0</Operation>
  205. <RemoteName>sk4d.dll</RemoteName>
  206. <Overwrite>true</Overwrite>
  207. </Platform>
  208. </DeployFile>
  209. <DeployFile Condition="'$(SKIADIR)'!=''" Required="true" LocalName="$(SKIADIR)\Binary\Shared\Win64\sk4d.dll" Configuration="Release" Class="Skia">
  210. <Platform Name="Win64">
  211. <RemoteDir>.\</RemoteDir>
  212. <Operation>0</Operation>
  213. <RemoteName>sk4d.dll</RemoteName>
  214. <Overwrite>true</Overwrite>
  215. </Platform>
  216. </DeployFile>
  217. <DeployFile LocalName="Win32\Debug\OdeClothifyD.exe" Configuration="Debug" Class="ProjectOutput"/>
  218. <DeployClass Name="AdditionalDebugSymbols">
  219. <Platform Name="iOSSimulator">
  220. <Operation>1</Operation>
  221. </Platform>
  222. <Platform Name="OSX32">
  223. <RemoteDir>Contents\MacOS</RemoteDir>
  224. <Operation>1</Operation>
  225. </Platform>
  226. <Platform Name="Win32">
  227. <Operation>0</Operation>
  228. </Platform>
  229. </DeployClass>
  230. <DeployClass Name="AndroidFileProvider">
  231. <Platform Name="Android">
  232. <RemoteDir>res\xml</RemoteDir>
  233. <Operation>1</Operation>
  234. </Platform>
  235. <Platform Name="Android64">
  236. <RemoteDir>res\xml</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="AndroidLibnativeArmeabiFile">
  241. <Platform Name="Android">
  242. <RemoteDir>library\lib\armeabi</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. <Platform Name="Android64">
  246. <RemoteDir>library\lib\armeabi</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  251. <Platform Name="Android64">
  252. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. </DeployClass>
  256. <DeployClass Name="AndroidLibnativeMipsFile">
  257. <Platform Name="Android">
  258. <RemoteDir>library\lib\mips</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. <Platform Name="Android64">
  262. <RemoteDir>library\lib\mips</RemoteDir>
  263. <Operation>1</Operation>
  264. </Platform>
  265. </DeployClass>
  266. <DeployClass Name="AndroidServiceOutput">
  267. <Platform Name="Android">
  268. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. <Platform Name="Android64">
  272. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. </DeployClass>
  276. <DeployClass Name="AndroidServiceOutput_Android32">
  277. <Platform Name="Android64">
  278. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. </DeployClass>
  282. <DeployClass Name="AndroidSplashImageDef">
  283. <Platform Name="Android">
  284. <RemoteDir>res\drawable</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. <Platform Name="Android64">
  288. <RemoteDir>res\drawable</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="AndroidSplashImageDefV21">
  293. <Platform Name="Android">
  294. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. <Platform Name="Android64">
  298. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  299. <Operation>1</Operation>
  300. </Platform>
  301. </DeployClass>
  302. <DeployClass Name="AndroidSplashStyles">
  303. <Platform Name="Android">
  304. <RemoteDir>res\values</RemoteDir>
  305. <Operation>1</Operation>
  306. </Platform>
  307. <Platform Name="Android64">
  308. <RemoteDir>res\values</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. </DeployClass>
  312. <DeployClass Name="AndroidSplashStylesV21">
  313. <Platform Name="Android">
  314. <RemoteDir>res\values-v21</RemoteDir>
  315. <Operation>1</Operation>
  316. </Platform>
  317. <Platform Name="Android64">
  318. <RemoteDir>res\values-v21</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="AndroidSplashStylesV31">
  323. <Platform Name="Android">
  324. <RemoteDir>res\values-v31</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. <Platform Name="Android64">
  328. <RemoteDir>res\values-v31</RemoteDir>
  329. <Operation>1</Operation>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Name="AndroidSplashStylesV35">
  333. <Platform Name="Android">
  334. <RemoteDir>res\values-v35</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. <Platform Name="Android64">
  338. <RemoteDir>res\values-v35</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. </DeployClass>
  342. <DeployClass Name="Android_AdaptiveIcon">
  343. <Platform Name="Android">
  344. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. <Platform Name="Android64">
  348. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. </DeployClass>
  352. <DeployClass Name="Android_AdaptiveIconBackground">
  353. <Platform Name="Android">
  354. <RemoteDir>res\drawable</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. <Platform Name="Android64">
  358. <RemoteDir>res\drawable</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="Android_AdaptiveIconForeground">
  363. <Platform Name="Android">
  364. <RemoteDir>res\drawable</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. <Platform Name="Android64">
  368. <RemoteDir>res\drawable</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="Android_AdaptiveIconMonochrome">
  373. <Platform Name="Android">
  374. <RemoteDir>res\drawable</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. <Platform Name="Android64">
  378. <RemoteDir>res\drawable</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="Android_AdaptiveIconV33">
  383. <Platform Name="Android">
  384. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="Android64">
  388. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="Android_Colors">
  393. <Platform Name="Android">
  394. <RemoteDir>res\values</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. <Platform Name="Android64">
  398. <RemoteDir>res\values</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="Android_ColorsDark">
  403. <Platform Name="Android">
  404. <RemoteDir>res\values-night-v21</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. <Platform Name="Android64">
  408. <RemoteDir>res\values-night-v21</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. </DeployClass>
  412. <DeployClass Name="Android_DefaultAppIcon">
  413. <Platform Name="Android">
  414. <RemoteDir>res\drawable</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. <Platform Name="Android64">
  418. <RemoteDir>res\drawable</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. </DeployClass>
  422. <DeployClass Name="Android_LauncherIcon144">
  423. <Platform Name="Android">
  424. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. <Platform Name="Android64">
  428. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="Android_LauncherIcon192">
  433. <Platform Name="Android">
  434. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="Android64">
  438. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="Android_LauncherIcon36">
  443. <Platform Name="Android">
  444. <RemoteDir>res\drawable-ldpi</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. <Platform Name="Android64">
  448. <RemoteDir>res\drawable-ldpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="Android_LauncherIcon48">
  453. <Platform Name="Android">
  454. <RemoteDir>res\drawable-mdpi</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="Android64">
  458. <RemoteDir>res\drawable-mdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="Android_LauncherIcon72">
  463. <Platform Name="Android">
  464. <RemoteDir>res\drawable-hdpi</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. <Platform Name="Android64">
  468. <RemoteDir>res\drawable-hdpi</RemoteDir>
  469. <Operation>1</Operation>
  470. </Platform>
  471. </DeployClass>
  472. <DeployClass Name="Android_LauncherIcon96">
  473. <Platform Name="Android">
  474. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="Android64">
  478. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="Android_NotificationIcon24">
  483. <Platform Name="Android">
  484. <RemoteDir>res\drawable-mdpi</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="Android64">
  488. <RemoteDir>res\drawable-mdpi</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="Android_NotificationIcon36">
  493. <Platform Name="Android">
  494. <RemoteDir>res\drawable-hdpi</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. <Platform Name="Android64">
  498. <RemoteDir>res\drawable-hdpi</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="Android_NotificationIcon48">
  503. <Platform Name="Android">
  504. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="Android64">
  508. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="Android_NotificationIcon72">
  513. <Platform Name="Android">
  514. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. <Platform Name="Android64">
  518. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Name="Android_NotificationIcon96">
  523. <Platform Name="Android">
  524. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="Android64">
  528. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="Android_SplashImage426">
  533. <Platform Name="Android">
  534. <RemoteDir>res\drawable-small</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="Android64">
  538. <RemoteDir>res\drawable-small</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="Android_SplashImage470">
  543. <Platform Name="Android">
  544. <RemoteDir>res\drawable-normal</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="Android64">
  548. <RemoteDir>res\drawable-normal</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="Android_SplashImage640">
  553. <Platform Name="Android">
  554. <RemoteDir>res\drawable-large</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="Android64">
  558. <RemoteDir>res\drawable-large</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="Android_SplashImage960">
  563. <Platform Name="Android">
  564. <RemoteDir>res\drawable-xlarge</RemoteDir>
  565. <Operation>1</Operation>
  566. </Platform>
  567. <Platform Name="Android64">
  568. <RemoteDir>res\drawable-xlarge</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. </DeployClass>
  572. <DeployClass Name="Android_Strings">
  573. <Platform Name="Android">
  574. <RemoteDir>res\values</RemoteDir>
  575. <Operation>1</Operation>
  576. </Platform>
  577. <Platform Name="Android64">
  578. <RemoteDir>res\values</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. </DeployClass>
  582. <DeployClass Name="Android_VectorizedNotificationIcon">
  583. <Platform Name="Android">
  584. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  585. <Operation>1</Operation>
  586. </Platform>
  587. <Platform Name="Android64">
  588. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. </DeployClass>
  592. <DeployClass Name="Android_VectorizedSplash">
  593. <Platform Name="Android">
  594. <RemoteDir>res\drawable</RemoteDir>
  595. <Operation>1</Operation>
  596. </Platform>
  597. <Platform Name="Android64">
  598. <RemoteDir>res\drawable</RemoteDir>
  599. <Operation>1</Operation>
  600. </Platform>
  601. </DeployClass>
  602. <DeployClass Name="Android_VectorizedSplashDark">
  603. <Platform Name="Android">
  604. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  605. <Operation>1</Operation>
  606. </Platform>
  607. <Platform Name="Android64">
  608. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  609. <Operation>1</Operation>
  610. </Platform>
  611. </DeployClass>
  612. <DeployClass Name="Android_VectorizedSplashV31">
  613. <Platform Name="Android">
  614. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="Android64">
  618. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  619. <Operation>1</Operation>
  620. </Platform>
  621. </DeployClass>
  622. <DeployClass Name="Android_VectorizedSplashV31Dark">
  623. <Platform Name="Android">
  624. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  625. <Operation>1</Operation>
  626. </Platform>
  627. <Platform Name="Android64">
  628. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  629. <Operation>1</Operation>
  630. </Platform>
  631. </DeployClass>
  632. <DeployClass Name="DebugSymbols">
  633. <Platform Name="iOSSimulator">
  634. <Operation>1</Operation>
  635. </Platform>
  636. <Platform Name="OSX32">
  637. <RemoteDir>Contents\MacOS</RemoteDir>
  638. <Operation>1</Operation>
  639. </Platform>
  640. <Platform Name="Win32">
  641. <Operation>0</Operation>
  642. </Platform>
  643. </DeployClass>
  644. <DeployClass Name="DependencyFramework">
  645. <Platform Name="OSX32">
  646. <RemoteDir>Contents\MacOS</RemoteDir>
  647. <Operation>1</Operation>
  648. <Extensions>.framework</Extensions>
  649. </Platform>
  650. <Platform Name="OSX64">
  651. <RemoteDir>Contents\MacOS</RemoteDir>
  652. <Operation>1</Operation>
  653. <Extensions>.framework</Extensions>
  654. </Platform>
  655. <Platform Name="OSXARM64">
  656. <RemoteDir>Contents\MacOS</RemoteDir>
  657. <Operation>1</Operation>
  658. <Extensions>.framework</Extensions>
  659. </Platform>
  660. <Platform Name="Win32">
  661. <Operation>0</Operation>
  662. </Platform>
  663. </DeployClass>
  664. <DeployClass Name="DependencyModule">
  665. <Platform Name="iOSDevice32">
  666. <Operation>1</Operation>
  667. <Extensions>.dylib</Extensions>
  668. </Platform>
  669. <Platform Name="iOSDevice64">
  670. <Operation>1</Operation>
  671. <Extensions>.dylib</Extensions>
  672. </Platform>
  673. <Platform Name="iOSSimARM64">
  674. <Operation>1</Operation>
  675. <Extensions>.dylib</Extensions>
  676. </Platform>
  677. <Platform Name="OSX32">
  678. <RemoteDir>Contents\MacOS</RemoteDir>
  679. <Operation>1</Operation>
  680. <Extensions>.dylib</Extensions>
  681. </Platform>
  682. <Platform Name="OSX64">
  683. <RemoteDir>Contents\MacOS</RemoteDir>
  684. <Operation>1</Operation>
  685. <Extensions>.dylib</Extensions>
  686. </Platform>
  687. <Platform Name="OSXARM64">
  688. <RemoteDir>Contents\MacOS</RemoteDir>
  689. <Operation>1</Operation>
  690. <Extensions>.dylib</Extensions>
  691. </Platform>
  692. <Platform Name="Win32">
  693. <Operation>0</Operation>
  694. <Extensions>.dll;.bpl</Extensions>
  695. </Platform>
  696. </DeployClass>
  697. <DeployClass Required="true" Name="DependencyPackage">
  698. <Platform Name="iOSDevice32">
  699. <Operation>1</Operation>
  700. <Extensions>.dylib</Extensions>
  701. </Platform>
  702. <Platform Name="iOSDevice64">
  703. <Operation>1</Operation>
  704. <Extensions>.dylib</Extensions>
  705. </Platform>
  706. <Platform Name="iOSSimARM64">
  707. <Operation>1</Operation>
  708. <Extensions>.dylib</Extensions>
  709. </Platform>
  710. <Platform Name="OSX32">
  711. <RemoteDir>Contents\MacOS</RemoteDir>
  712. <Operation>1</Operation>
  713. <Extensions>.dylib</Extensions>
  714. </Platform>
  715. <Platform Name="OSX64">
  716. <RemoteDir>Contents\MacOS</RemoteDir>
  717. <Operation>1</Operation>
  718. <Extensions>.dylib</Extensions>
  719. </Platform>
  720. <Platform Name="OSXARM64">
  721. <RemoteDir>Contents\MacOS</RemoteDir>
  722. <Operation>1</Operation>
  723. <Extensions>.dylib</Extensions>
  724. </Platform>
  725. <Platform Name="Win32">
  726. <Operation>0</Operation>
  727. <Extensions>.bpl</Extensions>
  728. </Platform>
  729. </DeployClass>
  730. <DeployClass Name="File">
  731. <Platform Name="Android">
  732. <Operation>0</Operation>
  733. </Platform>
  734. <Platform Name="Android64">
  735. <Operation>0</Operation>
  736. </Platform>
  737. <Platform Name="iOSDevice32">
  738. <Operation>0</Operation>
  739. </Platform>
  740. <Platform Name="iOSDevice64">
  741. <Operation>0</Operation>
  742. </Platform>
  743. <Platform Name="iOSSimARM64">
  744. <Operation>0</Operation>
  745. </Platform>
  746. <Platform Name="OSX32">
  747. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  748. <Operation>0</Operation>
  749. </Platform>
  750. <Platform Name="OSX64">
  751. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  752. <Operation>0</Operation>
  753. </Platform>
  754. <Platform Name="OSXARM64">
  755. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  756. <Operation>0</Operation>
  757. </Platform>
  758. <Platform Name="Win32">
  759. <Operation>0</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="ProjectAndroidManifest">
  763. <Platform Name="Android">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="Android64">
  767. <Operation>1</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Name="ProjectOSXDebug">
  771. <Platform Name="OSX64">
  772. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="OSXARM64">
  776. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  777. <Operation>1</Operation>
  778. </Platform>
  779. </DeployClass>
  780. <DeployClass Name="ProjectOSXEntitlements">
  781. <Platform Name="OSX32">
  782. <RemoteDir>..\</RemoteDir>
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="OSX64">
  786. <RemoteDir>..\</RemoteDir>
  787. <Operation>1</Operation>
  788. </Platform>
  789. <Platform Name="OSXARM64">
  790. <RemoteDir>..\</RemoteDir>
  791. <Operation>1</Operation>
  792. </Platform>
  793. </DeployClass>
  794. <DeployClass Name="ProjectOSXInfoPList">
  795. <Platform Name="OSX32">
  796. <RemoteDir>Contents</RemoteDir>
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="OSX64">
  800. <RemoteDir>Contents</RemoteDir>
  801. <Operation>1</Operation>
  802. </Platform>
  803. <Platform Name="OSXARM64">
  804. <RemoteDir>Contents</RemoteDir>
  805. <Operation>1</Operation>
  806. </Platform>
  807. </DeployClass>
  808. <DeployClass Name="ProjectOSXResource">
  809. <Platform Name="OSX32">
  810. <RemoteDir>Contents\Resources</RemoteDir>
  811. <Operation>1</Operation>
  812. </Platform>
  813. <Platform Name="OSX64">
  814. <RemoteDir>Contents\Resources</RemoteDir>
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="OSXARM64">
  818. <RemoteDir>Contents\Resources</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Required="true" Name="ProjectOutput">
  823. <Platform Name="Android">
  824. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="Android64">
  828. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. <Platform Name="iOSDevice32">
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="iOSDevice64">
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="iOSSimARM64">
  838. <Operation>1</Operation>
  839. </Platform>
  840. <Platform Name="Linux64">
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="OSX32">
  844. <RemoteDir>Contents\MacOS</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="OSX64">
  848. <RemoteDir>Contents\MacOS</RemoteDir>
  849. <Operation>1</Operation>
  850. </Platform>
  851. <Platform Name="OSXARM64">
  852. <RemoteDir>Contents\MacOS</RemoteDir>
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="Win32">
  856. <Operation>0</Operation>
  857. </Platform>
  858. </DeployClass>
  859. <DeployClass Name="ProjectOutput_Android32">
  860. <Platform Name="Android64">
  861. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  862. <Operation>1</Operation>
  863. </Platform>
  864. </DeployClass>
  865. <DeployClass Name="ProjectUWPManifest">
  866. <Platform Name="Win32">
  867. <Operation>1</Operation>
  868. </Platform>
  869. <Platform Name="Win64">
  870. <Operation>1</Operation>
  871. </Platform>
  872. <Platform Name="Win64x">
  873. <Operation>1</Operation>
  874. </Platform>
  875. </DeployClass>
  876. <DeployClass Name="ProjectiOSDeviceDebug">
  877. <Platform Name="iOSDevice32">
  878. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="iOSDevice64">
  882. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="iOSSimARM64">
  886. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  887. <Operation>1</Operation>
  888. </Platform>
  889. </DeployClass>
  890. <DeployClass Name="ProjectiOSEntitlements">
  891. <Platform Name="iOSDevice32">
  892. <RemoteDir>..\</RemoteDir>
  893. <Operation>1</Operation>
  894. </Platform>
  895. <Platform Name="iOSDevice64">
  896. <RemoteDir>..\</RemoteDir>
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="iOSSimARM64">
  900. <RemoteDir>..\</RemoteDir>
  901. <Operation>1</Operation>
  902. </Platform>
  903. </DeployClass>
  904. <DeployClass Name="ProjectiOSInfoPList">
  905. <Platform Name="iOSDevice32">
  906. <Operation>1</Operation>
  907. </Platform>
  908. <Platform Name="iOSDevice64">
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="iOSSimARM64">
  912. <Operation>1</Operation>
  913. </Platform>
  914. </DeployClass>
  915. <DeployClass Name="ProjectiOSLaunchScreen">
  916. <Platform Name="iOSDevice64">
  917. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  918. <Operation>64</Operation>
  919. </Platform>
  920. <Platform Name="iOSSimARM64">
  921. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  922. <Operation>64</Operation>
  923. </Platform>
  924. </DeployClass>
  925. <DeployClass Name="ProjectiOSResource">
  926. <Platform Name="iOSDevice32">
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="iOSDevice64">
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="iOSSimARM64">
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="UWP_DelphiLogo150">
  937. <Platform Name="Win32">
  938. <RemoteDir>Assets</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="Win64">
  942. <RemoteDir>Assets</RemoteDir>
  943. <Operation>1</Operation>
  944. </Platform>
  945. </DeployClass>
  946. <DeployClass Name="UWP_DelphiLogo44">
  947. <Platform Name="Win32">
  948. <RemoteDir>Assets</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="Win64">
  952. <RemoteDir>Assets</RemoteDir>
  953. <Operation>1</Operation>
  954. </Platform>
  955. </DeployClass>
  956. <DeployClass Name="iOS_AppStore1024">
  957. <Platform Name="iOSDevice64">
  958. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="iOSSimARM64">
  962. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  963. <Operation>1</Operation>
  964. </Platform>
  965. </DeployClass>
  966. <DeployClass Name="iPad_AppIcon152">
  967. <Platform Name="iOSDevice64">
  968. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="iOSSimARM64">
  972. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. </DeployClass>
  976. <DeployClass Name="iPad_AppIcon167">
  977. <Platform Name="iOSDevice64">
  978. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="iOSSimARM64">
  982. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  983. <Operation>1</Operation>
  984. </Platform>
  985. </DeployClass>
  986. <DeployClass Name="iPad_Launch2x">
  987. <Platform Name="iOSDevice64">
  988. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  989. <Operation>1</Operation>
  990. </Platform>
  991. <Platform Name="iOSSimARM64">
  992. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  993. <Operation>1</Operation>
  994. </Platform>
  995. </DeployClass>
  996. <DeployClass Name="iPad_LaunchDark2x">
  997. <Platform Name="iOSDevice64">
  998. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="iOSSimARM64">
  1002. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1003. <Operation>1</Operation>
  1004. </Platform>
  1005. </DeployClass>
  1006. <DeployClass Name="iPad_Notification40">
  1007. <Platform Name="iOSDevice64">
  1008. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. <Platform Name="iOSSimARM64">
  1012. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. </DeployClass>
  1016. <DeployClass Name="iPad_Setting58">
  1017. <Platform Name="iOSDevice64">
  1018. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. <Platform Name="iOSSimARM64">
  1022. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. </DeployClass>
  1026. <DeployClass Name="iPad_SpotLight80">
  1027. <Platform Name="iOSDevice64">
  1028. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. <Platform Name="iOSSimARM64">
  1032. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1033. <Operation>1</Operation>
  1034. </Platform>
  1035. </DeployClass>
  1036. <DeployClass Name="iPhone_AppIcon120">
  1037. <Platform Name="iOSDevice64">
  1038. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1039. <Operation>1</Operation>
  1040. </Platform>
  1041. <Platform Name="iOSSimARM64">
  1042. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. </DeployClass>
  1046. <DeployClass Name="iPhone_AppIcon180">
  1047. <Platform Name="iOSDevice64">
  1048. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. <Platform Name="iOSSimARM64">
  1052. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. </DeployClass>
  1056. <DeployClass Name="iPhone_Launch2x">
  1057. <Platform Name="iOSDevice64">
  1058. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. <Platform Name="iOSSimARM64">
  1062. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1063. <Operation>1</Operation>
  1064. </Platform>
  1065. </DeployClass>
  1066. <DeployClass Name="iPhone_Launch3x">
  1067. <Platform Name="iOSDevice64">
  1068. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. <Platform Name="iOSSimARM64">
  1072. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. </DeployClass>
  1076. <DeployClass Name="iPhone_LaunchDark2x">
  1077. <Platform Name="iOSDevice64">
  1078. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. <Platform Name="iOSSimARM64">
  1082. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1083. <Operation>1</Operation>
  1084. </Platform>
  1085. </DeployClass>
  1086. <DeployClass Name="iPhone_LaunchDark3x">
  1087. <Platform Name="iOSDevice64">
  1088. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. <Platform Name="iOSSimARM64">
  1092. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1093. <Operation>1</Operation>
  1094. </Platform>
  1095. </DeployClass>
  1096. <DeployClass Name="iPhone_Notification40">
  1097. <Platform Name="iOSDevice64">
  1098. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1099. <Operation>1</Operation>
  1100. </Platform>
  1101. <Platform Name="iOSSimARM64">
  1102. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1103. <Operation>1</Operation>
  1104. </Platform>
  1105. </DeployClass>
  1106. <DeployClass Name="iPhone_Notification60">
  1107. <Platform Name="iOSDevice64">
  1108. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1109. <Operation>1</Operation>
  1110. </Platform>
  1111. <Platform Name="iOSSimARM64">
  1112. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1113. <Operation>1</Operation>
  1114. </Platform>
  1115. </DeployClass>
  1116. <DeployClass Name="iPhone_Setting58">
  1117. <Platform Name="iOSDevice64">
  1118. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1119. <Operation>1</Operation>
  1120. </Platform>
  1121. <Platform Name="iOSSimARM64">
  1122. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1123. <Operation>1</Operation>
  1124. </Platform>
  1125. </DeployClass>
  1126. <DeployClass Name="iPhone_Setting87">
  1127. <Platform Name="iOSDevice64">
  1128. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1129. <Operation>1</Operation>
  1130. </Platform>
  1131. <Platform Name="iOSSimARM64">
  1132. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1133. <Operation>1</Operation>
  1134. </Platform>
  1135. </DeployClass>
  1136. <DeployClass Name="iPhone_Spotlight120">
  1137. <Platform Name="iOSDevice64">
  1138. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1139. <Operation>1</Operation>
  1140. </Platform>
  1141. <Platform Name="iOSSimARM64">
  1142. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. </DeployClass>
  1146. <DeployClass Name="iPhone_Spotlight80">
  1147. <Platform Name="iOSDevice64">
  1148. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1149. <Operation>1</Operation>
  1150. </Platform>
  1151. <Platform Name="iOSSimARM64">
  1152. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1153. <Operation>1</Operation>
  1154. </Platform>
  1155. </DeployClass>
  1156. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1157. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1158. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1159. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1160. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1161. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1162. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1163. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1164. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1165. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1166. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1167. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1168. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1169. </Deployment>
  1170. </BorlandProject>
  1171. <ProjectFileVersion>12</ProjectFileVersion>
  1172. </ProjectExtensions>
  1173. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1174. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1175. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1176. </Project>