-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebSocket4Net.AspNetCore.SignalRClient.sln
48 lines (48 loc) · 2.85 KB
/
WebSocket4Net.AspNetCore.SignalRClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSocket4Net.AspNetCore.SignalR.Core", "src\WebSocket4Net.AspNetCore.SignalR.Core\WebSocket4Net.AspNetCore.SignalR.Core.csproj", "{E543910C-9819-4E08-B563-F73BE9CB259B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5A47E2EA-05AB-477A-B0C9-2A8C728A2EE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{AF402287-F753-4724-909D-E8605667BE21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sampleapp", "sampleapp", "{8D458F86-4073-4845-8649-219F7898A37F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSocket4Net.AspNetCore.SignalR.Client", "src\WebSocket4Net.AspNetCore.SignalR.Client\WebSocket4Net.AspNetCore.SignalR.Client.csproj", "{612A5A84-8B62-41F3-A5C0-BC8B2DCFFD9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientApp", "sampleapp\ClientApp\ClientApp.csproj", "{24764DF6-EFD1-45FE-A916-42B5581FA8AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E543910C-9819-4E08-B563-F73BE9CB259B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E543910C-9819-4E08-B563-F73BE9CB259B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E543910C-9819-4E08-B563-F73BE9CB259B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E543910C-9819-4E08-B563-F73BE9CB259B}.Release|Any CPU.Build.0 = Release|Any CPU
{612A5A84-8B62-41F3-A5C0-BC8B2DCFFD9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{612A5A84-8B62-41F3-A5C0-BC8B2DCFFD9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{612A5A84-8B62-41F3-A5C0-BC8B2DCFFD9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{612A5A84-8B62-41F3-A5C0-BC8B2DCFFD9E}.Release|Any CPU.Build.0 = Release|Any CPU
{24764DF6-EFD1-45FE-A916-42B5581FA8AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24764DF6-EFD1-45FE-A916-42B5581FA8AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24764DF6-EFD1-45FE-A916-42B5581FA8AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24764DF6-EFD1-45FE-A916-42B5581FA8AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E543910C-9819-4E08-B563-F73BE9CB259B} = {5A47E2EA-05AB-477A-B0C9-2A8C728A2EE4}
{612A5A84-8B62-41F3-A5C0-BC8B2DCFFD9E} = {5A47E2EA-05AB-477A-B0C9-2A8C728A2EE4}
{24764DF6-EFD1-45FE-A916-42B5581FA8AB} = {8D458F86-4073-4845-8649-219F7898A37F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA9D32C7-D5C2-45F6-ACFE-1C38EEA2E62E}
EndGlobalSection
EndGlobal