TextVPR.dproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Base>True</Base>
  4. <AppType>Application</AppType>
  5. <Config Condition="'$(Config)'==''">Debug</Config>
  6. <FrameworkType>VCL</FrameworkType>
  7. <MainSource>TextVPR.dpr</MainSource>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <ProjectGuid>{07937065-8DE4-47A7-AAB3-D0EF33098A89}</ProjectGuid>
  10. <ProjectVersion>18.7</ProjectVersion>
  11. <TargetedPlatforms>3</TargetedPlatforms>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  32. <Cfg_1_Win64>true</Cfg_1_Win64>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  43. <Cfg_2_Win32>true</Cfg_2_Win32>
  44. <CfgParent>Cfg_2</CfgParent>
  45. <Cfg_2>true</Cfg_2>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  49. <Cfg_2_Win64>true</Cfg_2_Win64>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Base)'!=''">
  55. <SanitizedProjectName>TextVPR</SanitizedProjectName>
  56. <DCC_E>false</DCC_E>
  57. <DCC_F>false</DCC_F>
  58. <DCC_ImageBase>00400000</DCC_ImageBase>
  59. <DCC_K>false</DCC_K>
  60. <DCC_N>false</DCC_N>
  61. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;FMX;$(DCC_Namespace)</DCC_Namespace>
  62. <DCC_S>false</DCC_S>
  63. <DCC_UnitSearchPath>..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  64. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;CFBundleExecutable=</VerInfo_Keys>
  65. <VerInfo_Locale>1031</VerInfo_Locale>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  68. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  69. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  70. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  71. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  72. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  73. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  74. <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>
  75. <VerInfo_Locale>1033</VerInfo_Locale>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  78. <BT_BuildType>Debug</BT_BuildType>
  79. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  80. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  81. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  82. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  83. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  84. <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>
  85. <VerInfo_Locale>1033</VerInfo_Locale>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  88. <DCC_DebugInformation>0</DCC_DebugInformation>
  89. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  90. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  91. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  94. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  95. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  98. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  99. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  100. <DCC_Optimize>false</DCC_Optimize>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  103. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  104. <BT_BuildType>Debug</BT_BuildType>
  105. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  106. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  107. <VerInfo_Locale>1033</VerInfo_Locale>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  110. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  111. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  112. </PropertyGroup>
  113. <ItemGroup>
  114. <DelphiCompile Include="$(MainSource)">
  115. <MainSource>MainSource</MainSource>
  116. </DelphiCompile>
  117. <RcCompile Include="Media.rc">
  118. <Form>Media.res</Form>
  119. </RcCompile>
  120. <DCCReference Include="fTextVPR.pas"/>
  121. <BuildConfiguration Include="Debug">
  122. <Key>Cfg_2</Key>
  123. <CfgParent>Base</CfgParent>
  124. </BuildConfiguration>
  125. <BuildConfiguration Include="Base">
  126. <Key>Base</Key>
  127. </BuildConfiguration>
  128. <BuildConfiguration Include="Release">
  129. <Key>Cfg_1</Key>
  130. <CfgParent>Base</CfgParent>
  131. </BuildConfiguration>
  132. </ItemGroup>
  133. <ProjectExtensions>
  134. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  135. <Borland.ProjectType/>
  136. <BorlandProject>
  137. <Delphi.Personality>
  138. <Source>
  139. <Source Name="MainSource">TextVPR.dpr</Source>
  140. </Source>
  141. <VersionInfo>
  142. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  143. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  144. <VersionInfo Name="MajorVer">1</VersionInfo>
  145. <VersionInfo Name="MinorVer">0</VersionInfo>
  146. <VersionInfo Name="Release">0</VersionInfo>
  147. <VersionInfo Name="Build">0</VersionInfo>
  148. <VersionInfo Name="Debug">False</VersionInfo>
  149. <VersionInfo Name="PreRelease">False</VersionInfo>
  150. <VersionInfo Name="Special">False</VersionInfo>
  151. <VersionInfo Name="Private">False</VersionInfo>
  152. <VersionInfo Name="DLL">False</VersionInfo>
  153. <VersionInfo Name="Locale">1031</VersionInfo>
  154. <VersionInfo Name="CodePage">1252</VersionInfo>
  155. </VersionInfo>
  156. <VersionInfoKeys>
  157. <VersionInfoKeys Name="CompanyName"/>
  158. <VersionInfoKeys Name="FileDescription"/>
  159. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  160. <VersionInfoKeys Name="InternalName"/>
  161. <VersionInfoKeys Name="LegalCopyright"/>
  162. <VersionInfoKeys Name="LegalTrademarks"/>
  163. <VersionInfoKeys Name="OriginalFilename"/>
  164. <VersionInfoKeys Name="ProductName"/>
  165. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  166. <VersionInfoKeys Name="Comments"/>
  167. <VersionInfoKeys Name="CFBundleName"/>
  168. <VersionInfoKeys Name="CFBundleDisplayName"/>
  169. <VersionInfoKeys Name="CFBundleIdentifier"/>
  170. <VersionInfoKeys Name="CFBundleVersion"/>
  171. <VersionInfoKeys Name="CFBundlePackageType"/>
  172. <VersionInfoKeys Name="CFBundleSignature"/>
  173. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  174. <VersionInfoKeys Name="CFBundleExecutable"/>
  175. </VersionInfoKeys>
  176. <Excluded_Packages>
  177. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  178. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  179. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  180. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  181. </Excluded_Packages>
  182. </Delphi.Personality>
  183. <Platforms>
  184. <Platform value="Win32">True</Platform>
  185. <Platform value="Win64">True</Platform>
  186. </Platforms>
  187. <Deployment Version="3">
  188. <DeployFile LocalName="TextVPR.exe" Configuration="Debug" Class="ProjectOutput">
  189. <Platform Name="Win32">
  190. <RemoteName>TextVPR.exe</RemoteName>
  191. <Overwrite>true</Overwrite>
  192. </Platform>
  193. </DeployFile>
  194. <DeployClass Name="AdditionalDebugSymbols">
  195. <Platform Name="iOSSimulator">
  196. <Operation>1</Operation>
  197. </Platform>
  198. <Platform Name="OSX32">
  199. <RemoteDir>Contents\MacOS</RemoteDir>
  200. <Operation>1</Operation>
  201. </Platform>
  202. <Platform Name="Win32">
  203. <Operation>0</Operation>
  204. </Platform>
  205. </DeployClass>
  206. <DeployClass Name="AndroidClassesDexFile">
  207. <Platform Name="Android">
  208. <RemoteDir>classes</RemoteDir>
  209. <Operation>1</Operation>
  210. </Platform>
  211. </DeployClass>
  212. <DeployClass Name="AndroidFileProvider">
  213. <Platform Name="Android">
  214. <RemoteDir>res\xml</RemoteDir>
  215. <Operation>1</Operation>
  216. </Platform>
  217. </DeployClass>
  218. <DeployClass Name="AndroidGDBServer">
  219. <Platform Name="Android">
  220. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  221. <Operation>1</Operation>
  222. </Platform>
  223. </DeployClass>
  224. <DeployClass Name="AndroidLibnativeArmeabiFile">
  225. <Platform Name="Android">
  226. <RemoteDir>library\lib\armeabi</RemoteDir>
  227. <Operation>1</Operation>
  228. </Platform>
  229. </DeployClass>
  230. <DeployClass Name="AndroidLibnativeMipsFile">
  231. <Platform Name="Android">
  232. <RemoteDir>library\lib\mips</RemoteDir>
  233. <Operation>1</Operation>
  234. </Platform>
  235. </DeployClass>
  236. <DeployClass Name="AndroidServiceOutput">
  237. <Platform Name="Android">
  238. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  239. <Operation>1</Operation>
  240. </Platform>
  241. </DeployClass>
  242. <DeployClass Name="AndroidSplashImageDef">
  243. <Platform Name="Android">
  244. <RemoteDir>res\drawable</RemoteDir>
  245. <Operation>1</Operation>
  246. </Platform>
  247. </DeployClass>
  248. <DeployClass Name="AndroidSplashStyles">
  249. <Platform Name="Android">
  250. <RemoteDir>res\values</RemoteDir>
  251. <Operation>1</Operation>
  252. </Platform>
  253. </DeployClass>
  254. <DeployClass Name="AndroidSplashStylesV21">
  255. <Platform Name="Android">
  256. <RemoteDir>res\values-v21</RemoteDir>
  257. <Operation>1</Operation>
  258. </Platform>
  259. </DeployClass>
  260. <DeployClass Name="Android_Colors">
  261. <Platform Name="Android">
  262. <RemoteDir>res\values</RemoteDir>
  263. <Operation>1</Operation>
  264. </Platform>
  265. </DeployClass>
  266. <DeployClass Name="Android_DefaultAppIcon">
  267. <Platform Name="Android">
  268. <RemoteDir>res\drawable</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. </DeployClass>
  272. <DeployClass Name="Android_LauncherIcon144">
  273. <Platform Name="Android">
  274. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  275. <Operation>1</Operation>
  276. </Platform>
  277. </DeployClass>
  278. <DeployClass Name="Android_LauncherIcon36">
  279. <Platform Name="Android">
  280. <RemoteDir>res\drawable-ldpi</RemoteDir>
  281. <Operation>1</Operation>
  282. </Platform>
  283. </DeployClass>
  284. <DeployClass Name="Android_LauncherIcon48">
  285. <Platform Name="Android">
  286. <RemoteDir>res\drawable-mdpi</RemoteDir>
  287. <Operation>1</Operation>
  288. </Platform>
  289. </DeployClass>
  290. <DeployClass Name="Android_LauncherIcon72">
  291. <Platform Name="Android">
  292. <RemoteDir>res\drawable-hdpi</RemoteDir>
  293. <Operation>1</Operation>
  294. </Platform>
  295. </DeployClass>
  296. <DeployClass Name="Android_LauncherIcon96">
  297. <Platform Name="Android">
  298. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  299. <Operation>1</Operation>
  300. </Platform>
  301. </DeployClass>
  302. <DeployClass Name="Android_NotificationIcon24">
  303. <Platform Name="Android">
  304. <RemoteDir>res\drawable-mdpi</RemoteDir>
  305. <Operation>1</Operation>
  306. </Platform>
  307. </DeployClass>
  308. <DeployClass Name="Android_NotificationIcon36">
  309. <Platform Name="Android">
  310. <RemoteDir>res\drawable-hdpi</RemoteDir>
  311. <Operation>1</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="Android_NotificationIcon48">
  315. <Platform Name="Android">
  316. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. </DeployClass>
  320. <DeployClass Name="Android_NotificationIcon72">
  321. <Platform Name="Android">
  322. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. </DeployClass>
  326. <DeployClass Name="Android_NotificationIcon96">
  327. <Platform Name="Android">
  328. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  329. <Operation>1</Operation>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Name="Android_SplashImage426">
  333. <Platform Name="Android">
  334. <RemoteDir>res\drawable-small</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="Android_SplashImage470">
  339. <Platform Name="Android">
  340. <RemoteDir>res\drawable-normal</RemoteDir>
  341. <Operation>1</Operation>
  342. </Platform>
  343. </DeployClass>
  344. <DeployClass Name="Android_SplashImage640">
  345. <Platform Name="Android">
  346. <RemoteDir>res\drawable-large</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="Android_SplashImage960">
  351. <Platform Name="Android">
  352. <RemoteDir>res\drawable-xlarge</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="Android_Strings">
  357. <Platform Name="Android">
  358. <RemoteDir>res\values</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="DebugSymbols">
  363. <Platform Name="iOSSimulator">
  364. <Operation>1</Operation>
  365. </Platform>
  366. <Platform Name="OSX32">
  367. <RemoteDir>Contents\MacOS</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. <Platform Name="Win32">
  371. <Operation>0</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="DependencyFramework">
  375. <Platform Name="OSX32">
  376. <RemoteDir>Contents\MacOS</RemoteDir>
  377. <Operation>1</Operation>
  378. <Extensions>.framework</Extensions>
  379. </Platform>
  380. <Platform Name="OSX64">
  381. <RemoteDir>Contents\MacOS</RemoteDir>
  382. <Operation>1</Operation>
  383. <Extensions>.framework</Extensions>
  384. </Platform>
  385. <Platform Name="Win32">
  386. <Operation>0</Operation>
  387. </Platform>
  388. </DeployClass>
  389. <DeployClass Name="DependencyModule">
  390. <Platform Name="iOSDevice32">
  391. <Operation>1</Operation>
  392. <Extensions>.dylib</Extensions>
  393. </Platform>
  394. <Platform Name="iOSDevice64">
  395. <Operation>1</Operation>
  396. <Extensions>.dylib</Extensions>
  397. </Platform>
  398. <Platform Name="iOSSimulator">
  399. <Operation>1</Operation>
  400. <Extensions>.dylib</Extensions>
  401. </Platform>
  402. <Platform Name="OSX32">
  403. <RemoteDir>Contents\MacOS</RemoteDir>
  404. <Operation>1</Operation>
  405. <Extensions>.dylib</Extensions>
  406. </Platform>
  407. <Platform Name="OSX64">
  408. <RemoteDir>Contents\MacOS</RemoteDir>
  409. <Operation>1</Operation>
  410. <Extensions>.dylib</Extensions>
  411. </Platform>
  412. <Platform Name="Win32">
  413. <Operation>0</Operation>
  414. <Extensions>.dll;.bpl</Extensions>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Required="true" Name="DependencyPackage">
  418. <Platform Name="iOSDevice32">
  419. <Operation>1</Operation>
  420. <Extensions>.dylib</Extensions>
  421. </Platform>
  422. <Platform Name="iOSDevice64">
  423. <Operation>1</Operation>
  424. <Extensions>.dylib</Extensions>
  425. </Platform>
  426. <Platform Name="iOSSimulator">
  427. <Operation>1</Operation>
  428. <Extensions>.dylib</Extensions>
  429. </Platform>
  430. <Platform Name="OSX32">
  431. <RemoteDir>Contents\MacOS</RemoteDir>
  432. <Operation>1</Operation>
  433. <Extensions>.dylib</Extensions>
  434. </Platform>
  435. <Platform Name="OSX64">
  436. <RemoteDir>Contents\MacOS</RemoteDir>
  437. <Operation>1</Operation>
  438. <Extensions>.dylib</Extensions>
  439. </Platform>
  440. <Platform Name="Win32">
  441. <Operation>0</Operation>
  442. <Extensions>.bpl</Extensions>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="File">
  446. <Platform Name="Android">
  447. <Operation>0</Operation>
  448. </Platform>
  449. <Platform Name="iOSDevice32">
  450. <Operation>0</Operation>
  451. </Platform>
  452. <Platform Name="iOSDevice64">
  453. <Operation>0</Operation>
  454. </Platform>
  455. <Platform Name="iOSSimulator">
  456. <Operation>0</Operation>
  457. </Platform>
  458. <Platform Name="OSX32">
  459. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  460. <Operation>0</Operation>
  461. </Platform>
  462. <Platform Name="OSX64">
  463. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  464. <Operation>0</Operation>
  465. </Platform>
  466. <Platform Name="Win32">
  467. <Operation>0</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="iPad_Launch1024x768">
  471. <Platform Name="iOSDevice32">
  472. <Operation>1</Operation>
  473. </Platform>
  474. <Platform Name="iOSDevice64">
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="iOSSimulator">
  478. <Operation>1</Operation>
  479. </Platform>
  480. </DeployClass>
  481. <DeployClass Name="iPad_Launch1536x2048">
  482. <Platform Name="iOSDevice32">
  483. <Operation>1</Operation>
  484. </Platform>
  485. <Platform Name="iOSDevice64">
  486. <Operation>1</Operation>
  487. </Platform>
  488. <Platform Name="iOSSimulator">
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="iPad_Launch1668">
  493. <Platform Name="iOSDevice32">
  494. <Operation>1</Operation>
  495. </Platform>
  496. <Platform Name="iOSDevice64">
  497. <Operation>1</Operation>
  498. </Platform>
  499. <Platform Name="iOSSimulator">
  500. <Operation>1</Operation>
  501. </Platform>
  502. </DeployClass>
  503. <DeployClass Name="iPad_Launch1668x2388">
  504. <Platform Name="iOSDevice32">
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="iOSDevice64">
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="iOSSimulator">
  511. <Operation>1</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="iPad_Launch2048x1536">
  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_Launch2048x2732">
  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_Launch2224">
  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_Launch2388x1668">
  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_Launch2732x2048">
  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_Launch768x1024">
  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="iPhone_Launch1125">
  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="iPhone_Launch1136x640">
  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="iPhone_Launch1242">
  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="iPhone_Launch1242x2688">
  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_Launch1334">
  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_Launch1792">
  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_Launch2208">
  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_Launch2436">
  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_Launch2688x1242">
  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_Launch320">
  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_Launch640">
  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_Launch640x1136">
  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_Launch750">
  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_Launch828">
  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="ProjectAndroidManifest">
  735. <Platform Name="Android">
  736. <Operation>1</Operation>
  737. </Platform>
  738. </DeployClass>
  739. <DeployClass Name="ProjectiOSDeviceDebug">
  740. <Platform Name="iOSDevice32">
  741. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="iOSDevice64">
  745. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  746. <Operation>1</Operation>
  747. </Platform>
  748. </DeployClass>
  749. <DeployClass Name="ProjectiOSDeviceResourceRules">
  750. <Platform Name="iOSDevice32">
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSDevice64">
  754. <Operation>1</Operation>
  755. </Platform>
  756. </DeployClass>
  757. <DeployClass Name="ProjectiOSEntitlements">
  758. <Platform Name="iOSDevice32">
  759. <RemoteDir>..\</RemoteDir>
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="iOSDevice64">
  763. <RemoteDir>..\</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. </DeployClass>
  767. <DeployClass Name="ProjectiOSInfoPList">
  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="ProjectiOSResource">
  779. <Platform Name="iOSDevice32">
  780. <Operation>1</Operation>
  781. </Platform>
  782. <Platform Name="iOSDevice64">
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="iOSSimulator">
  786. <Operation>1</Operation>
  787. </Platform>
  788. </DeployClass>
  789. <DeployClass Name="ProjectOSXDebug">
  790. <Platform Name="OSX64">
  791. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  792. <Operation>1</Operation>
  793. </Platform>
  794. </DeployClass>
  795. <DeployClass Name="ProjectOSXEntitlements">
  796. <Platform Name="OSX32">
  797. <RemoteDir>..\</RemoteDir>
  798. <Operation>1</Operation>
  799. </Platform>
  800. <Platform Name="OSX64">
  801. <RemoteDir>..\</RemoteDir>
  802. <Operation>1</Operation>
  803. </Platform>
  804. </DeployClass>
  805. <DeployClass Name="ProjectOSXInfoPList">
  806. <Platform Name="OSX32">
  807. <RemoteDir>Contents</RemoteDir>
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="OSX64">
  811. <RemoteDir>Contents</RemoteDir>
  812. <Operation>1</Operation>
  813. </Platform>
  814. </DeployClass>
  815. <DeployClass Name="ProjectOSXResource">
  816. <Platform Name="OSX32">
  817. <RemoteDir>Contents\Resources</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. <Platform Name="OSX64">
  821. <RemoteDir>Contents\Resources</RemoteDir>
  822. <Operation>1</Operation>
  823. </Platform>
  824. </DeployClass>
  825. <DeployClass Required="true" Name="ProjectOutput">
  826. <Platform Name="Android">
  827. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="iOSDevice32">
  831. <Operation>1</Operation>
  832. </Platform>
  833. <Platform Name="iOSDevice64">
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="iOSSimulator">
  837. <Operation>1</Operation>
  838. </Platform>
  839. <Platform Name="Linux64">
  840. <Operation>1</Operation>
  841. </Platform>
  842. <Platform Name="OSX32">
  843. <RemoteDir>Contents\MacOS</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="OSX64">
  847. <RemoteDir>Contents\MacOS</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. <Platform Name="Win32">
  851. <Operation>0</Operation>
  852. </Platform>
  853. </DeployClass>
  854. <DeployClass Name="ProjectUWPManifest">
  855. <Platform Name="Win32">
  856. <Operation>1</Operation>
  857. </Platform>
  858. <Platform Name="Win64">
  859. <Operation>1</Operation>
  860. </Platform>
  861. </DeployClass>
  862. <DeployClass Name="UWP_DelphiLogo150">
  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. <DeployClass Name="UWP_DelphiLogo44">
  873. <Platform Name="Win32">
  874. <RemoteDir>Assets</RemoteDir>
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="Win64">
  878. <RemoteDir>Assets</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. </DeployClass>
  882. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  883. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  884. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  885. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  886. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  887. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  888. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  889. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  890. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  891. </Deployment>
  892. </BorlandProject>
  893. <ProjectFileVersion>12</ProjectFileVersion>
  894. </ProjectExtensions>
  895. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  896. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  897. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  898. </Project>