From 6cc1e653bc243a2606057c446d211437a87b5c64 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Mon, 8 Apr 2013 19:44:28 -0400 Subject: [PATCH] Fix Sharepoint 2013 Project to match format of Exchange 2013 and CRM2011 for support running in 2.0/4.0 --- ...ebsitePanel.Providers.HostedSolution.SharePoint2013.csproj | 4 ++-- WebsitePanel/Sources/WebsitePanel.Server/Web.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/WebsitePanel.Providers.HostedSolution.SharePoint2013.csproj b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/WebsitePanel.Providers.HostedSolution.SharePoint2013.csproj index 7d724426..370020f0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/WebsitePanel.Providers.HostedSolution.SharePoint2013.csproj +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/WebsitePanel.Providers.HostedSolution.SharePoint2013.csproj @@ -16,7 +16,7 @@ true full false - ..\WebsitePanel.Server\bin\ + ..\WebsitePanel.Server\bin\Sharepoint2013\ DEBUG;TRACE prompt 4 @@ -24,7 +24,7 @@ pdbonly true - bin\Release\ + ..\WebsitePanel.Server\bin\Sharepoint2013\ TRACE prompt 4 diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Web.config b/WebsitePanel/Sources/WebsitePanel.Server/Web.config index ff0934a1..ffdb263c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Web.config +++ b/WebsitePanel/Sources/WebsitePanel.Server/Web.config @@ -173,7 +173,7 @@ - + \ No newline at end of file