This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWSSharp.sln
40 lines (40 loc) · 2.38 KB
/
WSSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSSharp", "WSSharp\WSSharp.csproj", "{BAE6BCEC-B7AA-431F-ADE1-232AE229BCE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleClient", "SampleClient\SampleClient.csproj", "{F62BBC91-989A-4D1D-9999-6759FF6FED47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleServer", "SampleServer\SampleServer.csproj", "{D42F6E8F-BAD4-40C8-A4EB-C9664C77BB55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCommonParts", "SampleCommonParts\SampleCommonParts.csproj", "{F7503E92-FEC1-490A-8B22-18F92AA9713A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAE6BCEC-B7AA-431F-ADE1-232AE229BCE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE6BCEC-B7AA-431F-ADE1-232AE229BCE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE6BCEC-B7AA-431F-ADE1-232AE229BCE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE6BCEC-B7AA-431F-ADE1-232AE229BCE0}.Release|Any CPU.Build.0 = Release|Any CPU
{F62BBC91-989A-4D1D-9999-6759FF6FED47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F62BBC91-989A-4D1D-9999-6759FF6FED47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F62BBC91-989A-4D1D-9999-6759FF6FED47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F62BBC91-989A-4D1D-9999-6759FF6FED47}.Release|Any CPU.Build.0 = Release|Any CPU
{D42F6E8F-BAD4-40C8-A4EB-C9664C77BB55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D42F6E8F-BAD4-40C8-A4EB-C9664C77BB55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D42F6E8F-BAD4-40C8-A4EB-C9664C77BB55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D42F6E8F-BAD4-40C8-A4EB-C9664C77BB55}.Release|Any CPU.Build.0 = Release|Any CPU
{F7503E92-FEC1-490A-8B22-18F92AA9713A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7503E92-FEC1-490A-8B22-18F92AA9713A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7503E92-FEC1-490A-8B22-18F92AA9713A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7503E92-FEC1-490A-8B22-18F92AA9713A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal