ArchiveEdit.dproj 41 KB

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