1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 15
4
- VisualStudioVersion = 15.0.26730.12
4
+ VisualStudioVersion = 15.0.27130.2010
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{2D285DE6-8FC0-4FB6-A438-EA2AD5FEA561}"
7
7
EndProject
8
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Shared" , "Shared" , "{D2FB2A10-BA9D-41F8-9D8F-9F8945F39FA6}"
9
- EndProject
10
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GodSharp.Socket" , "src\GodSharp.Socket\GodSharp.Socket.csproj" , "{877E1AA2-7EAE-40FC-AB49-C52262F09D9D}"
11
- EndProject
12
8
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{677097FA-DFF0-4DEF-BFF6-3D2EF8510769}"
13
9
Project Section (SolutionItems ) = preProject
14
10
.gitignore = .gitignore
@@ -21,32 +17,31 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{56DB72
21
17
EndProject
22
18
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Console" , "Console" , "{169FDBD0-1C98-4A7E-B8B6-1023B73624F0}"
23
19
EndProject
20
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "WindowsForms" , "WindowsForms" , "{43852E3B-E5B7-4A54-B450-4B48F6C3F025}"
21
+ EndProject
22
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{3E90692F-1C39-4244-88E3-EEA2B02FE7E7}"
23
+ Project Section (SolutionItems ) = preProject
24
+ build \version .props = build \version .props
25
+ EndProject Section
26
+ EndProject
24
27
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GodSharp.SocketServerSample" , "sample\Console\GodSharp.SocketServerSample\GodSharp.SocketServerSample.csproj" , "{8F3CAA2A-6DC3-46D5-ABE6-3850F29FFF75}"
25
28
EndProject
26
29
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GodSharp.SocketClientSapmle" , "sample\Console\GodSharp.SocketClientSapmle\GodSharp.SocketClientSapmle.csproj" , "{DA03E415-51BC-4223-B8C8-E2ABFF1F77AF}"
27
30
EndProject
28
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "WindowsForms" , "WindowsForms" , "{43852E3B-E5B7-4A54-B450-4B48F6C3F025}"
29
- EndProject
30
31
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GodSharp.ChatClient" , "sample\WindowsForms\GodSharp.ChatClient\GodSharp.ChatClient.csproj" , "{B1EFC930-1A12-4FA6-9BDA-EC27E477528B}"
31
32
EndProject
32
33
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GodSharp.ChatServer" , "sample\WindowsForms\GodSharp.ChatServer\GodSharp.ChatServer.csproj" , "{5DD72AA1-F791-446C-9939-0CB1C5483D04}"
33
34
EndProject
34
35
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GodSharp.Chat" , "sample\WindowsForms\GodSharp.Chat\GodSharp.Chat.csproj" , "{D556F994-9A72-4F30-8B55-9D9FAA14C5FE}"
35
36
EndProject
36
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{603D2C45-7DDB-43C5-8D0A-B379E54186B2}"
37
- EndProject
38
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GodSharp.Socket.Test" , "test\GodSharp.Socket.Test\GodSharp.Socket.Test.csproj" , "{BD2FD84D-386E-4F99-923B-45431727E479}"
37
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "GodSharp.Socket" , "src\GodSharp.Socket\GodSharp.Socket.csproj" , "{06BBFBF4-9958-42CB-9920-3CF516773368}"
39
38
EndProject
40
39
Global
41
40
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
42
41
Debug| Any CPU = Debug| Any CPU
43
42
Release| Any CPU = Release| Any CPU
44
43
EndGlobalSection
45
44
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
46
- {877E1AA2-7EAE-40FC-AB49-C52262F09D9D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
47
- {877E1AA2-7EAE-40FC-AB49-C52262F09D9D} .Debug| Any CPU .Build .0 = Debug| Any CPU
48
- {877E1AA2-7EAE-40FC-AB49-C52262F09D9D} .Release| Any CPU .ActiveCfg = Release| Any CPU
49
- {877E1AA2-7EAE-40FC-AB49-C52262F09D9D} .Release| Any CPU .Build .0 = Release| Any CPU
50
45
{8F3CAA2A-6DC3-46D5-ABE6-3850F29FFF75} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
51
46
{8F3CAA2A-6DC3-46D5-ABE6-3850F29FFF75} .Debug| Any CPU .Build .0 = Debug| Any CPU
52
47
{8F3CAA2A-6DC3-46D5-ABE6-3850F29FFF75} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -67,25 +62,23 @@ Global
67
62
{D556F994-9A72-4F30-8B55-9D9FAA14C5FE} .Debug| Any CPU .Build .0 = Debug| Any CPU
68
63
{D556F994-9A72-4F30-8B55-9D9FAA14C5FE} .Release| Any CPU .ActiveCfg = Release| Any CPU
69
64
{D556F994-9A72-4F30-8B55-9D9FAA14C5FE} .Release| Any CPU .Build .0 = Release| Any CPU
70
- {BD2FD84D-386E-4F99-923B-45431727E479 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
71
- {BD2FD84D-386E-4F99-923B-45431727E479 } .Debug| Any CPU .Build .0 = Debug| Any CPU
72
- {BD2FD84D-386E-4F99-923B-45431727E479 } .Release| Any CPU .ActiveCfg = Release| Any CPU
73
- {BD2FD84D-386E-4F99-923B-45431727E479 } .Release| Any CPU .Build .0 = Release| Any CPU
65
+ {06BBFBF4-9958-42CB-9920-3CF516773368 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
66
+ {06BBFBF4-9958-42CB-9920-3CF516773368 } .Debug| Any CPU .Build .0 = Debug| Any CPU
67
+ {06BBFBF4-9958-42CB-9920-3CF516773368 } .Release| Any CPU .ActiveCfg = Release| Any CPU
68
+ {06BBFBF4-9958-42CB-9920-3CF516773368 } .Release| Any CPU .Build .0 = Release| Any CPU
74
69
EndGlobalSection
75
70
GlobalSection (SolutionProperties ) = preSolution
76
71
HideSolutionNode = FALSE
77
72
EndGlobalSection
78
73
GlobalSection (NestedProjects ) = preSolution
79
- {D2FB2A10-BA9D-41F8-9D8F-9F8945F39FA6} = {2D285DE6-8FC0-4FB6-A438-EA2AD5FEA561}
80
- {877E1AA2-7EAE-40FC-AB49-C52262F09D9D} = {2D285DE6-8FC0-4FB6-A438-EA2AD5FEA561}
81
74
{169FDBD0-1C98-4A7E-B8B6-1023B73624F0} = {56DB72CA-6C54-4BEC-956C-60CAE3828741}
75
+ {43852E3B-E5B7-4A54-B450-4B48F6C3F025} = {56DB72CA-6C54-4BEC-956C-60CAE3828741}
82
76
{8F3CAA2A-6DC3-46D5-ABE6-3850F29FFF75} = {169FDBD0-1C98-4A7E-B8B6-1023B73624F0}
83
77
{DA03E415-51BC-4223-B8C8-E2ABFF1F77AF} = {169FDBD0-1C98-4A7E-B8B6-1023B73624F0}
84
- {43852E3B-E5B7-4A54-B450-4B48F6C3F025} = {56DB72CA-6C54-4BEC-956C-60CAE3828741}
85
78
{B1EFC930-1A12-4FA6-9BDA-EC27E477528B} = {43852E3B-E5B7-4A54-B450-4B48F6C3F025}
86
79
{5DD72AA1-F791-446C-9939-0CB1C5483D04} = {43852E3B-E5B7-4A54-B450-4B48F6C3F025}
87
80
{D556F994-9A72-4F30-8B55-9D9FAA14C5FE} = {43852E3B-E5B7-4A54-B450-4B48F6C3F025}
88
- {BD2FD84D-386E-4F99-923B-45431727E479 } = {603D2C45-7DDB-43C5-8D0A-B379E54186B2 }
81
+ {06BBFBF4-9958-42CB-9920-3CF516773368 } = {2D285DE6-8FC0-4FB6-A438-EA2AD5FEA561 }
89
82
EndGlobalSection
90
83
GlobalSection (ExtensibilityGlobals ) = postSolution
91
84
SolutionGuid = {68DFC265-6267-4153-8375-A35F8E5CD820}
0 commit comments