GLScene_Physics_RT.dproj 46 KB

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