diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/WebsitePanel.Providers.HostedSolution.Crm2011.csproj b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/WebsitePanel.Providers.HostedSolution.Crm2011.csproj index 1a9dafac..dadc39fa 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/WebsitePanel.Providers.HostedSolution.Crm2011.csproj +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/WebsitePanel.Providers.HostedSolution.Crm2011.csproj @@ -17,7 +17,7 @@ true full false - ..\WebsitePanel.Server\bin\ + ..\WebsitePanel.Server\bin\Crm2011\ DEBUG;TRACE prompt 4 @@ -25,33 +25,15 @@ pdbonly true - ..\WebsitePanel.Server\bin\ + ..\WebsitePanel.Server\bin\Crm2011\ TRACE prompt 4 - - ..\..\Lib\References\Microsoft\Microsoft.Crm.dll - - - ..\..\Lib\References\Microsoft\Microsoft.Crm.Admin.AdminService.dll - ..\..\Lib\References\Microsoft\microsoft.crm.sdk.proxy.dll - - ..\..\Lib\References\Microsoft\Microsoft.Crm.Setup.Common.dll - - - ..\..\Lib\References\Microsoft\Microsoft.Crm.Setup.DatabaseInstaller.dll - - - ..\..\Lib\References\Microsoft\Microsoft.Crm.Setup.Server.Utility.dll - - - ..\..\Lib\References\Microsoft\Microsoft.Crm.Tools.Admin.DMSnapinLib.dll - ..\..\Lib\References\Microsoft\microsoft.xrm.client.dll @@ -84,12 +66,15 @@ ..\..\Bin\WebsitePanel.Providers.Base.dll + False ..\WebsitePanel.Server\bin\WebsitePanel.Providers.HostedSolution.dll + False ..\WebsitePanel.Server.Utils\bin\Debug\WebsitePanel.Server.Utils.dll + False diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/WebsitePanel.Providers.HostedSolution.Exchange2013.csproj b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/WebsitePanel.Providers.HostedSolution.Exchange2013.csproj index 37f64961..a54ee7e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/WebsitePanel.Providers.HostedSolution.Exchange2013.csproj +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/WebsitePanel.Providers.HostedSolution.Exchange2013.csproj @@ -17,7 +17,7 @@ true full false - ..\WebsitePanel.Server\bin\ + ..\WebsitePanel.Server\bin\Exchange2013\ DEBUG;TRACE prompt 4 @@ -26,7 +26,7 @@ pdbonly true - ..\WebsitePanel.Server\bin\ + ..\WebsitePanel.Server\bin\Exchange2013\ TRACE prompt 4 @@ -74,14 +74,17 @@ {684c932a-6c75-46ac-a327-f3689d89eb42} WebsitePanel.Providers.Base + False {a06de5e4-4331-47e1-8f46-7b846146b559} WebsitePanel.Providers.HostedSolution + False {e91e52f3-9555-4d00-b577-2b1dbdd87ca7} WebsitePanel.Server.Utils + False diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/WebsitePanel.Providers.HostedSolution.csproj b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/WebsitePanel.Providers.HostedSolution.csproj index 6325906e..b5fae6d6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/WebsitePanel.Providers.HostedSolution.csproj +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/WebsitePanel.Providers.HostedSolution.csproj @@ -57,26 +57,26 @@ ..\..\Lib\References\Microsoft\Microsoft.Crm.dll - False + True ..\..\Lib\References\Microsoft\Microsoft.Crm.Admin.AdminService.dll - False + True ..\..\Lib\References\Microsoft\Microsoft.Crm.Setup.Common.dll ..\..\Lib\References\Microsoft\Microsoft.Crm.Setup.DatabaseInstaller.dll - False + True ..\..\Lib\References\Microsoft\Microsoft.Crm.Setup.Server.Utility.dll - False + True ..\..\Lib\References\Microsoft\Microsoft.Crm.Tools.Admin.DMSnapinLib.dll - False + True False diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Web.config b/WebsitePanel/Sources/WebsitePanel.Server/Web.config index 128b824c..ff0934a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Web.config +++ b/WebsitePanel/Sources/WebsitePanel.Server/Web.config @@ -172,5 +172,8 @@ + + + \ No newline at end of file