diff --git a/Controllers/P8PanelsController.cs b/Controllers/P8PanelsController.cs index ce8d555..3773b94 100644 --- a/Controllers/P8PanelsController.cs +++ b/Controllers/P8PanelsController.cs @@ -1,5 +1,4 @@ using DatabaseCommon; -using DatabaseCommon.Extensions; using Parus.Database.Specialized; using System; using System.Data; diff --git a/Module.cs b/Module.cs index 4599160..5c5ee5a 100644 --- a/Module.cs +++ b/Module.cs @@ -13,8 +13,8 @@ using Common.Extensions; using CommonActivities.Activities.Common; using FlowControl.Core; using Parus.Database.Specialized; -using CommonWeb.Workflow.Extensioins; using System.Web; +using FlowControl.Extensioins; //"Панели" - расширение для "ПАРУС 8 Онлайн" (библиотека для сервера приложений) namespace P8PanelsParusOnlineExt diff --git a/P8-Panels-ParusOnlineExt.csproj b/P8-Panels-ParusOnlineExt.csproj index 221aae8..41d4b8f 100644 --- a/P8-Panels-ParusOnlineExt.csproj +++ b/P8-Panels-ParusOnlineExt.csproj @@ -100,7 +100,31 @@ - C:\inetpub\p8web20\WebClient\bin\System.Web.Mvc.dll + ..\..\WebClient\bin\System.Web.Mvc.dll + False + + + ..\..\WebClient\bin\System.Web.Razor.dll + False + + + ..\..\WebClient\bin\System.Web.Webpages.dll + False + + + ..\..\WebClient\bin\System.Web.Webpages.Deployment.dll + False + + + ..\..\WebClient\bin\System.Web.Webpages.Razor.dll + False + + + ..\..\WebClient\bin\System.Web.Helpers.dll + False + + + ..\..\WebClient\bin\Microsoft.Web.Infrastructure.dll False @@ -108,32 +132,6 @@ - - - C:\inetpub\p8web20\WebClient\bin\System.Web.Razor.dll - False - - - C:\inetpub\p8web20\WebClient\bin\System.Web.Webpages.dll - False - - - C:\inetpub\p8web20\WebClient\bin\System.Web.Webpages.Deployment.dll - False - - - C:\inetpub\p8web20\WebClient\bin\System.Web.Webpages.Razor.dll - False - - - C:\inetpub\p8web20\WebClient\bin\System.Web.Helpers.dll - False - - - C:\inetpub\p8web20\WebClient\bin\Microsoft.Web.Infrastructure.dll - False - - diff --git a/bin/P8-Panels-ParusOnlineExt.dll b/bin/P8-Panels-ParusOnlineExt.dll index e4c12ae..cada5e2 100644 Binary files a/bin/P8-Panels-ParusOnlineExt.dll and b/bin/P8-Panels-ParusOnlineExt.dll differ diff --git a/bin/P8-Panels-ParusOnlineExt.pdb b/bin/P8-Panels-ParusOnlineExt.pdb index 87cea97..d6bf511 100644 Binary files a/bin/P8-Panels-ParusOnlineExt.pdb and b/bin/P8-Panels-ParusOnlineExt.pdb differ diff --git a/obj/Debug/P8-Panels-ParusOnlineExt.csproj.AssemblyReference.cache b/obj/Debug/P8-Panels-ParusOnlineExt.csproj.AssemblyReference.cache index 617a459..189f1a0 100644 Binary files a/obj/Debug/P8-Panels-ParusOnlineExt.csproj.AssemblyReference.cache and b/obj/Debug/P8-Panels-ParusOnlineExt.csproj.AssemblyReference.cache differ diff --git a/obj/Debug/P8-Panels-ParusOnlineExt.dll b/obj/Debug/P8-Panels-ParusOnlineExt.dll index e4c12ae..cada5e2 100644 Binary files a/obj/Debug/P8-Panels-ParusOnlineExt.dll and b/obj/Debug/P8-Panels-ParusOnlineExt.dll differ diff --git a/obj/Debug/P8-Panels-ParusOnlineExt.pdb b/obj/Debug/P8-Panels-ParusOnlineExt.pdb index 87cea97..d6bf511 100644 Binary files a/obj/Debug/P8-Panels-ParusOnlineExt.pdb and b/obj/Debug/P8-Panels-ParusOnlineExt.pdb differ