-
Notifications
You must be signed in to change notification settings - Fork 143
/
SignalR-Server.sln
52 lines (52 loc) · 3.13 KB
/
SignalR-Server.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.21708.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{34D5CA7F-AA6E-45AF-87B8-13DC970D68C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{862490FB-DD41-4BB8-9BBA-AC300F331BA8}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.SignalR.Server", "src\Microsoft.AspNet.SignalR.Server\Microsoft.AspNet.SignalR.Server.kproj", "{1E7F548C-CB60-46A1-B431-D67825A32698}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SignalRSample.Web", "samples\SignalRSample.Web\SignalRSample.Web.kproj", "{6EC0A923-B20F-419F-9561-EFE873C38B59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E7F548C-CB60-46A1-B431-D67825A32698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Debug|x86.ActiveCfg = Debug|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Release|Any CPU.Build.0 = Release|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1E7F548C-CB60-46A1-B431-D67825A32698}.Release|x86.ActiveCfg = Release|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Debug|x86.ActiveCfg = Debug|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Release|Any CPU.Build.0 = Release|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6EC0A923-B20F-419F-9561-EFE873C38B59}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1E7F548C-CB60-46A1-B431-D67825A32698} = {34D5CA7F-AA6E-45AF-87B8-13DC970D68C9}
{6EC0A923-B20F-419F-9561-EFE873C38B59} = {862490FB-DD41-4BB8-9BBA-AC300F331BA8}
EndGlobalSection
EndGlobal