Ducky.dproj 42 KB

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