SimpleQRVCL.dproj 43 KB

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