Tweening.dproj 47 KB

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