From 907e4cd78f58b04ca3ef0a934bcade25c256447c Mon Sep 17 00:00:00 2001 From: Suha Can Date: Mon, 31 Jan 2011 11:58:54 -0800 Subject: [PATCH] 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 --- src/Orchard/Orchard.Framework.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Orchard/Orchard.Framework.csproj b/src/Orchard/Orchard.Framework.csproj index d31c9d6e9..be5812871 100644 --- a/src/Orchard/Orchard.Framework.csproj +++ b/src/Orchard/Orchard.Framework.csproj @@ -100,9 +100,6 @@ ..\..\lib\aspnetmvc\Microsoft.Web.Infrastructure.dll - - ..\..\lib\aspnetmvc\System.Web.WebPages.Deployment.dll - False ..\..\lib\fluentnhibernate\NHibernate.dll