Winfont.dproj 48 KB

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