makdjpeg.bcb 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{4A207D9F-D050-494C-9C73-A54BD9E2CD11}</ProjectGuid>
  4. <ProjectVersion>19.2</ProjectVersion>
  5. <FrameworkType>None</FrameworkType>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Release</Config>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <TargetedPlatforms>3</TargetedPlatforms>
  10. <AppType>Console</AppType>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  13. <Base>true</Base>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  16. <Base_Win32>true</Base_Win32>
  17. <CfgParent>Base</CfgParent>
  18. <Base>true</Base>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  21. <Base_Win64>true</Base_Win64>
  22. <CfgParent>Base</CfgParent>
  23. <Base>true</Base>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  26. <Cfg_2>true</Cfg_2>
  27. <CfgParent>Base</CfgParent>
  28. <Base>true</Base>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  31. <Cfg_2_Win32>true</Cfg_2_Win32>
  32. <CfgParent>Cfg_2</CfgParent>
  33. <Cfg_2>true</Cfg_2>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  37. <Cfg_2_Win64>true</Cfg_2_Win64>
  38. <CfgParent>Cfg_2</CfgParent>
  39. <Cfg_2>true</Cfg_2>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  44. <IntermediateOutputDir>$(Config)\$(Platform)\djpeg</IntermediateOutputDir>
  45. <FinalOutputDir>$(Config)\$(Platform)</FinalOutputDir>
  46. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  47. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  48. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  49. <ProjectType>CppConsoleApplication</ProjectType>
  50. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  51. <SanitizedProjectName>djpeg</SanitizedProjectName>
  52. <Multithreaded>true</Multithreaded>
  53. <_TCHARMapping>char</_TCHARMapping>
  54. <VerInfo_Locale>1031</VerInfo_Locale>
  55. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  58. <PackageImports>adortl;appanalytics;bcbie;bcbsmp;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindcompvclsmp;bindcompvclwinx;bindengine;CloudService;CustomIPTransport;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXInterBaseDriver;DBXMySQLDriver;DBXSqliteDriver;dsnap;dsnapcon;dsnapxml;FireDAC;FireDACADSDriver;FireDACCommon;FireDACCommonDriver;FireDACCommonODBC;FireDACIBDriver;FireDACMSAccDriver;FireDACMySQLDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;RESTBackendComponents;RESTComponents;rtl;soapmidas;soaprtl;soapserver;svn;tethering;vcl;vclactnband;vcldb;vcldsnap;vcledge;vclFireDAC;vclie;vclimg;VCLRESTComponents;VclSmp;vcltouch;vclwinx;vclx;xmlrtl;$(PackageImports)</PackageImports>
  59. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  60. <BT_BuildType>Debug</BT_BuildType>
  61. <VerInfo_Locale>1033</VerInfo_Locale>
  62. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  63. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  64. <Manifest_File>(Ohne)</Manifest_File>
  65. <BCC_waus>false</BCC_waus>
  66. <BCC_wpar>false</BCC_wpar>
  67. <BCC_wrch>false</BCC_wrch>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  70. <PackageImports>adortl;appanalytics;bcbie;bcbsmp;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindcompvclsmp;bindcompvclwinx;bindengine;CloudService;CustomIPTransport;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXInterBaseDriver;DBXMySQLDriver;DBXSqliteDriver;dsnap;dsnapcon;dsnapxml;FireDAC;FireDACADSDriver;FireDACCommon;FireDACCommonDriver;FireDACCommonODBC;FireDACIBDriver;FireDACMSAccDriver;FireDACMySQLDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;RESTBackendComponents;RESTComponents;rtl;soapmidas;soaprtl;soapserver;tethering;vcl;vclactnband;vcldb;vcldsnap;vcledge;vclFireDAC;vclie;vclimg;VCLRESTComponents;VclSmp;vcltouch;vclwinx;vclx;xmlrtl;$(PackageImports)</PackageImports>
  71. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  72. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  73. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  74. <BT_BuildType>Debug</BT_BuildType>
  75. <Manifest_File>(Ohne)</Manifest_File>
  76. <VerInfo_Locale>1033</VerInfo_Locale>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  79. <Defines>NDEBUG;$(Defines)</Defines>
  80. <TASM_Debugging>None</TASM_Debugging>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  83. <VerInfo_Locale>1033</VerInfo_Locale>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  86. <VerInfo_Locale>1033</VerInfo_Locale>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <None Include="cderror.h">
  90. <BuildOrder>0</BuildOrder>
  91. </None>
  92. <CppCompile Include="cdjpeg.c">
  93. <BuildOrder>8</BuildOrder>
  94. </CppCompile>
  95. <None Include="cdjpeg.h">
  96. <BuildOrder>1</BuildOrder>
  97. </None>
  98. <CppCompile Include="djpeg.c">
  99. <BuildOrder>9</BuildOrder>
  100. </CppCompile>
  101. <None Include="jconfig.h">
  102. <BuildOrder>2</BuildOrder>
  103. </None>
  104. <None Include="jerror.h">
  105. <BuildOrder>3</BuildOrder>
  106. </None>
  107. <None Include="jinclude.h">
  108. <BuildOrder>4</BuildOrder>
  109. </None>
  110. <None Include="jmorecfg.h">
  111. <BuildOrder>5</BuildOrder>
  112. </None>
  113. <None Include="jpeglib.h">
  114. <BuildOrder>6</BuildOrder>
  115. </None>
  116. <None Include="jversion.h">
  117. <BuildOrder>7</BuildOrder>
  118. </None>
  119. <CppCompile Include="rdcolmap.c">
  120. <BuildOrder>10</BuildOrder>
  121. </CppCompile>
  122. <LibFiles Include="Release\Win32\jpeg.lib" Condition="'$(Platform)'=='Win32'">
  123. <BuildOrder>16</BuildOrder>
  124. </LibFiles>
  125. <LibFiles Include="Release\Win64\jpeg.a" Condition="'$(Platform)'=='Win64'">
  126. <BuildOrder>17</BuildOrder>
  127. </LibFiles>
  128. <CppCompile Include="wrbmp.c">
  129. <BuildOrder>11</BuildOrder>
  130. </CppCompile>
  131. <CppCompile Include="wrgif.c">
  132. <BuildOrder>12</BuildOrder>
  133. </CppCompile>
  134. <CppCompile Include="wrppm.c">
  135. <BuildOrder>13</BuildOrder>
  136. </CppCompile>
  137. <CppCompile Include="wrrle.c">
  138. <BuildOrder>14</BuildOrder>
  139. </CppCompile>
  140. <CppCompile Include="wrtarga.c">
  141. <BuildOrder>15</BuildOrder>
  142. </CppCompile>
  143. <BuildConfiguration Include="Release">
  144. <Key>Cfg_2</Key>
  145. <CfgParent>Base</CfgParent>
  146. </BuildConfiguration>
  147. <BuildConfiguration Include="Base">
  148. <Key>Base</Key>
  149. </BuildConfiguration>
  150. </ItemGroup>
  151. <ProjectExtensions>
  152. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  153. <Borland.ProjectType>CppConsoleApplication</Borland.ProjectType>
  154. <BorlandProject>
  155. <CPlusPlusBuilder.Personality>
  156. <ProjectProperties>
  157. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  158. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  159. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  160. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  161. </ProjectProperties>
  162. <Excluded_Packages>
  163. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages>
  164. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder-Package für Office XP-Server</Excluded_Packages>
  165. </Excluded_Packages>
  166. </CPlusPlusBuilder.Personality>
  167. <Deployment Version="3">
  168. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32270mt.dll" Class="DependencyModule">
  169. <Platform Name="Win32">
  170. <Overwrite>true</Overwrite>
  171. </Platform>
  172. </DeployFile>
  173. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  174. <Platform Name="OSX64">
  175. <Overwrite>true</Overwrite>
  176. </Platform>
  177. </DeployFile>
  178. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  179. <Platform Name="OSX32">
  180. <Overwrite>true</Overwrite>
  181. </Platform>
  182. </DeployFile>
  183. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  184. <Platform Name="OSX64">
  185. <Overwrite>true</Overwrite>
  186. </Platform>
  187. </DeployFile>
  188. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  189. <Platform Name="Win32">
  190. <Overwrite>true</Overwrite>
  191. </Platform>
  192. </DeployFile>
  193. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32270.dll" Class="DependencyModule">
  194. <Platform Name="Win32">
  195. <Overwrite>true</Overwrite>
  196. </Platform>
  197. </DeployFile>
  198. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  199. <Platform Name="OSX32">
  200. <Overwrite>true</Overwrite>
  201. </Platform>
  202. </DeployFile>
  203. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  204. <Platform Name="Win64">
  205. <Overwrite>true</Overwrite>
  206. </Platform>
  207. </DeployFile>
  208. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  209. <Platform Name="iOSSimulator">
  210. <Overwrite>true</Overwrite>
  211. </Platform>
  212. </DeployFile>
  213. <DeployFile LocalName=".\Release\Win32\djpeg.exe" Configuration="Release" Class="ProjectOutput">
  214. <Platform Name="Win32">
  215. <RemoteName>djpeg.exe</RemoteName>
  216. <Overwrite>true</Overwrite>
  217. </Platform>
  218. </DeployFile>
  219. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  220. <Platform Name="iOSSimulator">
  221. <Overwrite>true</Overwrite>
  222. </Platform>
  223. </DeployFile>
  224. <DeployFile LocalName=".\Release\Win64\djpeg.exe" Configuration="Release" Class="ProjectOutput">
  225. <Platform Name="Win64">
  226. <RemoteName>djpeg.exe</RemoteName>
  227. <Overwrite>true</Overwrite>
  228. </Platform>
  229. </DeployFile>
  230. <DeployFile LocalName="Release\Win32\jpeg.lib" Configuration="Release" Class="ProjectFile">
  231. <Platform Name="Win64">
  232. <RemoteDir>.\</RemoteDir>
  233. <Overwrite>true</Overwrite>
  234. </Platform>
  235. </DeployFile>
  236. <DeployFile LocalName=".\Win32\Debug\djpeg.exe" Configuration="Debug" Class="ProjectOutput">
  237. <Platform Name="Win32">
  238. <RemoteName>djpeg.exe</RemoteName>
  239. <Overwrite>true</Overwrite>
  240. </Platform>
  241. </DeployFile>
  242. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  243. <Platform Name="OSX32">
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64270.dll" Class="DependencyModule">
  248. <Platform Name="Win64">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile LocalName="Release\Win32\jpeg.lib" Configuration="Release" Class="ProjectFile">
  253. <Platform Name="Win32">
  254. <RemoteDir>.\</RemoteDir>
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile LocalName="Release\Win64\jpeg.a" Configuration="Release" Class="ProjectFile">
  259. <Platform Name="Win64">
  260. <RemoteDir>.\</RemoteDir>
  261. <Overwrite>true</Overwrite>
  262. </Platform>
  263. </DeployFile>
  264. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64270mt.dll" Class="DependencyModule">
  265. <Platform Name="Win64">
  266. <Overwrite>true</Overwrite>
  267. </Platform>
  268. </DeployFile>
  269. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c270mt.dll" Class="DependencyModule">
  270. <Platform Name="Win32">
  271. <Overwrite>true</Overwrite>
  272. </Platform>
  273. </DeployFile>
  274. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c270.dll" Class="DependencyModule">
  275. <Platform Name="Win32">
  276. <Overwrite>true</Overwrite>
  277. </Platform>
  278. </DeployFile>
  279. <DeployClass Name="AdditionalDebugSymbols">
  280. <Platform Name="OSX32">
  281. <Operation>1</Operation>
  282. </Platform>
  283. <Platform Name="Win32">
  284. <Operation>0</Operation>
  285. </Platform>
  286. </DeployClass>
  287. <DeployClass Name="AndroidClassesDexFile">
  288. <Platform Name="Android">
  289. <RemoteDir>classes</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. <Platform Name="Android64">
  293. <RemoteDir>classes</RemoteDir>
  294. <Operation>1</Operation>
  295. </Platform>
  296. </DeployClass>
  297. <DeployClass Name="AndroidFileProvider">
  298. <Platform Name="Android">
  299. <RemoteDir>res\xml</RemoteDir>
  300. <Operation>1</Operation>
  301. </Platform>
  302. <Platform Name="Android64">
  303. <RemoteDir>res\xml</RemoteDir>
  304. <Operation>1</Operation>
  305. </Platform>
  306. </DeployClass>
  307. <DeployClass Name="AndroidGDBServer">
  308. <Platform Name="Android">
  309. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="AndroidLibnativeArmeabiFile">
  314. <Platform Name="Android">
  315. <RemoteDir>library\lib\armeabi</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. <Platform Name="Android64">
  319. <RemoteDir>library\lib\armeabi</RemoteDir>
  320. <Operation>1</Operation>
  321. </Platform>
  322. </DeployClass>
  323. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  324. <Platform Name="Android64">
  325. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  326. <Operation>1</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="AndroidLibnativeMipsFile">
  330. <Platform Name="Android">
  331. <RemoteDir>library\lib\mips</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. <Platform Name="Android64">
  335. <RemoteDir>library\lib\mips</RemoteDir>
  336. <Operation>1</Operation>
  337. </Platform>
  338. </DeployClass>
  339. <DeployClass Name="AndroidServiceOutput">
  340. <Platform Name="Android">
  341. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. <Platform Name="Android64">
  345. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="AndroidServiceOutput_Android32">
  350. <Platform Name="Android64">
  351. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="AndroidSplashImageDef">
  356. <Platform Name="Android">
  357. <RemoteDir>res\drawable</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. <Platform Name="Android64">
  361. <RemoteDir>res\drawable</RemoteDir>
  362. <Operation>1</Operation>
  363. </Platform>
  364. </DeployClass>
  365. <DeployClass Name="AndroidSplashStyles">
  366. <Platform Name="Android">
  367. <RemoteDir>res\values</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. <Platform Name="Android64">
  371. <RemoteDir>res\values</RemoteDir>
  372. <Operation>1</Operation>
  373. </Platform>
  374. </DeployClass>
  375. <DeployClass Name="AndroidSplashStylesV21">
  376. <Platform Name="Android">
  377. <RemoteDir>res\values-v21</RemoteDir>
  378. <Operation>1</Operation>
  379. </Platform>
  380. <Platform Name="Android64">
  381. <RemoteDir>res\values-v21</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. </DeployClass>
  385. <DeployClass Name="Android_Colors">
  386. <Platform Name="Android">
  387. <RemoteDir>res\values</RemoteDir>
  388. <Operation>1</Operation>
  389. </Platform>
  390. <Platform Name="Android64">
  391. <RemoteDir>res\values</RemoteDir>
  392. <Operation>1</Operation>
  393. </Platform>
  394. </DeployClass>
  395. <DeployClass Name="Android_DefaultAppIcon">
  396. <Platform Name="Android">
  397. <RemoteDir>res\drawable</RemoteDir>
  398. <Operation>1</Operation>
  399. </Platform>
  400. <Platform Name="Android64">
  401. <RemoteDir>res\drawable</RemoteDir>
  402. <Operation>1</Operation>
  403. </Platform>
  404. </DeployClass>
  405. <DeployClass Name="Android_LauncherIcon144">
  406. <Platform Name="Android">
  407. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  408. <Operation>1</Operation>
  409. </Platform>
  410. <Platform Name="Android64">
  411. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="Android_LauncherIcon192">
  416. <Platform Name="Android">
  417. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. <Platform Name="Android64">
  421. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  422. <Operation>1</Operation>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="Android_LauncherIcon36">
  426. <Platform Name="Android">
  427. <RemoteDir>res\drawable-ldpi</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. <Platform Name="Android64">
  431. <RemoteDir>res\drawable-ldpi</RemoteDir>
  432. <Operation>1</Operation>
  433. </Platform>
  434. </DeployClass>
  435. <DeployClass Name="Android_LauncherIcon48">
  436. <Platform Name="Android">
  437. <RemoteDir>res\drawable-mdpi</RemoteDir>
  438. <Operation>1</Operation>
  439. </Platform>
  440. <Platform Name="Android64">
  441. <RemoteDir>res\drawable-mdpi</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="Android_LauncherIcon72">
  446. <Platform Name="Android">
  447. <RemoteDir>res\drawable-hdpi</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. <Platform Name="Android64">
  451. <RemoteDir>res\drawable-hdpi</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. </DeployClass>
  455. <DeployClass Name="Android_LauncherIcon96">
  456. <Platform Name="Android">
  457. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="Android64">
  461. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="Android_NotificationIcon24">
  466. <Platform Name="Android">
  467. <RemoteDir>res\drawable-mdpi</RemoteDir>
  468. <Operation>1</Operation>
  469. </Platform>
  470. <Platform Name="Android64">
  471. <RemoteDir>res\drawable-mdpi</RemoteDir>
  472. <Operation>1</Operation>
  473. </Platform>
  474. </DeployClass>
  475. <DeployClass Name="Android_NotificationIcon36">
  476. <Platform Name="Android">
  477. <RemoteDir>res\drawable-hdpi</RemoteDir>
  478. <Operation>1</Operation>
  479. </Platform>
  480. <Platform Name="Android64">
  481. <RemoteDir>res\drawable-hdpi</RemoteDir>
  482. <Operation>1</Operation>
  483. </Platform>
  484. </DeployClass>
  485. <DeployClass Name="Android_NotificationIcon48">
  486. <Platform Name="Android">
  487. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="Android64">
  491. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  492. <Operation>1</Operation>
  493. </Platform>
  494. </DeployClass>
  495. <DeployClass Name="Android_NotificationIcon72">
  496. <Platform Name="Android">
  497. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  498. <Operation>1</Operation>
  499. </Platform>
  500. <Platform Name="Android64">
  501. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  502. <Operation>1</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="Android_NotificationIcon96">
  506. <Platform Name="Android">
  507. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="Android64">
  511. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  512. <Operation>1</Operation>
  513. </Platform>
  514. </DeployClass>
  515. <DeployClass Name="Android_SplashImage426">
  516. <Platform Name="Android">
  517. <RemoteDir>res\drawable-small</RemoteDir>
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="Android64">
  521. <RemoteDir>res\drawable-small</RemoteDir>
  522. <Operation>1</Operation>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Name="Android_SplashImage470">
  526. <Platform Name="Android">
  527. <RemoteDir>res\drawable-normal</RemoteDir>
  528. <Operation>1</Operation>
  529. </Platform>
  530. <Platform Name="Android64">
  531. <RemoteDir>res\drawable-normal</RemoteDir>
  532. <Operation>1</Operation>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Name="Android_SplashImage640">
  536. <Platform Name="Android">
  537. <RemoteDir>res\drawable-large</RemoteDir>
  538. <Operation>1</Operation>
  539. </Platform>
  540. <Platform Name="Android64">
  541. <RemoteDir>res\drawable-large</RemoteDir>
  542. <Operation>1</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="Android_SplashImage960">
  546. <Platform Name="Android">
  547. <RemoteDir>res\drawable-xlarge</RemoteDir>
  548. <Operation>1</Operation>
  549. </Platform>
  550. <Platform Name="Android64">
  551. <RemoteDir>res\drawable-xlarge</RemoteDir>
  552. <Operation>1</Operation>
  553. </Platform>
  554. </DeployClass>
  555. <DeployClass Name="Android_Strings">
  556. <Platform Name="Android">
  557. <RemoteDir>res\values</RemoteDir>
  558. <Operation>1</Operation>
  559. </Platform>
  560. <Platform Name="Android64">
  561. <RemoteDir>res\values</RemoteDir>
  562. <Operation>1</Operation>
  563. </Platform>
  564. </DeployClass>
  565. <DeployClass Name="DebugSymbols">
  566. <Platform Name="iOSSimulator">
  567. <Operation>1</Operation>
  568. </Platform>
  569. <Platform Name="OSX32">
  570. <Operation>1</Operation>
  571. </Platform>
  572. <Platform Name="Win32">
  573. <Operation>0</Operation>
  574. </Platform>
  575. </DeployClass>
  576. <DeployClass Name="DependencyFramework">
  577. <Platform Name="OSX32">
  578. <Operation>1</Operation>
  579. <Extensions>.framework</Extensions>
  580. </Platform>
  581. <Platform Name="OSX64">
  582. <Operation>1</Operation>
  583. <Extensions>.framework</Extensions>
  584. </Platform>
  585. <Platform Name="Win32">
  586. <Operation>0</Operation>
  587. </Platform>
  588. </DeployClass>
  589. <DeployClass Name="DependencyModule">
  590. <Platform Name="OSX32">
  591. <Operation>1</Operation>
  592. <Extensions>.dylib</Extensions>
  593. </Platform>
  594. <Platform Name="OSX64">
  595. <Operation>1</Operation>
  596. <Extensions>.dylib</Extensions>
  597. </Platform>
  598. <Platform Name="Win32">
  599. <Operation>0</Operation>
  600. <Extensions>.dll;.bpl</Extensions>
  601. </Platform>
  602. </DeployClass>
  603. <DeployClass Required="true" Name="DependencyPackage">
  604. <Platform Name="iOSDevice32">
  605. <Operation>1</Operation>
  606. <Extensions>.dylib</Extensions>
  607. </Platform>
  608. <Platform Name="iOSDevice64">
  609. <Operation>1</Operation>
  610. <Extensions>.dylib</Extensions>
  611. </Platform>
  612. <Platform Name="iOSSimulator">
  613. <Operation>1</Operation>
  614. <Extensions>.dylib</Extensions>
  615. </Platform>
  616. <Platform Name="OSX32">
  617. <Operation>1</Operation>
  618. <Extensions>.dylib</Extensions>
  619. </Platform>
  620. <Platform Name="OSX64">
  621. <Operation>1</Operation>
  622. <Extensions>.dylib</Extensions>
  623. </Platform>
  624. <Platform Name="Win32">
  625. <Operation>0</Operation>
  626. <Extensions>.bpl</Extensions>
  627. </Platform>
  628. </DeployClass>
  629. <DeployClass Name="File">
  630. <Platform Name="Android">
  631. <Operation>0</Operation>
  632. </Platform>
  633. <Platform Name="Android64">
  634. <Operation>0</Operation>
  635. </Platform>
  636. <Platform Name="iOSDevice32">
  637. <Operation>0</Operation>
  638. </Platform>
  639. <Platform Name="iOSDevice64">
  640. <Operation>0</Operation>
  641. </Platform>
  642. <Platform Name="iOSSimulator">
  643. <Operation>0</Operation>
  644. </Platform>
  645. <Platform Name="OSX32">
  646. <Operation>0</Operation>
  647. </Platform>
  648. <Platform Name="OSX64">
  649. <Operation>0</Operation>
  650. </Platform>
  651. <Platform Name="Win32">
  652. <Operation>0</Operation>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="iOS_AppStore1024">
  656. <Platform Name="iOSDevice64">
  657. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPad_AppIcon152">
  662. <Platform Name="iOSDevice64">
  663. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="iOSSimulator">
  667. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Name="iPad_AppIcon167">
  672. <Platform Name="iOSDevice64">
  673. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  674. <Operation>1</Operation>
  675. </Platform>
  676. <Platform Name="iOSSimulator">
  677. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  678. <Operation>1</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="iPad_Launch2x">
  682. <Platform Name="iOSDevice64">
  683. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  684. <Operation>1</Operation>
  685. </Platform>
  686. <Platform Name="iOSSimulator">
  687. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  688. <Operation>1</Operation>
  689. </Platform>
  690. </DeployClass>
  691. <DeployClass Name="iPad_LaunchDark2x">
  692. <Platform Name="iOSDevice64">
  693. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSSimulator">
  697. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  698. <Operation>1</Operation>
  699. </Platform>
  700. </DeployClass>
  701. <DeployClass Name="iPad_Notification40">
  702. <Platform Name="iOSDevice64">
  703. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  704. <Operation>1</Operation>
  705. </Platform>
  706. <Platform Name="iOSSimulator">
  707. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  708. <Operation>1</Operation>
  709. </Platform>
  710. </DeployClass>
  711. <DeployClass Name="iPad_Setting58">
  712. <Platform Name="iOSDevice64">
  713. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  714. <Operation>1</Operation>
  715. </Platform>
  716. <Platform Name="iOSSimulator">
  717. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  718. <Operation>1</Operation>
  719. </Platform>
  720. </DeployClass>
  721. <DeployClass Name="iPad_SpotLight80">
  722. <Platform Name="iOSDevice64">
  723. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  724. <Operation>1</Operation>
  725. </Platform>
  726. <Platform Name="iOSSimulator">
  727. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  728. <Operation>1</Operation>
  729. </Platform>
  730. </DeployClass>
  731. <DeployClass Name="iPhone_AppIcon120">
  732. <Platform Name="iOSDevice64">
  733. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  734. <Operation>1</Operation>
  735. </Platform>
  736. <Platform Name="iOSSimulator">
  737. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  738. <Operation>1</Operation>
  739. </Platform>
  740. </DeployClass>
  741. <DeployClass Name="iPhone_AppIcon180">
  742. <Platform Name="iOSDevice64">
  743. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  744. <Operation>1</Operation>
  745. </Platform>
  746. <Platform Name="iOSSimulator">
  747. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  748. <Operation>1</Operation>
  749. </Platform>
  750. </DeployClass>
  751. <DeployClass Name="iPhone_Launch2x">
  752. <Platform Name="iOSDevice64">
  753. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="iOSSimulator">
  757. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  758. <Operation>1</Operation>
  759. </Platform>
  760. </DeployClass>
  761. <DeployClass Name="iPhone_Launch3x">
  762. <Platform Name="iOSDevice64">
  763. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSSimulator">
  767. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  768. <Operation>1</Operation>
  769. </Platform>
  770. </DeployClass>
  771. <DeployClass Name="iPhone_LaunchDark2x">
  772. <Platform Name="iOSDevice64">
  773. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  774. <Operation>1</Operation>
  775. </Platform>
  776. <Platform Name="iOSSimulator">
  777. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  778. <Operation>1</Operation>
  779. </Platform>
  780. </DeployClass>
  781. <DeployClass Name="iPhone_LaunchDark3x">
  782. <Platform Name="iOSDevice64">
  783. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  784. <Operation>1</Operation>
  785. </Platform>
  786. <Platform Name="iOSSimulator">
  787. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  788. <Operation>1</Operation>
  789. </Platform>
  790. </DeployClass>
  791. <DeployClass Name="iPhone_Notification40">
  792. <Platform Name="iOSDevice64">
  793. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="iOSSimulator">
  797. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  798. <Operation>1</Operation>
  799. </Platform>
  800. </DeployClass>
  801. <DeployClass Name="iPhone_Notification60">
  802. <Platform Name="iOSDevice64">
  803. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  804. <Operation>1</Operation>
  805. </Platform>
  806. <Platform Name="iOSSimulator">
  807. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="iPhone_Setting58">
  812. <Platform Name="iOSDevice64">
  813. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  814. <Operation>1</Operation>
  815. </Platform>
  816. <Platform Name="iOSSimulator">
  817. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="iPhone_Setting87">
  822. <Platform Name="iOSDevice64">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimulator">
  827. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="iPhone_Spotlight120">
  832. <Platform Name="iOSDevice64">
  833. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="iOSSimulator">
  837. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="iPhone_Spotlight80">
  842. <Platform Name="iOSDevice64">
  843. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSSimulator">
  847. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. </DeployClass>
  851. <DeployClass Name="ProjectAndroidManifest">
  852. <Platform Name="Android">
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="Android64">
  856. <Operation>1</Operation>
  857. </Platform>
  858. </DeployClass>
  859. <DeployClass Name="ProjectiOSDeviceDebug">
  860. <Platform Name="iOSDevice32">
  861. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  862. <Operation>1</Operation>
  863. </Platform>
  864. <Platform Name="iOSDevice64">
  865. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  866. <Operation>1</Operation>
  867. </Platform>
  868. </DeployClass>
  869. <DeployClass Name="ProjectiOSEntitlements"/>
  870. <DeployClass Name="ProjectiOSInfoPList"/>
  871. <DeployClass Name="ProjectiOSLaunchScreen"/>
  872. <DeployClass Name="ProjectiOSResource">
  873. <Platform Name="iOSDevice32">
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSDevice64">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSSimulator">
  880. <Operation>1</Operation>
  881. </Platform>
  882. </DeployClass>
  883. <DeployClass Name="ProjectOSXDebug"/>
  884. <DeployClass Name="ProjectOSXEntitlements"/>
  885. <DeployClass Name="ProjectOSXInfoPList"/>
  886. <DeployClass Name="ProjectOSXResource">
  887. <Platform Name="OSX32">
  888. <RemoteDir>Contents\Resources</RemoteDir>
  889. <Operation>1</Operation>
  890. </Platform>
  891. <Platform Name="OSX64">
  892. <RemoteDir>Contents\Resources</RemoteDir>
  893. <Operation>1</Operation>
  894. </Platform>
  895. </DeployClass>
  896. <DeployClass Required="true" Name="ProjectOutput">
  897. <Platform Name="Android">
  898. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="Android64">
  902. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  903. <Operation>1</Operation>
  904. </Platform>
  905. <Platform Name="iOSDevice32">
  906. <Operation>1</Operation>
  907. </Platform>
  908. <Platform Name="iOSDevice64">
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="iOSSimulator">
  912. <Operation>1</Operation>
  913. </Platform>
  914. <Platform Name="Linux64">
  915. <Operation>1</Operation>
  916. </Platform>
  917. <Platform Name="OSX32">
  918. <Operation>1</Operation>
  919. </Platform>
  920. <Platform Name="OSX64">
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="Win32">
  924. <Operation>0</Operation>
  925. </Platform>
  926. </DeployClass>
  927. <DeployClass Name="ProjectOutput_Android32">
  928. <Platform Name="Android64">
  929. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  930. <Operation>1</Operation>
  931. </Platform>
  932. </DeployClass>
  933. <DeployClass Name="ProjectUWPManifest">
  934. <Platform Name="Win32">
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="Win64">
  938. <Operation>1</Operation>
  939. </Platform>
  940. </DeployClass>
  941. <DeployClass Name="UWP_CppLogo150">
  942. <Platform Name="Win32">
  943. <RemoteDir>Assets</RemoteDir>
  944. <Operation>1</Operation>
  945. </Platform>
  946. <Platform Name="Win64">
  947. <RemoteDir>Assets</RemoteDir>
  948. <Operation>1</Operation>
  949. </Platform>
  950. </DeployClass>
  951. <DeployClass Name="UWP_CppLogo44">
  952. <Platform Name="Win32">
  953. <RemoteDir>Assets</RemoteDir>
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="Win64">
  957. <RemoteDir>Assets</RemoteDir>
  958. <Operation>1</Operation>
  959. </Platform>
  960. </DeployClass>
  961. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  962. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  963. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  964. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  965. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  966. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  967. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  968. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  969. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  970. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  971. </Deployment>
  972. <Platforms>
  973. <Platform value="Win32">True</Platform>
  974. <Platform value="Win64">True</Platform>
  975. </Platforms>
  976. </BorlandProject>
  977. <ProjectFileVersion>12</ProjectFileVersion>
  978. </ProjectExtensions>
  979. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  980. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  981. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  982. </Project>