SimpleSC.dproj 43 KB

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