-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsocket_demo.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
websocket_demo.sln
File metadata and controls
37 lines (37 loc) · 2.01 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "client", "client\client.csproj", "{E242C504-D28B-4F7A-9057-694C15E76C0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "server", "server\server.csproj", "{D9230D89-31EF-43F8-8E32-637443E8ADED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OwinCustomServer", "OwinCustomServer\OwinCustomServer.csproj", "{594BCF79-FCC7-42C8-91FB-54B51CE44A2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E242C504-D28B-4F7A-9057-694C15E76C0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E242C504-D28B-4F7A-9057-694C15E76C0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E242C504-D28B-4F7A-9057-694C15E76C0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E242C504-D28B-4F7A-9057-694C15E76C0B}.Release|Any CPU.Build.0 = Release|Any CPU
{D9230D89-31EF-43F8-8E32-637443E8ADED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9230D89-31EF-43F8-8E32-637443E8ADED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9230D89-31EF-43F8-8E32-637443E8ADED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9230D89-31EF-43F8-8E32-637443E8ADED}.Release|Any CPU.Build.0 = Release|Any CPU
{594BCF79-FCC7-42C8-91FB-54B51CE44A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{594BCF79-FCC7-42C8-91FB-54B51CE44A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{594BCF79-FCC7-42C8-91FB-54B51CE44A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{594BCF79-FCC7-42C8-91FB-54B51CE44A2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECBF3321-7A9F-4E7C-83D7-E729D80C7E52}
EndGlobalSection
EndGlobal