From c2e5fc7b281037168e9aa3ff2bae20449aa7d3ae Mon Sep 17 00:00:00 2001 From: Suha Can Date: Mon, 31 Jan 2011 15:03:45 -0800 Subject: [PATCH] Making sure we have Private=True across the board (Orchard.Web and Azure Orchard.Web projects) for MVC 3 binaries so they are properly copied if installed into the GAC. --HG-- branch : dev --- .../Orchard.Azure.Web/Orchard.Azure.Web.csproj | 7 +++++++ src/Orchard.Web/Orchard.Web.csproj | 1 + 2 files changed, 8 insertions(+) diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj index 025dda1ca..9f81d4831 100644 --- a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj +++ b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj @@ -53,6 +53,7 @@ False ..\..\..\lib\aspnetmvc\Microsoft.Web.Infrastructure.dll + True @@ -93,6 +94,7 @@ ..\..\..\lib\aspnetmvc\System.Web.Helpers.dll + True False @@ -107,19 +109,23 @@ ..\..\..\lib\aspnetmvc\System.Web.Razor.dll + True False ..\..\..\lib\aspnetmvc\System.Web.WebPages.dll + True False ..\..\..\lib\aspnetmvc\System.Web.WebPages.Deployment.dll + True ..\..\..\lib\aspnetmvc\System.Web.WebPages.Razor.dll + True False @@ -141,6 +147,7 @@ ..\..\..\lib\aspnetmvc\WebMatrix.Data.dll + True diff --git a/src/Orchard.Web/Orchard.Web.csproj b/src/Orchard.Web/Orchard.Web.csproj index 583f31361..ec7b050fa 100644 --- a/src/Orchard.Web/Orchard.Web.csproj +++ b/src/Orchard.Web/Orchard.Web.csproj @@ -103,6 +103,7 @@ False ..\..\lib\aspnetmvc\System.Web.WebPages.Deployment.dll + True False