forked from jacking75/SuperSocketLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSuperSocket.SocketEngine.sln
37 lines (37 loc) · 2.12 KB
/
SuperSocket.SocketEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperSocket.SocketEngine", "SocketEngine\SuperSocket.SocketEngine.csproj", "{50A56530-0569-4115-9708-1868ED297952}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperSocket.Common", "Common\SuperSocket.Common.csproj", "{941F39A3-B069-4645-9423-6C89E05E37D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperSocket.SocketBase", "SocketBase\SuperSocket.SocketBase.csproj", "{81EE43F7-088E-45B4-B6D6-4AB710E0D68A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50A56530-0569-4115-9708-1868ED297952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50A56530-0569-4115-9708-1868ED297952}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50A56530-0569-4115-9708-1868ED297952}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50A56530-0569-4115-9708-1868ED297952}.Release|Any CPU.Build.0 = Release|Any CPU
{941F39A3-B069-4645-9423-6C89E05E37D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{941F39A3-B069-4645-9423-6C89E05E37D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{941F39A3-B069-4645-9423-6C89E05E37D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{941F39A3-B069-4645-9423-6C89E05E37D0}.Release|Any CPU.Build.0 = Release|Any CPU
{81EE43F7-088E-45B4-B6D6-4AB710E0D68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81EE43F7-088E-45B4-B6D6-4AB710E0D68A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81EE43F7-088E-45B4-B6D6-4AB710E0D68A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81EE43F7-088E-45B4-B6D6-4AB710E0D68A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DBEAABD-B346-4F25-8A44-07F568405292}
EndGlobalSection
EndGlobal