Bug 17222: When building Orchard.Web from sources System.Web.WebPages.Deployment.dll is not copied to Bin

Removing a stale duplicate reference to an MVC 3 RTM binary.

--HG--
branch : dev
This commit is contained in:
Suha Can
2011-01-31 11:58:54 -08:00
parent 9ca3eef776
commit 907e4cd78f

View File

@@ -100,9 +100,6 @@
<Reference Include="Microsoft.Web.Infrastructure">
<HintPath>..\..\lib\aspnetmvc\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Deployment">
<HintPath>..\..\lib\aspnetmvc\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\fluentnhibernate\NHibernate.dll</HintPath>