2
0

ProjectTexture.dproj 41 KB

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