From 763c33890c6253124f4288e2118858cb70c54328 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Wed, 24 Jul 2013 15:30:05 -0400 Subject: [PATCH] Further fix for Services3 dll --- .../WebsitePanel.EnterpriseServer.Code.csproj | 3 ++- .../WebsitePanel.EnterpriseServer.csproj | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebsitePanel.EnterpriseServer.Code.csproj b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebsitePanel.EnterpriseServer.Code.csproj index 1923fd2e..dd145373 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebsitePanel.EnterpriseServer.Code.csproj +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebsitePanel.EnterpriseServer.Code.csproj @@ -36,7 +36,8 @@ ..\..\Lib\Ionic.Zip.Reduced.dll - ..\..\Bin\Microsoft.Web.Services3.dll + ..\..\Lib\Microsoft.Web.Services3.dll + True diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/WebsitePanel.EnterpriseServer.csproj b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/WebsitePanel.EnterpriseServer.csproj index 97bea268..b06b2e81 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/WebsitePanel.EnterpriseServer.csproj +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/WebsitePanel.EnterpriseServer.csproj @@ -49,6 +49,7 @@ ..\..\Lib\Microsoft.Web.Services3.dll + True