-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnanoframework.System.Net.Websockets.sln
49 lines (49 loc) · 2.86 KB
/
nanoframework.System.Net.Websockets.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.WebSockets", "WebSockets\System.Net.WebSockets.nfproj", "{71C3E5DB-C987-4C95-B6E0-9EE588241A6B}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.WebSockets.Server", "WebSockets.Server\System.Net.WebSockets.Server.nfproj", "{08847152-FAEB-41A8-BF85-BD8FC1C39C93}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.WebSockets.Client", "WebSockets.Client\System.Net.WebSockets.Client.nfproj", "{EF3A6935-1A5F-4AE8-A866-562AF5803205}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F4D1647-D756-415A-9136-F3813DFA4E28}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71C3E5DB-C987-4C95-B6E0-9EE588241A6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71C3E5DB-C987-4C95-B6E0-9EE588241A6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71C3E5DB-C987-4C95-B6E0-9EE588241A6B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{71C3E5DB-C987-4C95-B6E0-9EE588241A6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71C3E5DB-C987-4C95-B6E0-9EE588241A6B}.Release|Any CPU.Build.0 = Release|Any CPU
{71C3E5DB-C987-4C95-B6E0-9EE588241A6B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{08847152-FAEB-41A8-BF85-BD8FC1C39C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08847152-FAEB-41A8-BF85-BD8FC1C39C93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08847152-FAEB-41A8-BF85-BD8FC1C39C93}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{08847152-FAEB-41A8-BF85-BD8FC1C39C93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08847152-FAEB-41A8-BF85-BD8FC1C39C93}.Release|Any CPU.Build.0 = Release|Any CPU
{08847152-FAEB-41A8-BF85-BD8FC1C39C93}.Release|Any CPU.Deploy.0 = Release|Any CPU
{EF3A6935-1A5F-4AE8-A866-562AF5803205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF3A6935-1A5F-4AE8-A866-562AF5803205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF3A6935-1A5F-4AE8-A866-562AF5803205}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EF3A6935-1A5F-4AE8-A866-562AF5803205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF3A6935-1A5F-4AE8-A866-562AF5803205}.Release|Any CPU.Build.0 = Release|Any CPU
{EF3A6935-1A5F-4AE8-A866-562AF5803205}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D37134C-685B-40CF-8AFC-4646E0A41702}
EndGlobalSection
EndGlobal