diff options
| author | Michael <[email protected]> | 2017-04-17 08:30:58 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-17 08:30:58 -0400 |
| commit | a9b8092732e2012ffadc552052e2e070cbf380e4 (patch) | |
| tree | 73be56bcba46bddc04bd728e932d438912276d1a /Project-Unite/Project-Unite.csproj | |
| parent | c018558559b5454210d301ba693a046a07ea4cae (diff) | |
| download | project-unite-a9b8092732e2012ffadc552052e2e070cbf380e4.tar.gz project-unite-a9b8092732e2012ffadc552052e2e070cbf380e4.tar.bz2 project-unite-a9b8092732e2012ffadc552052e2e070cbf380e4.zip | |
SignalR notifications
Diffstat (limited to 'Project-Unite/Project-Unite.csproj')
| -rw-r--r-- | Project-Unite/Project-Unite.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index 3d4e3f5..1064307 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -101,6 +101,14 @@ <HintPath>..\packages\Microsoft.ApplicationInsights.2.0.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath> <Private>True</Private> </Reference> + <Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2-preview1\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath> + <Private>True</Private> + </Reference> + <Reference Include="Microsoft.AspNet.SignalR.SystemWeb, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2-preview1\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath> + <Private>True</Private> + </Reference> <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> <Private>True</Private> @@ -440,6 +448,7 @@ <Compile Include="Models\Skin.cs" /> <Compile Include="Models\WikiModels.cs" /> <Compile Include="NotificationDaemon.cs" /> + <Compile Include="NotificationHub.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Startup.cs" /> </ItemGroup> @@ -464,6 +473,8 @@ <Content Include="Scripts\jquery-1.10.2.js" /> <Content Include="Scripts\jquery-1.10.2.min.js" /> <None Include="Scripts\jquery.validate-vsdoc.js" /> + <Content Include="Scripts\jquery.signalR-2.2.2-preview1.js" /> + <Content Include="Scripts\jquery.signalR-2.2.2-preview1.min.js" /> <Content Include="Scripts\jquery.validate.js" /> <Content Include="Scripts\jquery.validate.min.js" /> <Content Include="Scripts\jquery.validate.unobtrusive.js" /> |
