This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
/
SuperSocket.ClientEngine.Net.sln
40 lines (40 loc) · 2.47 KB
/
SuperSocket.ClientEngine.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
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.ClientEngine.Net45", "SuperSocket.ClientEngine.Net45.csproj", "{8BBFBE4A-B91A-4DCC-92D5-FB0436E2544F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.ClientEngine.Net40", "SuperSocket.ClientEngine.Net40.csproj", "{8BCA34D7-18E8-4B33-A102-9F0A3951B742}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.ClientEngine.Net35", "SuperSocket.ClientEngine.Net35.csproj", "{8FD00E43-2FA2-47F4-9240-B77AE3426122}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperSocket.ClientEngine.Net20", "SuperSocket.ClientEngine.Net20.csproj", "{377D2203-B53E-45B6-8593-D56F7D5B5DE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BBFBE4A-B91A-4DCC-92D5-FB0436E2544F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BBFBE4A-B91A-4DCC-92D5-FB0436E2544F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BBFBE4A-B91A-4DCC-92D5-FB0436E2544F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BBFBE4A-B91A-4DCC-92D5-FB0436E2544F}.Release|Any CPU.Build.0 = Release|Any CPU
{8BCA34D7-18E8-4B33-A102-9F0A3951B742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BCA34D7-18E8-4B33-A102-9F0A3951B742}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BCA34D7-18E8-4B33-A102-9F0A3951B742}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BCA34D7-18E8-4B33-A102-9F0A3951B742}.Release|Any CPU.Build.0 = Release|Any CPU
{8FD00E43-2FA2-47F4-9240-B77AE3426122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FD00E43-2FA2-47F4-9240-B77AE3426122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FD00E43-2FA2-47F4-9240-B77AE3426122}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FD00E43-2FA2-47F4-9240-B77AE3426122}.Release|Any CPU.Build.0 = Release|Any CPU
{377D2203-B53E-45B6-8593-D56F7D5B5DE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{377D2203-B53E-45B6-8593-D56F7D5B5DE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{377D2203-B53E-45B6-8593-D56F7D5B5DE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{377D2203-B53E-45B6-8593-D56F7D5B5DE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal