MatScriptD.dproj 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{E5494C7A-4908-419A-9889-963E7AE142EE}</ProjectGuid>
  4. <MainSource>MatScriptD.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</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="('$(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_F>false</DCC_F>
  62. <DCC_S>false</DCC_S>
  63. <DCC_K>false</DCC_K>
  64. <DCC_ImageBase>00400000</DCC_ImageBase>
  65. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  66. <DCC_N>false</DCC_N>
  67. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  68. <SanitizedProjectName>MatScriptD</SanitizedProjectName>
  69. <DCC_E>false</DCC_E>
  70. <VerInfo_Locale>1049</VerInfo_Locale>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  73. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  74. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  75. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  76. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  77. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  78. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  79. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  80. <VerInfo_Locale>1033</VerInfo_Locale>
  81. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  82. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  85. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  86. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  87. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  88. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  89. <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>
  90. <VerInfo_Locale>1033</VerInfo_Locale>
  91. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  92. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  93. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  96. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  97. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  98. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  99. <DCC_DebugInformation>0</DCC_DebugInformation>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  102. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  103. <VerInfo_Locale>1033</VerInfo_Locale>
  104. <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>
  105. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  108. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  109. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  110. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  111. <VerInfo_Locale>1033</VerInfo_Locale>
  112. <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>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  115. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  116. <DCC_Optimize>false</DCC_Optimize>
  117. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  120. <BT_BuildType>Debug</BT_BuildType>
  121. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  122. <VerInfo_Locale>1033</VerInfo_Locale>
  123. <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>
  124. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  127. <BT_BuildType>Debug</BT_BuildType>
  128. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  129. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  130. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  131. <VerInfo_Locale>1033</VerInfo_Locale>
  132. <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>
  133. </PropertyGroup>
  134. <ItemGroup>
  135. <DelphiCompile Include="$(MainSource)">
  136. <MainSource>MainSource</MainSource>
  137. </DelphiCompile>
  138. <DCCReference Include="fMatScriptD.pas">
  139. <Form>FormMatScript</Form>
  140. </DCCReference>
  141. <BuildConfiguration Include="Base">
  142. <Key>Base</Key>
  143. </BuildConfiguration>
  144. <BuildConfiguration Include="Release">
  145. <Key>Cfg_1</Key>
  146. <CfgParent>Base</CfgParent>
  147. </BuildConfiguration>
  148. <BuildConfiguration Include="Debug">
  149. <Key>Cfg_2</Key>
  150. <CfgParent>Base</CfgParent>
  151. </BuildConfiguration>
  152. </ItemGroup>
  153. <ProjectExtensions>
  154. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  155. <Borland.ProjectType/>
  156. <BorlandProject>
  157. <Delphi.Personality>
  158. <Source>
  159. <Source Name="MainSource">MatScriptD.dpr</Source>
  160. </Source>
  161. <Excluded_Packages>
  162. <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>
  163. <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>
  164. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\VirtualTreesD22.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\VirtualTreesD22.bpl not found</Excluded_Packages>
  165. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GLScene_Newton_DT.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GLScene_Newton_DT.bpl not found</Excluded_Packages>
  166. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  167. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  168. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  169. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  170. </Excluded_Packages>
  171. </Delphi.Personality>
  172. <Platforms>
  173. <Platform value="Win32">True</Platform>
  174. <Platform value="Win64">False</Platform>
  175. </Platforms>
  176. <Deployment Version="3">
  177. <DeployFile LocalName="Win64\Debug\MatScriptD.exe" Configuration="Debug" Class="ProjectOutput">
  178. <Platform Name="Win64">
  179. <RemoteName>MatScriptD.exe</RemoteName>
  180. <Overwrite>true</Overwrite>
  181. </Platform>
  182. </DeployFile>
  183. <DeployClass Name="AdditionalDebugSymbols">
  184. <Platform Name="iOSSimulator">
  185. <Operation>1</Operation>
  186. </Platform>
  187. <Platform Name="OSX32">
  188. <RemoteDir>Contents\MacOS</RemoteDir>
  189. <Operation>1</Operation>
  190. </Platform>
  191. <Platform Name="Win32">
  192. <Operation>0</Operation>
  193. </Platform>
  194. </DeployClass>
  195. <DeployClass Name="AndroidClasses">
  196. <Platform Name="Android">
  197. <RemoteDir>classes</RemoteDir>
  198. <Operation>64</Operation>
  199. </Platform>
  200. <Platform Name="Android64">
  201. <RemoteDir>classes</RemoteDir>
  202. <Operation>64</Operation>
  203. </Platform>
  204. </DeployClass>
  205. <DeployClass Name="AndroidClassesDexFile">
  206. <Platform Name="Android">
  207. <RemoteDir>classes</RemoteDir>
  208. <Operation>1</Operation>
  209. </Platform>
  210. </DeployClass>
  211. <DeployClass Name="AndroidFileProvider">
  212. <Platform Name="Android">
  213. <RemoteDir>res\xml</RemoteDir>
  214. <Operation>1</Operation>
  215. </Platform>
  216. <Platform Name="Android64">
  217. <RemoteDir>res\xml</RemoteDir>
  218. <Operation>1</Operation>
  219. </Platform>
  220. </DeployClass>
  221. <DeployClass Name="AndroidGDBServer">
  222. <Platform Name="Android">
  223. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  224. <Operation>1</Operation>
  225. </Platform>
  226. </DeployClass>
  227. <DeployClass Name="AndroidLibnativeArmeabiFile">
  228. <Platform Name="Android">
  229. <RemoteDir>library\lib\armeabi</RemoteDir>
  230. <Operation>1</Operation>
  231. </Platform>
  232. <Platform Name="Android64">
  233. <RemoteDir>library\lib\armeabi</RemoteDir>
  234. <Operation>1</Operation>
  235. </Platform>
  236. </DeployClass>
  237. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  238. <Platform Name="Android64">
  239. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  240. <Operation>1</Operation>
  241. </Platform>
  242. </DeployClass>
  243. <DeployClass Name="AndroidLibnativeMipsFile">
  244. <Platform Name="Android">
  245. <RemoteDir>library\lib\mips</RemoteDir>
  246. <Operation>1</Operation>
  247. </Platform>
  248. <Platform Name="Android64">
  249. <RemoteDir>library\lib\mips</RemoteDir>
  250. <Operation>1</Operation>
  251. </Platform>
  252. </DeployClass>
  253. <DeployClass Name="AndroidServiceOutput">
  254. <Platform Name="Android">
  255. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  256. <Operation>1</Operation>
  257. </Platform>
  258. <Platform Name="Android64">
  259. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  260. <Operation>1</Operation>
  261. </Platform>
  262. </DeployClass>
  263. <DeployClass Name="AndroidServiceOutput_Android32">
  264. <Platform Name="Android64">
  265. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  266. <Operation>1</Operation>
  267. </Platform>
  268. </DeployClass>
  269. <DeployClass Name="AndroidSplashImageDef">
  270. <Platform Name="Android">
  271. <RemoteDir>res\drawable</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. <Platform Name="Android64">
  275. <RemoteDir>res\drawable</RemoteDir>
  276. <Operation>1</Operation>
  277. </Platform>
  278. </DeployClass>
  279. <DeployClass Name="AndroidSplashStyles">
  280. <Platform Name="Android">
  281. <RemoteDir>res\values</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. <Platform Name="Android64">
  285. <RemoteDir>res\values</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. </DeployClass>
  289. <DeployClass Name="AndroidSplashStylesV21">
  290. <Platform Name="Android">
  291. <RemoteDir>res\values-v21</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. <Platform Name="Android64">
  295. <RemoteDir>res\values-v21</RemoteDir>
  296. <Operation>1</Operation>
  297. </Platform>
  298. </DeployClass>
  299. <DeployClass Name="Android_Colors">
  300. <Platform Name="Android">
  301. <RemoteDir>res\values</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. <Platform Name="Android64">
  305. <RemoteDir>res\values</RemoteDir>
  306. <Operation>1</Operation>
  307. </Platform>
  308. </DeployClass>
  309. <DeployClass Name="Android_DefaultAppIcon">
  310. <Platform Name="Android">
  311. <RemoteDir>res\drawable</RemoteDir>
  312. <Operation>1</Operation>
  313. </Platform>
  314. <Platform Name="Android64">
  315. <RemoteDir>res\drawable</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="Android_LauncherIcon144">
  320. <Platform Name="Android">
  321. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. <Platform Name="Android64">
  325. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="Android_LauncherIcon192">
  330. <Platform Name="Android">
  331. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. <Platform Name="Android64">
  335. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  336. <Operation>1</Operation>
  337. </Platform>
  338. </DeployClass>
  339. <DeployClass Name="Android_LauncherIcon36">
  340. <Platform Name="Android">
  341. <RemoteDir>res\drawable-ldpi</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. <Platform Name="Android64">
  345. <RemoteDir>res\drawable-ldpi</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="Android_LauncherIcon48">
  350. <Platform Name="Android">
  351. <RemoteDir>res\drawable-mdpi</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. <Platform Name="Android64">
  355. <RemoteDir>res\drawable-mdpi</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. </DeployClass>
  359. <DeployClass Name="Android_LauncherIcon72">
  360. <Platform Name="Android">
  361. <RemoteDir>res\drawable-hdpi</RemoteDir>
  362. <Operation>1</Operation>
  363. </Platform>
  364. <Platform Name="Android64">
  365. <RemoteDir>res\drawable-hdpi</RemoteDir>
  366. <Operation>1</Operation>
  367. </Platform>
  368. </DeployClass>
  369. <DeployClass Name="Android_LauncherIcon96">
  370. <Platform Name="Android">
  371. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  372. <Operation>1</Operation>
  373. </Platform>
  374. <Platform Name="Android64">
  375. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  376. <Operation>1</Operation>
  377. </Platform>
  378. </DeployClass>
  379. <DeployClass Name="Android_NotificationIcon24">
  380. <Platform Name="Android">
  381. <RemoteDir>res\drawable-mdpi</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. <Platform Name="Android64">
  385. <RemoteDir>res\drawable-mdpi</RemoteDir>
  386. <Operation>1</Operation>
  387. </Platform>
  388. </DeployClass>
  389. <DeployClass Name="Android_NotificationIcon36">
  390. <Platform Name="Android">
  391. <RemoteDir>res\drawable-hdpi</RemoteDir>
  392. <Operation>1</Operation>
  393. </Platform>
  394. <Platform Name="Android64">
  395. <RemoteDir>res\drawable-hdpi</RemoteDir>
  396. <Operation>1</Operation>
  397. </Platform>
  398. </DeployClass>
  399. <DeployClass Name="Android_NotificationIcon48">
  400. <Platform Name="Android">
  401. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  402. <Operation>1</Operation>
  403. </Platform>
  404. <Platform Name="Android64">
  405. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. </DeployClass>
  409. <DeployClass Name="Android_NotificationIcon72">
  410. <Platform Name="Android">
  411. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. <Platform Name="Android64">
  415. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  416. <Operation>1</Operation>
  417. </Platform>
  418. </DeployClass>
  419. <DeployClass Name="Android_NotificationIcon96">
  420. <Platform Name="Android">
  421. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  422. <Operation>1</Operation>
  423. </Platform>
  424. <Platform Name="Android64">
  425. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  426. <Operation>1</Operation>
  427. </Platform>
  428. </DeployClass>
  429. <DeployClass Name="Android_SplashImage426">
  430. <Platform Name="Android">
  431. <RemoteDir>res\drawable-small</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. <Platform Name="Android64">
  435. <RemoteDir>res\drawable-small</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. </DeployClass>
  439. <DeployClass Name="Android_SplashImage470">
  440. <Platform Name="Android">
  441. <RemoteDir>res\drawable-normal</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. <Platform Name="Android64">
  445. <RemoteDir>res\drawable-normal</RemoteDir>
  446. <Operation>1</Operation>
  447. </Platform>
  448. </DeployClass>
  449. <DeployClass Name="Android_SplashImage640">
  450. <Platform Name="Android">
  451. <RemoteDir>res\drawable-large</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. <Platform Name="Android64">
  455. <RemoteDir>res\drawable-large</RemoteDir>
  456. <Operation>1</Operation>
  457. </Platform>
  458. </DeployClass>
  459. <DeployClass Name="Android_SplashImage960">
  460. <Platform Name="Android">
  461. <RemoteDir>res\drawable-xlarge</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. <Platform Name="Android64">
  465. <RemoteDir>res\drawable-xlarge</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="Android_Strings">
  470. <Platform Name="Android">
  471. <RemoteDir>res\values</RemoteDir>
  472. <Operation>1</Operation>
  473. </Platform>
  474. <Platform Name="Android64">
  475. <RemoteDir>res\values</RemoteDir>
  476. <Operation>1</Operation>
  477. </Platform>
  478. </DeployClass>
  479. <DeployClass Name="DebugSymbols">
  480. <Platform Name="iOSSimulator">
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="OSX32">
  484. <RemoteDir>Contents\MacOS</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="Win32">
  488. <Operation>0</Operation>
  489. </Platform>
  490. </DeployClass>
  491. <DeployClass Name="DependencyFramework">
  492. <Platform Name="OSX32">
  493. <RemoteDir>Contents\MacOS</RemoteDir>
  494. <Operation>1</Operation>
  495. <Extensions>.framework</Extensions>
  496. </Platform>
  497. <Platform Name="OSX64">
  498. <RemoteDir>Contents\MacOS</RemoteDir>
  499. <Operation>1</Operation>
  500. <Extensions>.framework</Extensions>
  501. </Platform>
  502. <Platform Name="OSXARM64">
  503. <RemoteDir>Contents\MacOS</RemoteDir>
  504. <Operation>1</Operation>
  505. <Extensions>.framework</Extensions>
  506. </Platform>
  507. <Platform Name="Win32">
  508. <Operation>0</Operation>
  509. </Platform>
  510. </DeployClass>
  511. <DeployClass Name="DependencyModule">
  512. <Platform Name="iOSDevice32">
  513. <Operation>1</Operation>
  514. <Extensions>.dylib</Extensions>
  515. </Platform>
  516. <Platform Name="iOSDevice64">
  517. <Operation>1</Operation>
  518. <Extensions>.dylib</Extensions>
  519. </Platform>
  520. <Platform Name="iOSSimulator">
  521. <Operation>1</Operation>
  522. <Extensions>.dylib</Extensions>
  523. </Platform>
  524. <Platform Name="OSX32">
  525. <RemoteDir>Contents\MacOS</RemoteDir>
  526. <Operation>1</Operation>
  527. <Extensions>.dylib</Extensions>
  528. </Platform>
  529. <Platform Name="OSX64">
  530. <RemoteDir>Contents\MacOS</RemoteDir>
  531. <Operation>1</Operation>
  532. <Extensions>.dylib</Extensions>
  533. </Platform>
  534. <Platform Name="OSXARM64">
  535. <RemoteDir>Contents\MacOS</RemoteDir>
  536. <Operation>1</Operation>
  537. <Extensions>.dylib</Extensions>
  538. </Platform>
  539. <Platform Name="Win32">
  540. <Operation>0</Operation>
  541. <Extensions>.dll;.bpl</Extensions>
  542. </Platform>
  543. </DeployClass>
  544. <DeployClass Required="true" Name="DependencyPackage">
  545. <Platform Name="iOSDevice32">
  546. <Operation>1</Operation>
  547. <Extensions>.dylib</Extensions>
  548. </Platform>
  549. <Platform Name="iOSDevice64">
  550. <Operation>1</Operation>
  551. <Extensions>.dylib</Extensions>
  552. </Platform>
  553. <Platform Name="iOSSimulator">
  554. <Operation>1</Operation>
  555. <Extensions>.dylib</Extensions>
  556. </Platform>
  557. <Platform Name="OSX32">
  558. <RemoteDir>Contents\MacOS</RemoteDir>
  559. <Operation>1</Operation>
  560. <Extensions>.dylib</Extensions>
  561. </Platform>
  562. <Platform Name="OSX64">
  563. <RemoteDir>Contents\MacOS</RemoteDir>
  564. <Operation>1</Operation>
  565. <Extensions>.dylib</Extensions>
  566. </Platform>
  567. <Platform Name="OSXARM64">
  568. <RemoteDir>Contents\MacOS</RemoteDir>
  569. <Operation>1</Operation>
  570. <Extensions>.dylib</Extensions>
  571. </Platform>
  572. <Platform Name="Win32">
  573. <Operation>0</Operation>
  574. <Extensions>.bpl</Extensions>
  575. </Platform>
  576. </DeployClass>
  577. <DeployClass Name="File">
  578. <Platform Name="Android">
  579. <Operation>0</Operation>
  580. </Platform>
  581. <Platform Name="Android64">
  582. <Operation>0</Operation>
  583. </Platform>
  584. <Platform Name="iOSDevice32">
  585. <Operation>0</Operation>
  586. </Platform>
  587. <Platform Name="iOSDevice64">
  588. <Operation>0</Operation>
  589. </Platform>
  590. <Platform Name="iOSSimulator">
  591. <Operation>0</Operation>
  592. </Platform>
  593. <Platform Name="OSX32">
  594. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  595. <Operation>0</Operation>
  596. </Platform>
  597. <Platform Name="OSX64">
  598. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  599. <Operation>0</Operation>
  600. </Platform>
  601. <Platform Name="OSXARM64">
  602. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  603. <Operation>0</Operation>
  604. </Platform>
  605. <Platform Name="Win32">
  606. <Operation>0</Operation>
  607. </Platform>
  608. </DeployClass>
  609. <DeployClass Name="iOS_AppStore1024">
  610. <Platform Name="iOSDevice64">
  611. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  612. <Operation>1</Operation>
  613. </Platform>
  614. </DeployClass>
  615. <DeployClass Name="iPad_AppIcon152">
  616. <Platform Name="iOSDevice64">
  617. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="iOSSimulator">
  621. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  622. <Operation>1</Operation>
  623. </Platform>
  624. </DeployClass>
  625. <DeployClass Name="iPad_AppIcon167">
  626. <Platform Name="iOSDevice64">
  627. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  628. <Operation>1</Operation>
  629. </Platform>
  630. <Platform Name="iOSSimulator">
  631. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  632. <Operation>1</Operation>
  633. </Platform>
  634. </DeployClass>
  635. <DeployClass Name="iPad_Launch1024x768">
  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="iPad_Launch1536x2048">
  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="iPad_Launch1668">
  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="iPad_Launch1668x2388">
  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="iPad_Launch2048x1536">
  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="iPad_Launch2048x2732">
  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="iPad_Launch2224">
  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="iPad_Launch2388x1668">
  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="iPad_Launch2732x2048">
  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="iPad_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="iPad_Launch768x1024">
  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="iPad_LaunchDark2x">
  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="iPad_Notification40">
  766. <Platform Name="iOSDevice64">
  767. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="iOSSimulator">
  771. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  772. <Operation>1</Operation>
  773. </Platform>
  774. </DeployClass>
  775. <DeployClass Name="iPad_Setting58">
  776. <Platform Name="iOSDevice64">
  777. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="iOSSimulator">
  781. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  782. <Operation>1</Operation>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Name="iPad_SpotLight80">
  786. <Platform Name="iOSDevice64">
  787. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  788. <Operation>1</Operation>
  789. </Platform>
  790. <Platform Name="iOSSimulator">
  791. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  792. <Operation>1</Operation>
  793. </Platform>
  794. </DeployClass>
  795. <DeployClass Name="iPhone_AppIcon120">
  796. <Platform Name="iOSDevice64">
  797. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  798. <Operation>1</Operation>
  799. </Platform>
  800. <Platform Name="iOSSimulator">
  801. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  802. <Operation>1</Operation>
  803. </Platform>
  804. </DeployClass>
  805. <DeployClass Name="iPhone_AppIcon180">
  806. <Platform Name="iOSDevice64">
  807. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="iOSSimulator">
  811. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  812. <Operation>1</Operation>
  813. </Platform>
  814. </DeployClass>
  815. <DeployClass Name="iPhone_Launch1125">
  816. <Platform Name="iOSDevice32">
  817. <Operation>1</Operation>
  818. </Platform>
  819. <Platform Name="iOSDevice64">
  820. <Operation>1</Operation>
  821. </Platform>
  822. <Platform Name="iOSSimulator">
  823. <Operation>1</Operation>
  824. </Platform>
  825. </DeployClass>
  826. <DeployClass Name="iPhone_Launch1136x640">
  827. <Platform Name="iOSDevice32">
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="iOSDevice64">
  831. <Operation>1</Operation>
  832. </Platform>
  833. <Platform Name="iOSSimulator">
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="iPhone_Launch1242">
  838. <Platform Name="iOSDevice32">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="iOSDevice64">
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="iOSSimulator">
  845. <Operation>1</Operation>
  846. </Platform>
  847. </DeployClass>
  848. <DeployClass Name="iPhone_Launch1242x2688">
  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="iPhone_Launch1334">
  860. <Platform Name="iOSDevice32">
  861. <Operation>1</Operation>
  862. </Platform>
  863. <Platform Name="iOSDevice64">
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="iOSSimulator">
  867. <Operation>1</Operation>
  868. </Platform>
  869. </DeployClass>
  870. <DeployClass Name="iPhone_Launch1792">
  871. <Platform Name="iOSDevice32">
  872. <Operation>1</Operation>
  873. </Platform>
  874. <Platform Name="iOSDevice64">
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="iOSSimulator">
  878. <Operation>1</Operation>
  879. </Platform>
  880. </DeployClass>
  881. <DeployClass Name="iPhone_Launch2208">
  882. <Platform Name="iOSDevice32">
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="iOSDevice64">
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="iOSSimulator">
  889. <Operation>1</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="iPhone_Launch2436">
  893. <Platform Name="iOSDevice32">
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="iOSDevice64">
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="iOSSimulator">
  900. <Operation>1</Operation>
  901. </Platform>
  902. </DeployClass>
  903. <DeployClass Name="iPhone_Launch2688x1242">
  904. <Platform Name="iOSDevice32">
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="iOSDevice64">
  908. <Operation>1</Operation>
  909. </Platform>
  910. <Platform Name="iOSSimulator">
  911. <Operation>1</Operation>
  912. </Platform>
  913. </DeployClass>
  914. <DeployClass Name="iPhone_Launch2x">
  915. <Platform Name="iOSDevice64">
  916. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  917. <Operation>1</Operation>
  918. </Platform>
  919. <Platform Name="iOSSimulator">
  920. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  921. <Operation>1</Operation>
  922. </Platform>
  923. </DeployClass>
  924. <DeployClass Name="iPhone_Launch320">
  925. <Platform Name="iOSDevice32">
  926. <Operation>1</Operation>
  927. </Platform>
  928. <Platform Name="iOSDevice64">
  929. <Operation>1</Operation>
  930. </Platform>
  931. <Platform Name="iOSSimulator">
  932. <Operation>1</Operation>
  933. </Platform>
  934. </DeployClass>
  935. <DeployClass Name="iPhone_Launch3x">
  936. <Platform Name="iOSDevice64">
  937. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  938. <Operation>1</Operation>
  939. </Platform>
  940. <Platform Name="iOSSimulator">
  941. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  942. <Operation>1</Operation>
  943. </Platform>
  944. </DeployClass>
  945. <DeployClass Name="iPhone_Launch640">
  946. <Platform Name="iOSDevice32">
  947. <Operation>1</Operation>
  948. </Platform>
  949. <Platform Name="iOSDevice64">
  950. <Operation>1</Operation>
  951. </Platform>
  952. <Platform Name="iOSSimulator">
  953. <Operation>1</Operation>
  954. </Platform>
  955. </DeployClass>
  956. <DeployClass Name="iPhone_Launch640x1136">
  957. <Platform Name="iOSDevice32">
  958. <Operation>1</Operation>
  959. </Platform>
  960. <Platform Name="iOSDevice64">
  961. <Operation>1</Operation>
  962. </Platform>
  963. <Platform Name="iOSSimulator">
  964. <Operation>1</Operation>
  965. </Platform>
  966. </DeployClass>
  967. <DeployClass Name="iPhone_Launch750">
  968. <Platform Name="iOSDevice32">
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="iOSDevice64">
  972. <Operation>1</Operation>
  973. </Platform>
  974. <Platform Name="iOSSimulator">
  975. <Operation>1</Operation>
  976. </Platform>
  977. </DeployClass>
  978. <DeployClass Name="iPhone_Launch828">
  979. <Platform Name="iOSDevice32">
  980. <Operation>1</Operation>
  981. </Platform>
  982. <Platform Name="iOSDevice64">
  983. <Operation>1</Operation>
  984. </Platform>
  985. <Platform Name="iOSSimulator">
  986. <Operation>1</Operation>
  987. </Platform>
  988. </DeployClass>
  989. <DeployClass Name="iPhone_LaunchDark2x">
  990. <Platform Name="iOSDevice64">
  991. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  992. <Operation>1</Operation>
  993. </Platform>
  994. <Platform Name="iOSSimulator">
  995. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  996. <Operation>1</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="iPhone_LaunchDark3x">
  1000. <Platform Name="iOSDevice64">
  1001. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="iOSSimulator">
  1005. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. </DeployClass>
  1009. <DeployClass Name="iPhone_Notification40">
  1010. <Platform Name="iOSDevice64">
  1011. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="iOSSimulator">
  1015. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. </DeployClass>
  1019. <DeployClass Name="iPhone_Notification60">
  1020. <Platform Name="iOSDevice64">
  1021. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1022. <Operation>1</Operation>
  1023. </Platform>
  1024. <Platform Name="iOSSimulator">
  1025. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. </DeployClass>
  1029. <DeployClass Name="iPhone_Setting58">
  1030. <Platform Name="iOSDevice64">
  1031. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSSimulator">
  1035. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1036. <Operation>1</Operation>
  1037. </Platform>
  1038. </DeployClass>
  1039. <DeployClass Name="iPhone_Setting87">
  1040. <Platform Name="iOSDevice64">
  1041. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1042. <Operation>1</Operation>
  1043. </Platform>
  1044. <Platform Name="iOSSimulator">
  1045. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. </DeployClass>
  1049. <DeployClass Name="iPhone_Spotlight120">
  1050. <Platform Name="iOSDevice64">
  1051. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. <Platform Name="iOSSimulator">
  1055. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. </DeployClass>
  1059. <DeployClass Name="iPhone_Spotlight80">
  1060. <Platform Name="iOSDevice64">
  1061. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="iOSSimulator">
  1065. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. </DeployClass>
  1069. <DeployClass Name="ProjectAndroidManifest">
  1070. <Platform Name="Android">
  1071. <Operation>1</Operation>
  1072. </Platform>
  1073. <Platform Name="Android64">
  1074. <Operation>1</Operation>
  1075. </Platform>
  1076. </DeployClass>
  1077. <DeployClass Name="ProjectiOSDeviceDebug">
  1078. <Platform Name="iOSDevice32">
  1079. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1080. <Operation>1</Operation>
  1081. </Platform>
  1082. <Platform Name="iOSDevice64">
  1083. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1084. <Operation>1</Operation>
  1085. </Platform>
  1086. </DeployClass>
  1087. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1088. <Platform Name="iOSDevice32">
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. <Platform Name="iOSDevice64">
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. </DeployClass>
  1095. <DeployClass Name="ProjectiOSEntitlements">
  1096. <Platform Name="iOSDevice32">
  1097. <RemoteDir>..\</RemoteDir>
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. <Platform Name="iOSDevice64">
  1101. <RemoteDir>..\</RemoteDir>
  1102. <Operation>1</Operation>
  1103. </Platform>
  1104. </DeployClass>
  1105. <DeployClass Name="ProjectiOSInfoPList">
  1106. <Platform Name="iOSDevice32">
  1107. <Operation>1</Operation>
  1108. </Platform>
  1109. <Platform Name="iOSDevice64">
  1110. <Operation>1</Operation>
  1111. </Platform>
  1112. <Platform Name="iOSSimulator">
  1113. <Operation>1</Operation>
  1114. </Platform>
  1115. </DeployClass>
  1116. <DeployClass Name="ProjectiOSLaunchScreen">
  1117. <Platform Name="iOSDevice64">
  1118. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1119. <Operation>64</Operation>
  1120. </Platform>
  1121. <Platform Name="iOSSimulator">
  1122. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1123. <Operation>64</Operation>
  1124. </Platform>
  1125. </DeployClass>
  1126. <DeployClass Name="ProjectiOSResource">
  1127. <Platform Name="iOSDevice32">
  1128. <Operation>1</Operation>
  1129. </Platform>
  1130. <Platform Name="iOSDevice64">
  1131. <Operation>1</Operation>
  1132. </Platform>
  1133. <Platform Name="iOSSimulator">
  1134. <Operation>1</Operation>
  1135. </Platform>
  1136. </DeployClass>
  1137. <DeployClass Name="ProjectOSXDebug">
  1138. <Platform Name="OSX64">
  1139. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1140. <Operation>1</Operation>
  1141. </Platform>
  1142. <Platform Name="OSXARM64">
  1143. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1144. <Operation>1</Operation>
  1145. </Platform>
  1146. </DeployClass>
  1147. <DeployClass Name="ProjectOSXEntitlements">
  1148. <Platform Name="OSX32">
  1149. <RemoteDir>..\</RemoteDir>
  1150. <Operation>1</Operation>
  1151. </Platform>
  1152. <Platform Name="OSX64">
  1153. <RemoteDir>..\</RemoteDir>
  1154. <Operation>1</Operation>
  1155. </Platform>
  1156. <Platform Name="OSXARM64">
  1157. <RemoteDir>..\</RemoteDir>
  1158. <Operation>1</Operation>
  1159. </Platform>
  1160. </DeployClass>
  1161. <DeployClass Name="ProjectOSXInfoPList">
  1162. <Platform Name="OSX32">
  1163. <RemoteDir>Contents</RemoteDir>
  1164. <Operation>1</Operation>
  1165. </Platform>
  1166. <Platform Name="OSX64">
  1167. <RemoteDir>Contents</RemoteDir>
  1168. <Operation>1</Operation>
  1169. </Platform>
  1170. <Platform Name="OSXARM64">
  1171. <RemoteDir>Contents</RemoteDir>
  1172. <Operation>1</Operation>
  1173. </Platform>
  1174. </DeployClass>
  1175. <DeployClass Name="ProjectOSXResource">
  1176. <Platform Name="OSX32">
  1177. <RemoteDir>Contents\Resources</RemoteDir>
  1178. <Operation>1</Operation>
  1179. </Platform>
  1180. <Platform Name="OSX64">
  1181. <RemoteDir>Contents\Resources</RemoteDir>
  1182. <Operation>1</Operation>
  1183. </Platform>
  1184. <Platform Name="OSXARM64">
  1185. <RemoteDir>Contents\Resources</RemoteDir>
  1186. <Operation>1</Operation>
  1187. </Platform>
  1188. </DeployClass>
  1189. <DeployClass Required="true" Name="ProjectOutput">
  1190. <Platform Name="Android">
  1191. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1192. <Operation>1</Operation>
  1193. </Platform>
  1194. <Platform Name="Android64">
  1195. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1196. <Operation>1</Operation>
  1197. </Platform>
  1198. <Platform Name="iOSDevice32">
  1199. <Operation>1</Operation>
  1200. </Platform>
  1201. <Platform Name="iOSDevice64">
  1202. <Operation>1</Operation>
  1203. </Platform>
  1204. <Platform Name="iOSSimulator">
  1205. <Operation>1</Operation>
  1206. </Platform>
  1207. <Platform Name="Linux64">
  1208. <Operation>1</Operation>
  1209. </Platform>
  1210. <Platform Name="OSX32">
  1211. <RemoteDir>Contents\MacOS</RemoteDir>
  1212. <Operation>1</Operation>
  1213. </Platform>
  1214. <Platform Name="OSX64">
  1215. <RemoteDir>Contents\MacOS</RemoteDir>
  1216. <Operation>1</Operation>
  1217. </Platform>
  1218. <Platform Name="OSXARM64">
  1219. <RemoteDir>Contents\MacOS</RemoteDir>
  1220. <Operation>1</Operation>
  1221. </Platform>
  1222. <Platform Name="Win32">
  1223. <Operation>0</Operation>
  1224. </Platform>
  1225. </DeployClass>
  1226. <DeployClass Name="ProjectOutput_Android32">
  1227. <Platform Name="Android64">
  1228. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1229. <Operation>1</Operation>
  1230. </Platform>
  1231. </DeployClass>
  1232. <DeployClass Name="ProjectUWPManifest">
  1233. <Platform Name="Win32">
  1234. <Operation>1</Operation>
  1235. </Platform>
  1236. <Platform Name="Win64">
  1237. <Operation>1</Operation>
  1238. </Platform>
  1239. </DeployClass>
  1240. <DeployClass Name="UWP_DelphiLogo150">
  1241. <Platform Name="Win32">
  1242. <RemoteDir>Assets</RemoteDir>
  1243. <Operation>1</Operation>
  1244. </Platform>
  1245. <Platform Name="Win64">
  1246. <RemoteDir>Assets</RemoteDir>
  1247. <Operation>1</Operation>
  1248. </Platform>
  1249. </DeployClass>
  1250. <DeployClass Name="UWP_DelphiLogo44">
  1251. <Platform Name="Win32">
  1252. <RemoteDir>Assets</RemoteDir>
  1253. <Operation>1</Operation>
  1254. </Platform>
  1255. <Platform Name="Win64">
  1256. <RemoteDir>Assets</RemoteDir>
  1257. <Operation>1</Operation>
  1258. </Platform>
  1259. </DeployClass>
  1260. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1261. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1262. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1263. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1264. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1265. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1266. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1267. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1268. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1269. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1270. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1271. </Deployment>
  1272. </BorlandProject>
  1273. <ProjectFileVersion>12</ProjectFileVersion>
  1274. </ProjectExtensions>
  1275. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1276. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1277. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1278. </Project>