This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSecureSockets.NET.sln
32 lines (32 loc) · 1.71 KB
/
SecureSockets.NET.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureSocketsNet", "src\SecureSocketsNet.csproj", "{0A9A8570-6EFC-4CD5-A3DA-B24CA3FAE8C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{D64686B5-C7FB-4F79-B278-A239B5394168}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestServer", "TestServer\TestServer.csproj", "{10155D43-9AE4-4591-8679-48E0E17C57BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A9A8570-6EFC-4CD5-A3DA-B24CA3FAE8C3}.Debug|x86.ActiveCfg = Debug|x86
{0A9A8570-6EFC-4CD5-A3DA-B24CA3FAE8C3}.Debug|x86.Build.0 = Debug|x86
{0A9A8570-6EFC-4CD5-A3DA-B24CA3FAE8C3}.Release|x86.ActiveCfg = Release|x86
{0A9A8570-6EFC-4CD5-A3DA-B24CA3FAE8C3}.Release|x86.Build.0 = Release|x86
{D64686B5-C7FB-4F79-B278-A239B5394168}.Debug|x86.ActiveCfg = Debug|x86
{D64686B5-C7FB-4F79-B278-A239B5394168}.Debug|x86.Build.0 = Debug|x86
{D64686B5-C7FB-4F79-B278-A239B5394168}.Release|x86.ActiveCfg = Release|x86
{D64686B5-C7FB-4F79-B278-A239B5394168}.Release|x86.Build.0 = Release|x86
{10155D43-9AE4-4591-8679-48E0E17C57BF}.Debug|x86.ActiveCfg = Debug|x86
{10155D43-9AE4-4591-8679-48E0E17C57BF}.Debug|x86.Build.0 = Debug|x86
{10155D43-9AE4-4591-8679-48E0E17C57BF}.Release|x86.ActiveCfg = Release|x86
{10155D43-9AE4-4591-8679-48E0E17C57BF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal