forked from kerryjiang/SuperSocket.ClientEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SuperSocket.ClientEngine.Net40.sln
38 lines (38 loc) · 2.28 KB
/
SuperSocket.ClientEngine.Net40.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Net40", "Core\Core.Net40.csproj", "{1BC7E184-8225-425A-900E-9FEA38865E20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protocol.Net40", "Protocol\Protocol.Net40.csproj", "{D9A94B6C-7A16-4472-916C-AF2CD1B1F226}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proxy.Net40", "Proxy\Proxy.Net40.csproj", "{00BD38B0-9D33-4E65-9B86-01576FD8B778}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Net40", "Common\Common.Net40.csproj", "{87FA4C97-A768-463B-B1D1-317A07C5FACE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BC7E184-8225-425A-900E-9FEA38865E20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BC7E184-8225-425A-900E-9FEA38865E20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BC7E184-8225-425A-900E-9FEA38865E20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BC7E184-8225-425A-900E-9FEA38865E20}.Release|Any CPU.Build.0 = Release|Any CPU
{D9A94B6C-7A16-4472-916C-AF2CD1B1F226}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9A94B6C-7A16-4472-916C-AF2CD1B1F226}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9A94B6C-7A16-4472-916C-AF2CD1B1F226}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9A94B6C-7A16-4472-916C-AF2CD1B1F226}.Release|Any CPU.Build.0 = Release|Any CPU
{00BD38B0-9D33-4E65-9B86-01576FD8B778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00BD38B0-9D33-4E65-9B86-01576FD8B778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00BD38B0-9D33-4E65-9B86-01576FD8B778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00BD38B0-9D33-4E65-9B86-01576FD8B778}.Release|Any CPU.Build.0 = Release|Any CPU
{87FA4C97-A768-463B-B1D1-317A07C5FACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87FA4C97-A768-463B-B1D1-317A07C5FACE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87FA4C97-A768-463B-B1D1-317A07C5FACE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87FA4C97-A768-463B-B1D1-317A07C5FACE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal