GLSViewerD.dproj 48 KB

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