Commit 3637b40759f5a5aa7b6b36c5326aadfc7b2fa70d
1 parent
9833a0cd
- beépülők frissítése
Showing
24 changed files
with
167 additions
and
129 deletions
Show diff stats
Vrh.OneMessage/Vrh.OneMessage.csproj
... | ... | @@ -53,17 +53,17 @@ |
53 | 53 | <Reference Include="System.Data" /> |
54 | 54 | <Reference Include="System.Net.Http" /> |
55 | 55 | <Reference Include="System.Xml" /> |
56 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
57 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
56 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
57 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
58 | 58 | </Reference> |
59 | 59 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
60 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
60 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
61 | 61 | </Reference> |
62 | 62 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
63 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
63 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
64 | 64 | </Reference> |
65 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
66 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
65 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
66 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
67 | 67 | </Reference> |
68 | 68 | </ItemGroup> |
69 | 69 | <ItemGroup> | ... | ... |
Vrh.OneMessage/packages.config
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <packages> |
3 | 3 | <package id="EntityFramework" version="6.4.4" targetFramework="net45" /> |
4 | - <package id="VRH.Common" version="3.0.0" targetFramework="net45" /> | |
5 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
4 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
5 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
6 | 6 | </packages> |
7 | 7 | \ No newline at end of file | ... | ... |
Vrh.OneReport/Vrh.OneReport.csproj
... | ... | @@ -91,20 +91,20 @@ |
91 | 91 | <Reference Include="System.Data" /> |
92 | 92 | <Reference Include="System.Net.Http" /> |
93 | 93 | <Reference Include="System.Xml" /> |
94 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
95 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
94 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
95 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
96 | 96 | </Reference> |
97 | 97 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
98 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
98 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
99 | 99 | </Reference> |
100 | 100 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
101 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
101 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
102 | 102 | </Reference> |
103 | 103 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
104 | 104 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
105 | 105 | </Reference> |
106 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
107 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
106 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
107 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
108 | 108 | </Reference> |
109 | 109 | </ItemGroup> |
110 | 110 | <ItemGroup> | ... | ... |
Vrh.OneReport/packages.config
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <package id="Microsoft.SqlServer.Types" version="11.0.2" targetFramework="net462" /> |
9 | 9 | <package id="Microsoft.Web.Infrastructure" version="2.0.1" targetFramework="net45" /> |
10 | 10 | <package id="Newtonsoft.Json" version="13.0.3" targetFramework="net45" /> |
11 | - <package id="VRH.Common" version="3.0.0" targetFramework="net45" /> | |
11 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
12 | 12 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net45" /> |
13 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
13 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
14 | 14 | </packages> |
15 | 15 | \ No newline at end of file | ... | ... |
Vrh.Web.OneReport.Lib/Vrh.Web.OneReport.Lib.csproj
... | ... | @@ -98,14 +98,14 @@ |
98 | 98 | <Reference Include="System.Data" /> |
99 | 99 | <Reference Include="System.Net.Http" /> |
100 | 100 | <Reference Include="System.Xml" /> |
101 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
102 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
101 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
102 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
103 | 103 | </Reference> |
104 | 104 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
105 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
105 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
106 | 106 | </Reference> |
107 | 107 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
108 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
108 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
109 | 109 | </Reference> |
110 | 110 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
111 | 111 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
... | ... | @@ -114,8 +114,8 @@ |
114 | 114 | <Reference Include="Vrh.Web.Common.Lib, Version=2.22.0.0, Culture=neutral, processorArchitecture=MSIL"> |
115 | 115 | <HintPath>..\packages\Vrh.Web.Common.Lib.2.22.0\lib\net451\Vrh.Web.Common.Lib.dll</HintPath> |
116 | 116 | </Reference> |
117 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
118 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
117 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
118 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
119 | 119 | </Reference> |
120 | 120 | </ItemGroup> |
121 | 121 | <ItemGroup> | ... | ... |
Vrh.Web.OneReport.Lib/packages.config
... | ... | @@ -9,8 +9,8 @@ |
9 | 9 | <package id="Microsoft.SqlServer.Types" version="11.0.2" targetFramework="net462" /> |
10 | 10 | <package id="Microsoft.Web.Infrastructure" version="2.0.1" targetFramework="net451" /> |
11 | 11 | <package id="Newtonsoft.Json" version="13.0.3" targetFramework="net451" /> |
12 | - <package id="VRH.Common" version="3.0.0" targetFramework="net451" /> | |
12 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
13 | 13 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net451" /> |
14 | 14 | <package id="Vrh.Web.Common.Lib" version="2.22.0" targetFramework="net462" /> |
15 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
15 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
16 | 16 | </packages> |
17 | 17 | \ No newline at end of file | ... | ... |
Vrh.Web.Reporting/Vrh.Web.Reporting.csproj
... | ... | @@ -278,23 +278,23 @@ |
278 | 278 | <Reference Include="System.Net.Http.WebRequest"> |
279 | 279 | </Reference> |
280 | 280 | <Reference Include="System.Xml.Linq" /> |
281 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
282 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
281 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
282 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
283 | 283 | </Reference> |
284 | 284 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
285 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
285 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
286 | 286 | </Reference> |
287 | 287 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
288 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
288 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
289 | 289 | </Reference> |
290 | 290 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
291 | 291 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
292 | 292 | </Reference> |
293 | - <Reference Include="VRH.Log4Pro.WebTools, Version=1.15.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
294 | - <HintPath>..\packages\VRH.Log4Pro.WebTools.1.15.0\lib\net451\VRH.Log4Pro.WebTools.dll</HintPath> | |
293 | + <Reference Include="VRH.Log4Pro.WebTools, Version=1.16.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
294 | + <HintPath>..\packages\VRH.Log4Pro.WebTools.1.16.1\lib\net451\VRH.Log4Pro.WebTools.dll</HintPath> | |
295 | 295 | </Reference> |
296 | - <Reference Include="Vrh.Logger, Version=3.3.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
297 | - <HintPath>..\packages\Vrh.Logger.3.3.1\lib\net451\Vrh.Logger.dll</HintPath> | |
296 | + <Reference Include="Vrh.Logger, Version=3.4.7.0, Culture=neutral, processorArchitecture=MSIL"> | |
297 | + <HintPath>..\packages\Vrh.Logger.3.4.7\lib\net451\Vrh.Logger.dll</HintPath> | |
298 | 298 | </Reference> |
299 | 299 | <Reference Include="Vrh.Membership, Version=4.14.0.0, Culture=neutral, processorArchitecture=MSIL"> |
300 | 300 | <HintPath>..\packages\Vrh.Membership.4.14.0\lib\net451\Vrh.Membership.dll</HintPath> |
... | ... | @@ -314,8 +314,8 @@ |
314 | 314 | <Reference Include="Vrh.WebForm.Lib, Version=2.10.0.0, Culture=neutral, processorArchitecture=MSIL"> |
315 | 315 | <HintPath>..\packages\Vrh.WebForm.2.10.0\lib\net462\Vrh.WebForm.Lib.dll</HintPath> |
316 | 316 | </Reference> |
317 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
318 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
317 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
318 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
319 | 319 | </Reference> |
320 | 320 | <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL"> |
321 | 321 | <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath> |
... | ... | @@ -671,10 +671,6 @@ |
671 | 671 | <Content Include="Areas\FileManager\Views\web.config" /> |
672 | 672 | <Content Include="Areas\FileManager\Views\FileManager\Index.cshtml" /> |
673 | 673 | <Content Include="Areas\FileManager\Views\FileManager\Error.cshtml" /> |
674 | - <Content Include="Areas\WebTools\Views\_ViewStart.cshtml" /> | |
675 | - <Content Include="Areas\WebTools\Views\_LayoutNoMenu.cshtml" /> | |
676 | - <Content Include="Areas\WebTools\Views\web.config" /> | |
677 | - <Content Include="Areas\WebTools\Views\UserIsNotAuthenticated.cshtml" /> | |
678 | 674 | <Content Include="Areas\Menu\Views\_ViewStart.cshtml" /> |
679 | 675 | <Content Include="Areas\Menu\Views\web.config" /> |
680 | 676 | <Content Include="Areas\Menu\Views\Shared\ErrorList.cshtml" /> |
... | ... | @@ -699,6 +695,10 @@ |
699 | 695 | <Content Include="Areas\WebForm\Views\WebForm\CurrentInput.cshtml" /> |
700 | 696 | <Content Include="Areas\WebForm\Views\web.config" /> |
701 | 697 | <Content Include="Areas\WebForm\Views\Shared\WebFormError.cshtml" /> |
698 | + <Content Include="Areas\WebTools\Views\_ViewStart.cshtml" /> | |
699 | + <Content Include="Areas\WebTools\Views\_LayoutNoMenu.cshtml" /> | |
700 | + <Content Include="Areas\WebTools\Views\web.config" /> | |
701 | + <Content Include="Areas\WebTools\Views\UserIsNotAuthenticated.cshtml" /> | |
702 | 702 | <None Include="LogConfig.xml"> |
703 | 703 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
704 | 704 | </None> |
... | ... | @@ -887,20 +887,20 @@ |
887 | 887 | <Content Include="Scripts\vrh.bootstrap-datetimepicker.min.js" /> |
888 | 888 | <Content Include="Scripts\vrh.commontools.js" /> |
889 | 889 | <Content Include="Scripts\vrh.commontools.min.js" /> |
890 | - <Content Include="Vrh.NugetModuls.Documentations\Vrh.Logger\ReadMe.md" /> | |
891 | 890 | <Content Include="Views\_ViewStart.cshtml" /> |
891 | + <Content Include="Vrh.NugetModuls.Documentations\Vrh.Logger\ReadMe.md" /> | |
892 | 892 | <None Include="Vrh.NugetModuls.Documentations\VRH.Log4Pro.WebTools\ReadMe.md" /> |
893 | 893 | <Content Include="Scripts\bootstrap4-toggle.min.js.map" /> |
894 | - <None Include="Vrh.NugetModuls.Documentations\Vrh.Web.Common.Lib\ReadMe.md" /> | |
895 | - <None Include="Vrh.NugetModuls.Documentations\Vrh.Web.Menu\ReadMe.md" /> | |
896 | - <None Include="Vrh.NugetModuls.Documentations\Vrh.WebForm\ReadMe.md" /> | |
897 | 894 | <None Include="XmlParser.xml"> |
898 | 895 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
899 | 896 | </None> |
897 | + <None Include="Vrh.NugetModuls.Documentations\VRH.Common\ReadMe.md" /> | |
898 | + <None Include="Vrh.NugetModuls.Documentations\Vrh.Web.Common.Lib\ReadMe.md" /> | |
899 | + <None Include="Vrh.NugetModuls.Documentations\Vrh.Web.Menu\ReadMe.md" /> | |
900 | + <None Include="Vrh.NugetModuls.Documentations\Vrh.WebForm\ReadMe.md" /> | |
900 | 901 | <None Include="system.web.authentication.config" /> |
901 | 902 | <None Include="system.web.membership.config" /> |
902 | 903 | <None Include="system.web.rolemanager.config" /> |
903 | - <None Include="Vrh.NugetModuls.Documentations\VRH.Common\ReadMe.md" /> | |
904 | 904 | <Content Include="SqlServerTypes\readme.htm" /> |
905 | 905 | <Content Include="Scripts\jquery-ui-1.13.2.js" /> |
906 | 906 | <Content Include="Scripts\jquery-ui-1.13.2.min.js" /> | ... | ... |
Vrh.Web.Reporting/WCFBehaviors.config
1 | 1 | <behaviors> |
2 | 2 | <serviceBehaviors> |
3 | 3 | <behavior name="standardServiceBehavior"> |
4 | + <dataContractSerializer maxItemsInObjectGraph="2147483647"/> | |
5 | + <serviceDebug includeExceptionDetailInFaults="True" /> | |
4 | 6 | <serviceMetadata httpGetEnabled="false"/> |
7 | + </behavior> | |
8 | + <behavior name="webHttpBindingServiceBehavior"> | |
5 | 9 | <dataContractSerializer maxItemsInObjectGraph="2147483647"/> |
6 | 10 | <serviceDebug includeExceptionDetailInFaults="True" /> |
11 | + <serviceMetadata httpGetEnabled="true"/> | |
7 | 12 | </behavior> |
8 | 13 | </serviceBehaviors> |
14 | + <endpointBehaviors> | |
15 | + <behavior name="webHttpBindingendPointBehaviour"> | |
16 | + <webHttp /> | |
17 | + </behavior> | |
18 | + </endpointBehaviors> | |
9 | 19 | </behaviors> | ... | ... |
Vrh.Web.Reporting/WCFBindings.config
... | ... | @@ -14,6 +14,9 @@ |
14 | 14 | <security mode="None" /> |
15 | 15 | </binding> |
16 | 16 | </basicHttpBinding> |
17 | + <webHttpBinding> | |
18 | + <binding name="standardwebHttpBinding"></binding> | |
19 | + </webHttpBinding> | |
17 | 20 | <netNamedPipeBinding> |
18 | 21 | <binding name="standardNetNamedPipeBinding" transferMode="Buffered" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" openTimeout="00:10:00" |
19 | 22 | closeTimeout="00:10:00" sendTimeout="00:10:00" receiveTimeout="00:10:00"> | ... | ... |
Vrh.Web.Reporting/WCFClients.config
1 | 1 | <client> |
2 | - <endpoint name ="iLogger.IMonitor_netNamedPipeBinding" contract="Service.IMonitor" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
3 | - <endpoint name ="iLogger.IMonitor_netTcpBinding" contract="Service.IMonitor" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> | |
4 | - | |
5 | - <endpoint name ="iLogger.IMonitor_netNamedPipeBinding" contract="iLogger.MonitorService.IMonitor" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
6 | - <endpoint name ="iLogger.IMonitor_netTcpBinding" contract="iLogger.MonitorService.IMonitor" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> | |
2 | + <!--LiveMonitor-ban használt kliens-ben használt kliens--> | |
3 | + <!-- | |
4 | + <endpoint name ="iLogger.IMonitor_netNamedPipeBinding" contract="Service.IMonitor" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
5 | + <endpoint name ="iLogger.IMonitor_netTcpBinding" contract="Service.IMonitor" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> | |
6 | + --> | |
7 | 7 | |
8 | + <!--LiveMonitorConsole-ban használt kliens-ben használt kliens--> | |
9 | + <!-- | |
10 | + <endpoint name ="iLogger.IMonitor_netNamedPipeBinding" contract="iLogger.MonitorService.IMonitor" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
11 | + <endpoint name ="iLogger.IMonitor_netTcpBinding" contract="iLogger.MonitorService.IMonitor" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> | |
12 | + --> | |
13 | + | |
14 | + <!--Vrh.Logger-ben használt kliens--> | |
15 | + <!-- | |
8 | 16 | <endpoint name="iLoggerClient.ILogger" contract="iLoggerClient.ILogger" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
17 | + --> | |
18 | + | |
19 | + <!-- | |
9 | 20 | <endpoint name="ASEMWCOM" contract="Middleware.AseService.IAseService" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
10 | - | |
11 | - <endpoint name="WATCHDOG" contract="WCFServiceWatchdog.IWATCHDOG" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
12 | - <endpoint name="DCWPWCF" contract="DCWFWCFServiceClient.IDCWPWCF" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
13 | 21 | <endpoint name="ASEMWMANAGER" contract="ASEMWManagerWCFService.IASEManagerService" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
14 | 22 | <endpoint name="ASEMWMANAGERHTTP" contract="ASEMWManagerWCFService.IASEManagerService" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> |
15 | 23 | |
24 | + <endpoint name="DCWPWCF" contract="DCWFWCFServiceClient.IDCWPWCF" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
25 | + <endpoint name="WATCHDOG" contract="WCFServiceWatchdog.IWATCHDOG" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
26 | + --> | |
27 | + | |
28 | + <!-- | |
16 | 29 | <endpoint name="OLDALM_IV" contract="DTMInterventionServiceClient.IInterventionService" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> |
17 | 30 | <endpoint name="OLDALM_DATA" contract="DTMDataServiceClient.IDataService" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> |
18 | 31 | <endpoint name="ASEMWMANAGER_OLDALM" contract="ASEMWManagerWCFService.IASEManagerService" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
32 | + --> | |
19 | 33 | </client> |
20 | 34 | \ No newline at end of file | ... | ... |
Vrh.Web.Reporting/WCFServices.config
1 | 1 | |
2 | 2 | <services> |
3 | -<!-- iLogger--> | |
3 | +<!-- iLogger KIVÁLTHATÓ a standard config-gal--> | |
4 | +<!-- | |
4 | 5 | <service name="VRH.Common.iLogger.ServiceLibrary.iLoggerService" behaviorConfiguration="standardServiceBehavior"> |
5 | - <!-- | |
6 | 6 | <endpoint contract="VRH.Common.iLogger.Interfaces.ILogger" address="" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> |
7 | 7 | <endpoint contract="IMetadataExchange" address="mex" binding="mexHttpBinding"/> |
8 | 8 | |
9 | 9 | <endpoint contract="VRH.Common.iLogger.Interfaces.ILogger" address="" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> |
10 | 10 | <endpoint contract="IMetadataExchange" address="mex" binding="mexTcpBinding"/> |
11 | ---> | |
11 | + | |
12 | 12 | <endpoint contract="VRH.Common.iLogger.Interfaces.ILogger" address="" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
13 | 13 | <endpoint contract="IMetadataExchange" address="mex" binding="mexNamedPipeBinding"/> |
14 | 14 | </service> |
15 | +--> | |
16 | +<!-- | |
15 | 17 | <service name="VRH.Common.iLogger.ServiceLibrary.iMonitorService" behaviorConfiguration="standardServiceBehavior"> |
16 | 18 | <endpoint contract="VRH.Common.iLogger.Interfaces.IMonitor" address="" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> |
17 | 19 | <endpoint contract="IMetadataExchange" address="mex" binding="mexTcpBinding"/> |
... | ... | @@ -19,7 +21,9 @@ |
19 | 21 | <endpoint contract="VRH.Common.iLogger.Interfaces.IMonitor" address="" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
20 | 22 | <endpoint contract="IMetadataExchange" address="mex" binding="mexNamedPipeBinding"/> |
21 | 23 | </service> |
24 | +--> | |
22 | 25 | <!-- ApplicationContainer--> |
26 | +<!-- | |
23 | 27 | <service name="Vrh.ApplicationContainer.ApplicationContainerService" behaviorConfiguration="standardServiceBehavior"> |
24 | 28 | <endpoint contract="Vrh.ApplicationContainer.IApplicationContainer" address="" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> |
25 | 29 | <endpoint contract="IMetadataExchange" address="mex" binding="mexHttpBinding"/> |
... | ... | @@ -30,11 +34,11 @@ |
30 | 34 | <endpoint contract="Vrh.ApplicationContainer.IApplicationContainer" address="" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> |
31 | 35 | <endpoint contract="IMetadataExchange" address="mex" binding="mexTcpBinding"/> |
32 | 36 | </service> |
33 | -<!-- ASEDC/DCWF_ALM --> | |
34 | -<!-- ASEDC/DCWF_CP--> | |
37 | +--> | |
38 | +<!-- ASEDC/DCWF_ALM KIVÁLTHATÓ a standard config-gal--> | |
39 | +<!-- ASEDC/DCWF_CP KIVÁLTHATÓ a standard config-gal--> | |
40 | +<!-- | |
35 | 41 | <service name="DCWPWCFplugin.DCWP_WCFExternalService" behaviorConfiguration="standardServiceBehavior"> |
36 | - <endpoint contract="DCWPWCFplugin.IWATCHDOG" address="" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
37 | - | |
38 | 42 | <endpoint contract="DCWPWCFplugin.IDCWPWCF" address="" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
39 | 43 | <endpoint contract="IMetadataExchange" address="mex" binding="mexNamedPipeBinding"/> |
40 | 44 | |
... | ... | @@ -43,33 +47,40 @@ |
43 | 47 | |
44 | 48 | <endpoint contract="DCWPWCFplugin.IDCWPWCF" address="" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> |
45 | 49 | <endpoint contract="IMetadataExchange" address="mex" binding="mexHttpBinding"/> |
50 | + </service> | |
51 | +--> | |
46 | 52 | <!-- |
53 | + <service name="DCWPWCFplugin.DCWP_WCFExternalServiceWD" behaviorConfiguration="standardServiceBehavior"> | |
54 | + <endpoint contract="DCWPWCFplugin.IWATCHDOG" address="" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> | |
55 | + <endpoint contract="IMetadataExchange" address="mex" binding="mexNamedPipeBinding"/> | |
56 | + </service> | |
47 | 57 | --> |
48 | - </service> | |
49 | -<!-- ASEMW/DCWF_ALM--> | |
50 | -<!-- ASEMW/DCWF_CP--> | |
58 | +<!-- ASEMW/DCWF_ALM KIVÁLTHATÓ a standard config-gal--> | |
59 | +<!-- ASEMW/DCWF_CP KIVÁLTHATÓ a standard config-gal--> | |
60 | + <!-- | |
51 | 61 | <service name="VRH.Middleware.CommunicationService.AseService" behaviorConfiguration="standardServiceBehavior"> |
52 | 62 | <endpoint contract="VRH.Middleware.CommunicationService.IAseService" address="" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
53 | 63 | <endpoint contract="IMetadataExchange" address="mex" binding="mexNamedPipeBinding"/> |
54 | 64 | |
55 | - <!-- | |
56 | 65 | <endpoint contract="VRH.Middleware.CommunicationService.IAseService" address="" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> |
57 | 66 | <endpoint contract="IMetadataExchange" address="mex" binding="mexTcpBinding"/> |
58 | 67 | |
59 | - <endpoint contract="VRH.Middleware.CommunicationService.IAseService" address="" binding="wsDualHttpBinding" bindingConfiguration="standardWsDualHttpBinding"/> | |
60 | - <endpoint contract="IMetadataExchange" address="mex" binding="mexHttpBinding"/> | |
61 | - --> | |
68 | + <endpoint contract="VRH.Middleware.CommunicationService.IAseService" address="" binding="wsDualHttpBinding" bindingConfiguration="standardWsDualHttpBinding"/>??????????? nem működik | |
69 | + <endpoint contract="IMetadataExchange" address="mex" binding="mexHttpBinding"/>??????????? nem működik | |
62 | 70 | </service> |
63 | - <service name="VRH.Middleware.ASEManagerWCFService.ASEManagerService" behaviorConfiguration="standardServiceBehavior"> | |
64 | - <!-- | |
65 | - <endpoint contract="VRH.Middleware.ASEManagerWCFService.IASEManagerService" address="" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> | |
66 | - <endpoint contract="IMetadataExchange" address="mex" binding="mexHttpBinding"/> | |
67 | - --> | |
68 | - | |
71 | + --> | |
72 | + <!-- | |
73 | + <service name="VRH.Middleware.ASEManagerWCFService.ASEManagerService" behaviorConfiguration="webHttpBindingServiceBehavior"> | |
69 | 74 | <endpoint contract="VRH.Middleware.ASEManagerWCFService.IASEManagerService" address="" binding="netNamedPipeBinding" bindingConfiguration="standardNetNamedPipeBinding"/> |
70 | 75 | <endpoint contract="IMetadataExchange" address="mex" binding="mexNamedPipeBinding"/> |
71 | 76 | |
77 | + <endpoint contract="VRH.Middleware.ASEManagerWCFService.IASEManagerService" address="" binding="netTcpBinding" bindingConfiguration="standardNetTcpBinding"/> | |
78 | + <endpoint contract="IMetadataExchange" address="mex" binding="mexTcpBinding"/> | |
79 | + | |
80 | + <endpoint contract="VRH.Middleware.ASEManagerWCFService.IASEManagerService" address="/post" binding="webHttpBinding" bindingConfiguration="standardwebHttpBinding" behaviorConfiguration="webHttpBindingendPointBehaviour"/> | |
81 | + | |
72 | 82 | <endpoint contract="VRH.Middleware.ASEManagerWCFService.IASEManagerService" address="" binding="basicHttpBinding" bindingConfiguration="standardBasicHttpBinding"/> |
73 | 83 | <endpoint contract="IMetadataExchange" address="mex" binding="mexHttpBinding"/> |
74 | 84 | </service> |
85 | + --> | |
75 | 86 | </services> |
76 | 87 | \ No newline at end of file | ... | ... |
Vrh.Web.Reporting/packages.config
... | ... | @@ -102,17 +102,17 @@ |
102 | 102 | <package id="System.Threading.Timer" version="4.0.1" targetFramework="net462" /> |
103 | 103 | <package id="System.Xml.ReaderWriter" version="4.0.11" targetFramework="net462" /> |
104 | 104 | <package id="System.Xml.XDocument" version="4.0.11" targetFramework="net462" /> |
105 | - <package id="VRH.Common" version="3.0.0" targetFramework="net472" /> | |
105 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
106 | 106 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net461" /> |
107 | - <package id="VRH.Log4Pro.WebTools" version="1.15.0" targetFramework="net462" /> | |
108 | - <package id="Vrh.Logger" version="3.3.1" targetFramework="net462" /> | |
107 | + <package id="VRH.Log4Pro.WebTools" version="1.16.1" targetFramework="net462" /> | |
108 | + <package id="Vrh.Logger" version="3.4.7" targetFramework="net462" /> | |
109 | 109 | <package id="Vrh.Membership" version="4.14.0" targetFramework="net462" /> |
110 | 110 | <package id="Vrh.Web.Common.Lib" version="2.22.0" targetFramework="net462" /> |
111 | 111 | <package id="Vrh.Web.FileManager" version="1.7.0" targetFramework="net462" /> |
112 | 112 | <package id="Vrh.Web.Menu" version="1.29.1" targetFramework="net462" /> |
113 | 113 | <package id="VRH.Web.Providers" version="2.0.2" targetFramework="net451" requireReinstallation="true" /> |
114 | 114 | <package id="Vrh.WebForm" version="2.10.0" targetFramework="net462" /> |
115 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
115 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
116 | 116 | <package id="WebActivatorEx" version="2.2.0" targetFramework="net45" /> |
117 | 117 | <package id="WebGrease" version="1.6.0" targetFramework="net451" /> |
118 | 118 | </packages> |
119 | 119 | \ No newline at end of file | ... | ... |
Vrh.Web.iScheduler.Lib/Vrh.Web.iScheduler.Lib.csproj
... | ... | @@ -247,14 +247,14 @@ |
247 | 247 | <Reference Include="System.Data" /> |
248 | 248 | <Reference Include="System.Net.Http" /> |
249 | 249 | <Reference Include="System.Xml" /> |
250 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
251 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
250 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
251 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
252 | 252 | </Reference> |
253 | 253 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
254 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
254 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
255 | 255 | </Reference> |
256 | 256 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
257 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
257 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
258 | 258 | </Reference> |
259 | 259 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
260 | 260 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
... | ... | @@ -268,8 +268,8 @@ |
268 | 268 | <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL"> |
269 | 269 | <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net451\Vrh.Web.Providers.dll</HintPath> |
270 | 270 | </Reference> |
271 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
272 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
271 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
272 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
273 | 273 | </Reference> |
274 | 274 | <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
275 | 275 | <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> | ... | ... |
Vrh.Web.iScheduler.Lib/packages.config
... | ... | @@ -57,11 +57,11 @@ |
57 | 57 | <package id="System.Text.Json" version="6.0.0" targetFramework="net461" /> |
58 | 58 | <package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net461" /> |
59 | 59 | <package id="System.ValueTuple" version="4.5.0" targetFramework="net461" /> |
60 | - <package id="VRH.Common" version="3.0.0" targetFramework="net461" /> | |
60 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
61 | 61 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net461" /> |
62 | 62 | <package id="Vrh.Membership" version="4.14.0" targetFramework="net462" /> |
63 | 63 | <package id="Vrh.Web.Common.Lib" version="2.22.0" targetFramework="net462" /> |
64 | 64 | <package id="VRH.Web.Providers" version="2.0.2" targetFramework="net451" requireReinstallation="true" /> |
65 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
65 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
66 | 66 | <package id="WebGrease" version="1.6.0" targetFramework="net45" /> |
67 | 67 | </packages> |
68 | 68 | \ No newline at end of file | ... | ... |
Vrh.Web.iScheduler.Report.Lib/Vrh.Web.iScheduler.Report.Lib.csproj
... | ... | @@ -101,14 +101,14 @@ |
101 | 101 | <Reference Include="System.Data" /> |
102 | 102 | <Reference Include="System.Net.Http" /> |
103 | 103 | <Reference Include="System.Xml" /> |
104 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
105 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
104 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
105 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
106 | 106 | </Reference> |
107 | 107 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
108 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
108 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
109 | 109 | </Reference> |
110 | 110 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
111 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
111 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
112 | 112 | </Reference> |
113 | 113 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
114 | 114 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
... | ... | @@ -122,8 +122,8 @@ |
122 | 122 | <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL"> |
123 | 123 | <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net451\Vrh.Web.Providers.dll</HintPath> |
124 | 124 | </Reference> |
125 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
126 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
125 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
126 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
127 | 127 | </Reference> |
128 | 128 | </ItemGroup> |
129 | 129 | <ItemGroup> | ... | ... |
Vrh.Web.iScheduler.Report.Lib/packages.config
... | ... | @@ -12,10 +12,10 @@ |
12 | 12 | <package id="Newtonsoft.Json" version="13.0.3" targetFramework="net451" /> |
13 | 13 | <package id="PagedList" version="1.17.0.0" targetFramework="net451" /> |
14 | 14 | <package id="PagedList.Mvc" version="4.5.0.0" targetFramework="net451" /> |
15 | - <package id="VRH.Common" version="3.0.0" targetFramework="net451" /> | |
15 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
16 | 16 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net451" /> |
17 | 17 | <package id="Vrh.Membership" version="4.14.0" targetFramework="net462" /> |
18 | 18 | <package id="Vrh.Web.Common.Lib" version="2.22.0" targetFramework="net462" /> |
19 | 19 | <package id="VRH.Web.Providers" version="2.0.2" targetFramework="net451" requireReinstallation="true" /> |
20 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
20 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
21 | 21 | </packages> |
22 | 22 | \ No newline at end of file | ... | ... |
Vrh.iScheduler.Interface/Vrh.iScheduler.Interfaces.csproj
... | ... | @@ -45,14 +45,14 @@ |
45 | 45 | <Reference Include="System.Data" /> |
46 | 46 | <Reference Include="System.Net.Http" /> |
47 | 47 | <Reference Include="System.Xml" /> |
48 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
49 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
48 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
49 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
50 | 50 | </Reference> |
51 | 51 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
52 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
52 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
53 | 53 | </Reference> |
54 | 54 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
55 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
55 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
56 | 56 | </Reference> |
57 | 57 | </ItemGroup> |
58 | 58 | <ItemGroup> | ... | ... |
Vrh.iScheduler.Interface/packages.config
Vrh.iScheduler.Report/Vrh.iScheduler.Report.csproj
... | ... | @@ -99,14 +99,14 @@ |
99 | 99 | <Reference Include="System.Data" /> |
100 | 100 | <Reference Include="System.Net.Http" /> |
101 | 101 | <Reference Include="System.Xml" /> |
102 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
103 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
102 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
103 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
104 | 104 | </Reference> |
105 | 105 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
106 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
106 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
107 | 107 | </Reference> |
108 | 108 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
109 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
109 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
110 | 110 | </Reference> |
111 | 111 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
112 | 112 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
... | ... | @@ -117,8 +117,8 @@ |
117 | 117 | <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL"> |
118 | 118 | <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net451\Vrh.Web.Providers.dll</HintPath> |
119 | 119 | </Reference> |
120 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
121 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
120 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
121 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
122 | 122 | </Reference> |
123 | 123 | </ItemGroup> |
124 | 124 | <ItemGroup> | ... | ... |
Vrh.iScheduler.Report/packages.config
... | ... | @@ -12,9 +12,9 @@ |
12 | 12 | <package id="Newtonsoft.Json" version="13.0.3" targetFramework="net451" /> |
13 | 13 | <package id="PagedList" version="1.17.0.0" targetFramework="net451" /> |
14 | 14 | <package id="PagedList.Mvc" version="4.5.0.0" targetFramework="net451" /> |
15 | - <package id="VRH.Common" version="3.0.0" targetFramework="net451" /> | |
15 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
16 | 16 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net451" /> |
17 | 17 | <package id="Vrh.Membership" version="4.14.0" targetFramework="net462" /> |
18 | 18 | <package id="VRH.Web.Providers" version="2.0.2" targetFramework="net451" requireReinstallation="true" /> |
19 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
19 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
20 | 20 | </packages> |
21 | 21 | \ No newline at end of file | ... | ... |
Vrh.iScheduler/Vrh.iScheduler.csproj
... | ... | @@ -112,20 +112,20 @@ |
112 | 112 | <Reference Include="System.Data" /> |
113 | 113 | <Reference Include="System.Net.Http" /> |
114 | 114 | <Reference Include="System.Xml" /> |
115 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
116 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
115 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
116 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
117 | 117 | </Reference> |
118 | 118 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
119 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
119 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
120 | 120 | </Reference> |
121 | 121 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
122 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
122 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
123 | 123 | </Reference> |
124 | 124 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
125 | 125 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
126 | 126 | </Reference> |
127 | - <Reference Include="Vrh.Logger, Version=3.3.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
128 | - <HintPath>..\packages\Vrh.Logger.3.3.1\lib\net451\Vrh.Logger.dll</HintPath> | |
127 | + <Reference Include="Vrh.Logger, Version=3.4.7.0, Culture=neutral, processorArchitecture=MSIL"> | |
128 | + <HintPath>..\packages\Vrh.Logger.3.4.7\lib\net451\Vrh.Logger.dll</HintPath> | |
129 | 129 | </Reference> |
130 | 130 | <Reference Include="Vrh.Membership, Version=4.14.0.0, Culture=neutral, processorArchitecture=MSIL"> |
131 | 131 | <HintPath>..\packages\Vrh.Membership.4.14.0\lib\net451\Vrh.Membership.dll</HintPath> |
... | ... | @@ -133,8 +133,8 @@ |
133 | 133 | <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL"> |
134 | 134 | <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net451\Vrh.Web.Providers.dll</HintPath> |
135 | 135 | </Reference> |
136 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
137 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
136 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
137 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
138 | 138 | </Reference> |
139 | 139 | </ItemGroup> |
140 | 140 | <ItemGroup> | ... | ... |
Vrh.iScheduler/packages.config
... | ... | @@ -18,10 +18,10 @@ |
18 | 18 | <package id="Owin" version="1.0" targetFramework="net462" /> |
19 | 19 | <package id="PagedList" version="1.17.0.0" targetFramework="net451" /> |
20 | 20 | <package id="PagedList.Mvc" version="4.5.0.0" targetFramework="net451" /> |
21 | - <package id="VRH.Common" version="3.0.0" targetFramework="net451" /> | |
21 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
22 | 22 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net451" /> |
23 | - <package id="Vrh.Logger" version="3.3.1" targetFramework="net462" /> | |
23 | + <package id="Vrh.Logger" version="3.4.7" targetFramework="net462" /> | |
24 | 24 | <package id="Vrh.Membership" version="4.14.0" targetFramework="net462" /> |
25 | 25 | <package id="VRH.Web.Providers" version="2.0.2" targetFramework="net451" requireReinstallation="true" /> |
26 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
26 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
27 | 27 | </packages> |
28 | 28 | \ No newline at end of file | ... | ... |
iSchedulerMonitor/iSchedulerMonitor.ACPlugin.csproj
... | ... | @@ -97,26 +97,26 @@ |
97 | 97 | <Reference Include="System.Data" /> |
98 | 98 | <Reference Include="System.Net.Http" /> |
99 | 99 | <Reference Include="System.Xml" /> |
100 | - <Reference Include="Vrh.ApplicationContainer, Version=5.0.2.0, Culture=neutral, processorArchitecture=MSIL"> | |
101 | - <HintPath>..\packages\Vrh.ApplicationContainer.5.0.2\lib\net451\Vrh.ApplicationContainer.dll</HintPath> | |
100 | + <Reference Include="Vrh.ApplicationContainer, Version=5.1.4.0, Culture=neutral, processorArchitecture=MSIL"> | |
101 | + <HintPath>..\packages\Vrh.ApplicationContainer.5.1.4\lib\net451\Vrh.ApplicationContainer.dll</HintPath> | |
102 | 102 | </Reference> |
103 | 103 | <Reference Include="Vrh.ApplicationContainer.Control.Contract, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
104 | 104 | <HintPath>..\packages\Vrh.ApplicationContainer.Control.Contract.0.1.0\lib\net451\Vrh.ApplicationContainer.Control.Contract.dll</HintPath> |
105 | 105 | </Reference> |
106 | - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
107 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath> | |
106 | + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
107 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath> | |
108 | 108 | </Reference> |
109 | 109 | <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
110 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath> | |
110 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath> | |
111 | 111 | </Reference> |
112 | 112 | <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
113 | - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath> | |
113 | + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath> | |
114 | 114 | </Reference> |
115 | 115 | <Reference Include="VRH.Log4Pro.MultiLanguageManager, Version=3.21.3.0, Culture=neutral, processorArchitecture=MSIL"> |
116 | 116 | <HintPath>..\packages\VRH.Log4Pro.MultiLanguageManager.3.21.3\lib\net45\VRH.Log4Pro.MultiLanguageManager.dll</HintPath> |
117 | 117 | </Reference> |
118 | - <Reference Include="Vrh.Logger, Version=3.3.1.0, Culture=neutral, processorArchitecture=MSIL"> | |
119 | - <HintPath>..\packages\Vrh.Logger.3.3.1\lib\net451\Vrh.Logger.dll</HintPath> | |
118 | + <Reference Include="Vrh.Logger, Version=3.4.7.0, Culture=neutral, processorArchitecture=MSIL"> | |
119 | + <HintPath>..\packages\Vrh.Logger.3.4.7\lib\net451\Vrh.Logger.dll</HintPath> | |
120 | 120 | </Reference> |
121 | 121 | <Reference Include="Vrh.Membership, Version=4.14.0.0, Culture=neutral, processorArchitecture=MSIL"> |
122 | 122 | <HintPath>..\packages\Vrh.Membership.4.14.0\lib\net451\Vrh.Membership.dll</HintPath> |
... | ... | @@ -130,8 +130,8 @@ |
130 | 130 | <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL"> |
131 | 131 | <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net451\Vrh.Web.Providers.dll</HintPath> |
132 | 132 | </Reference> |
133 | - <Reference Include="Vrh.XmlProcessing, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
134 | - <HintPath>..\packages\Vrh.XmlProcessing.2.3.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
133 | + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> | |
134 | + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath> | |
135 | 135 | </Reference> |
136 | 136 | </ItemGroup> |
137 | 137 | <ItemGroup> | ... | ... |
iSchedulerMonitor/packages.config
... | ... | @@ -12,13 +12,13 @@ |
12 | 12 | <package id="Newtonsoft.Json" version="13.0.3" targetFramework="net451" /> |
13 | 13 | <package id="PagedList" version="1.17.0.0" targetFramework="net451" /> |
14 | 14 | <package id="PagedList.Mvc" version="4.5.0.0" targetFramework="net451" /> |
15 | - <package id="Vrh.ApplicationContainer" version="5.0.2" targetFramework="net462" /> | |
15 | + <package id="Vrh.ApplicationContainer" version="5.1.4" targetFramework="net462" /> | |
16 | 16 | <package id="Vrh.ApplicationContainer.Control.Contract" version="0.1.0" targetFramework="net451" /> |
17 | - <package id="VRH.Common" version="3.0.0" targetFramework="net451" /> | |
17 | + <package id="VRH.Common" version="3.0.1" targetFramework="net462" /> | |
18 | 18 | <package id="VRH.Log4Pro.MultiLanguageManager" version="3.21.3" targetFramework="net451" /> |
19 | - <package id="Vrh.Logger" version="3.3.1" targetFramework="net462" /> | |
19 | + <package id="Vrh.Logger" version="3.4.7" targetFramework="net462" /> | |
20 | 20 | <package id="Vrh.Membership" version="4.14.0" targetFramework="net462" /> |
21 | 21 | <package id="VRH.Mockable.TimeProvider" version="1.0.0" targetFramework="net45" /> |
22 | 22 | <package id="VRH.Web.Providers" version="2.0.2" targetFramework="net451" requireReinstallation="true" /> |
23 | - <package id="Vrh.XmlProcessing" version="2.3.0" targetFramework="net462" /> | |
23 | + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net462" /> | |
24 | 24 | </packages> |
25 | 25 | \ No newline at end of file | ... | ... |