-
Notifications
You must be signed in to change notification settings - Fork 4
/
SocketSlim.sln
26 lines (26 loc) · 1.36 KB
/
SocketSlim.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocketSlim", "SocketSlim\SocketSlim.csproj", "{136B2B39-3C6C-475C-9B4B-26F72594FBC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocketSlim.Tests", "SocketSlim.Tests\SocketSlim.Tests.csproj", "{CCFB16C4-DA77-4B63-B2BE-3402A9EF33A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{136B2B39-3C6C-475C-9B4B-26F72594FBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{136B2B39-3C6C-475C-9B4B-26F72594FBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{136B2B39-3C6C-475C-9B4B-26F72594FBC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{136B2B39-3C6C-475C-9B4B-26F72594FBC1}.Release|Any CPU.Build.0 = Release|Any CPU
{CCFB16C4-DA77-4B63-B2BE-3402A9EF33A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCFB16C4-DA77-4B63-B2BE-3402A9EF33A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCFB16C4-DA77-4B63-B2BE-3402A9EF33A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCFB16C4-DA77-4B63-B2BE-3402A9EF33A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal