Skip to content

Commit 9a86a87

Browse files
docs(chart-signalr):update project
1 parent 85c5688 commit 9a86a87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+89304
-3261
lines changed

chart/signalr-bound-chart.zip

25.1 MB
Binary file not shown.

chart/signalr-bound-chart/.vs/config/applicationhost.config

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,20 @@
163163
</site>
164164
<site name="KendoUIMVC5" id="2">
165165
<application path="/" applicationPool="Clr4IntegratedAppPool">
166-
<virtualDirectory path="/" physicalPath="C:\Work\ui-for-aspnet-mvc-examples\chart\signalr-bound-chart\KendoUIMVC5" />
166+
<virtualDirectory path="/" physicalPath="C:\ui-for-aspnet-mvc-examples\chart\signalr-bound-chart\KendoUIMVC5" />
167167
</application>
168168
<bindings>
169169
<binding protocol="http" bindingInformation="*:63672:localhost" />
170170
</bindings>
171171
</site>
172+
<site name="KendoUIMVC5(1)" id="3">
173+
<application path="/" applicationPool="Clr4IntegratedAppPool">
174+
<virtualDirectory path="/" physicalPath="C:\ui-for-aspnet-mvc-examples\chart\signalr-bound-chart\KendoUIMVC5" />
175+
</application>
176+
<bindings>
177+
<binding protocol="http" bindingInformation="*:63673:localhost" />
178+
</bindings>
179+
</site>
172180
<siteDefaults>
173181
<logFile logFormat="W3C" directory="%IIS_USER_HOME%\Logs" />
174182
<traceFailedRequestsLogging directory="%IIS_USER_HOME%\TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

chart/signalr-bound-chart/KendoUIMVC5/KendoUIMVC5.csproj

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
2323
<UseGlobalApplicationHostFile />
24+
<Use64BitIISExpress />
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2627
<DebugSymbols>true</DebugSymbols>
@@ -45,42 +46,40 @@
4546
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
4647
</Reference>
4748
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
48-
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath>
49+
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
5050
</Reference>
5151
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
52-
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
52+
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
5453
</Reference>
55-
<Reference Include="Kendo.Mvc">
56-
<HintPath>..\..\..\lib\Kendo.Mvc\2015.2.624\Kendo.Mvc.dll</HintPath>
54+
<Reference Include="Kendo.Mvc, Version=2017.3.1026.545, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
56+
<HintPath>..\lib\KENDOUIMVC\2017.3.1026.545.Trial\Kendo.Mvc.dll</HintPath>
5757
</Reference>
58-
<Reference Include="Microsoft.AspNet.SignalR.Core">
59-
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.1.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
58+
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59+
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Microsoft.AspNet.SignalR.Owin">
6262
<HintPath>..\packages\Microsoft.AspNet.SignalR.Owin.1.2.2\lib\net45\Microsoft.AspNet.SignalR.Owin.dll</HintPath>
6363
</Reference>
64-
<Reference Include="Microsoft.AspNet.SignalR.SystemWeb">
65-
<HintPath>..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.1.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath>
64+
<Reference Include="Microsoft.AspNet.SignalR.SystemWeb, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65+
<HintPath>..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath>
6666
</Reference>
6767
<Reference Include="Microsoft.CSharp" />
68-
<Reference Include="Microsoft.Owin">
69-
<HintPath>..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll</HintPath>
68+
<Reference Include="Microsoft.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
7070
</Reference>
71-
<Reference Include="Microsoft.Owin.Host.SystemWeb">
72-
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
71+
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
72+
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
7373
</Reference>
74-
<Reference Include="Microsoft.Owin.Security">
75-
<HintPath>..\packages\Microsoft.Owin.Security.2.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
74+
<Reference Include="Microsoft.Owin.Security, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Microsoft.Owin.Security.3.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
7676
</Reference>
7777
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7878
<Private>True</Private>
7979
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
8080
</Reference>
81-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
82-
<SpecificVersion>False</SpecificVersion>
83-
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
81+
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
82+
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
8483
</Reference>
8584
<Reference Include="Owin">
8685
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
@@ -97,31 +96,25 @@
9796
<Reference Include="System.Core" />
9897
<Reference Include="System.Data.DataSetExtensions" />
9998
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100-
<SpecificVersion>False</SpecificVersion>
101-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.Helpers.dll</HintPath>
99+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
102100
</Reference>
103-
<Reference Include="System.Web.Mvc, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104-
<SpecificVersion>False</SpecificVersion>
105-
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll</HintPath>
101+
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
106103
</Reference>
107104
<Reference Include="System.Web.Optimization">
108105
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
109106
</Reference>
110107
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
111-
<SpecificVersion>False</SpecificVersion>
112-
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath>
108+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
113109
</Reference>
114110
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
115-
<SpecificVersion>False</SpecificVersion>
116-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll</HintPath>
111+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
117112
</Reference>
118113
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
119-
<SpecificVersion>False</SpecificVersion>
120-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
114+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
121115
</Reference>
122116
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
123-
<SpecificVersion>False</SpecificVersion>
124-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
117+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
125118
</Reference>
126119
<Reference Include="System.Xml.Linq" />
127120
<Reference Include="System.Web" />
@@ -230,10 +223,13 @@
230223
<Content Include="Global.asax" />
231224
<Content Include="Content\Site.css" />
232225
<None Include="Scripts\jquery-2.1.1.intellisense.js" />
233-
<Content Include="Scripts\jquery-2.1.1.js" />
234-
<Content Include="Scripts\jquery-2.1.1.min.js" />
235-
<Content Include="Scripts\jquery.signalR-2.1.2.js" />
236-
<Content Include="Scripts\jquery.signalR-2.1.2.min.js" />
226+
<None Include="Scripts\jquery-3.2.1.intellisense.js" />
227+
<Content Include="Scripts\jquery-3.2.1.js" />
228+
<Content Include="Scripts\jquery-3.2.1.min.js" />
229+
<Content Include="Scripts\jquery-3.2.1.slim.js" />
230+
<Content Include="Scripts\jquery-3.2.1.slim.min.js" />
231+
<Content Include="Scripts\jquery.signalR-2.2.2.js" />
232+
<Content Include="Scripts\jquery.signalR-2.2.2.min.js" />
237233
<Content Include="Scripts\kendo.modernizr.custom.js" />
238234
<Content Include="Scripts\modernizr-2.8.3.js" />
239235
<Content Include="Scripts\respond.js" />
@@ -264,8 +260,10 @@
264260
<Content Include="Views\Shared\EditorTemplates\String.cshtml" />
265261
<Content Include="Views\Shared\EditorTemplates\Time.cshtml" />
266262
<Content Include="Views\Shared\EditorTemplates\Url.cshtml" />
267-
<Content Include="Scripts\jquery-2.1.1.min.map" />
268263
<Content Include="Views\Home\Grid.cshtml" />
264+
<Content Include="Views\Shared\EditorTemplates\Boolean.cshtml" />
265+
<Content Include="Scripts\jquery-3.2.1.slim.min.map" />
266+
<Content Include="Scripts\jquery-3.2.1.min.map" />
269267
</ItemGroup>
270268
<ItemGroup>
271269
<EntityDeploy Include="Models\Sample.edmx">
@@ -312,7 +310,7 @@
312310
<AutoAssignPort>True</AutoAssignPort>
313311
<DevelopmentServerPort>0</DevelopmentServerPort>
314312
<DevelopmentServerVPath>/</DevelopmentServerVPath>
315-
<IISUrl>http://localhost:63672/</IISUrl>
313+
<IISUrl>http://localhost:63673/</IISUrl>
316314
<NTLMAuthentication>False</NTLMAuthentication>
317315
<UseCustomServer>False</UseCustomServer>
318316
<CustomServerUrl>
-195 Bytes
Binary file not shown.

chart/signalr-bound-chart/KendoUIMVC5/Scripts/jquery-2.1.1.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

chart/signalr-bound-chart/KendoUIMVC5/Scripts/jquery-2.1.1.min.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)