From 86056e2e9caa897b63626cf049b1255b9d778c50 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sat, 18 Jul 2015 19:31:20 +0100 Subject: [PATCH] Added System.Web.WebPages assembly reference. This removes a warning displayed by the code editor. --- .../Modules/Orchard.Autoroute/Orchard.Autoroute.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Orchard.Web/Modules/Orchard.Autoroute/Orchard.Autoroute.csproj b/src/Orchard.Web/Modules/Orchard.Autoroute/Orchard.Autoroute.csproj index ceff50e3f..22f1e5b76 100644 --- a/src/Orchard.Web/Modules/Orchard.Autoroute/Orchard.Autoroute.csproj +++ b/src/Orchard.Web/Modules/Orchard.Autoroute/Orchard.Autoroute.csproj @@ -67,6 +67,10 @@ + + False + ..\..\..\..\lib\aspnetmvc\System.Web.WebPages.dll +