-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathboost-asio-udp-holepunching.sln
68 lines (68 loc) · 3.88 KB
/
boost-asio-udp-holepunching.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server\server.vcxproj", "{16051191-B2CA-441C-BF6A-942F470CA021}"
ProjectSection(ProjectDependencies) = postProject
{1415664D-2F80-4876-9792-AC36123B7150} = {1415664D-2F80-4876-9792-AC36123B7150}
{49E37C62-526B-4AEC-A81C-F35B529281F0} = {49E37C62-526B-4AEC-A81C-F35B529281F0}
{3E82C0BD-2EBA-4037-9539-2C9EB59B80DD} = {3E82C0BD-2EBA-4037-9539-2C9EB59B80DD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client\client.vcxproj", "{14491DA3-BECA-497D-A800-4D6B554F7AF0}"
ProjectSection(ProjectDependencies) = postProject
{1415664D-2F80-4876-9792-AC36123B7150} = {1415664D-2F80-4876-9792-AC36123B7150}
{49E37C62-526B-4AEC-A81C-F35B529281F0} = {49E37C62-526B-4AEC-A81C-F35B529281F0}
{3E82C0BD-2EBA-4037-9539-2C9EB59B80DD} = {3E82C0BD-2EBA-4037-9539-2C9EB59B80DD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "core\core.vcxproj", "{1415664D-2F80-4876-9792-AC36123B7150}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "network", "network\network.vcxproj", "{49E37C62-526B-4AEC-A81C-F35B529281F0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common\common.vcxproj", "{3E82C0BD-2EBA-4037-9539-2C9EB59B80DD}"
ProjectSection(ProjectDependencies) = postProject
{1415664D-2F80-4876-9792-AC36123B7150} = {1415664D-2F80-4876-9792-AC36123B7150}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{84886B88-231D-4DEB-8698-14F5B594D154}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16051191-B2CA-441C-BF6A-942F470CA021}.Debug|x64.ActiveCfg = Debug|x64
{16051191-B2CA-441C-BF6A-942F470CA021}.Debug|x64.Build.0 = Debug|x64
{16051191-B2CA-441C-BF6A-942F470CA021}.Debug|x86.ActiveCfg = Debug|Win32
{16051191-B2CA-441C-BF6A-942F470CA021}.Debug|x86.Build.0 = Debug|Win32
{14491DA3-BECA-497D-A800-4D6B554F7AF0}.Debug|x64.ActiveCfg = Debug|x64
{14491DA3-BECA-497D-A800-4D6B554F7AF0}.Debug|x64.Build.0 = Debug|x64
{14491DA3-BECA-497D-A800-4D6B554F7AF0}.Debug|x86.ActiveCfg = Debug|Win32
{14491DA3-BECA-497D-A800-4D6B554F7AF0}.Debug|x86.Build.0 = Debug|Win32
{1415664D-2F80-4876-9792-AC36123B7150}.Debug|x64.ActiveCfg = Debug|x64
{1415664D-2F80-4876-9792-AC36123B7150}.Debug|x64.Build.0 = Debug|x64
{1415664D-2F80-4876-9792-AC36123B7150}.Debug|x86.ActiveCfg = Debug|Win32
{1415664D-2F80-4876-9792-AC36123B7150}.Debug|x86.Build.0 = Debug|Win32
{49E37C62-526B-4AEC-A81C-F35B529281F0}.Debug|x64.ActiveCfg = Debug|x64
{49E37C62-526B-4AEC-A81C-F35B529281F0}.Debug|x64.Build.0 = Debug|x64
{49E37C62-526B-4AEC-A81C-F35B529281F0}.Debug|x86.ActiveCfg = Debug|Win32
{49E37C62-526B-4AEC-A81C-F35B529281F0}.Debug|x86.Build.0 = Debug|Win32
{3E82C0BD-2EBA-4037-9539-2C9EB59B80DD}.Debug|x64.ActiveCfg = Debug|x64
{3E82C0BD-2EBA-4037-9539-2C9EB59B80DD}.Debug|x64.Build.0 = Debug|x64
{3E82C0BD-2EBA-4037-9539-2C9EB59B80DD}.Debug|x86.ActiveCfg = Debug|Win32
{3E82C0BD-2EBA-4037-9539-2C9EB59B80DD}.Debug|x86.Build.0 = Debug|Win32
{84886B88-231D-4DEB-8698-14F5B594D154}.Debug|x64.ActiveCfg = Debug|x64
{84886B88-231D-4DEB-8698-14F5B594D154}.Debug|x64.Build.0 = Debug|x64
{84886B88-231D-4DEB-8698-14F5B594D154}.Debug|x86.ActiveCfg = Debug|Win32
{84886B88-231D-4DEB-8698-14F5B594D154}.Debug|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39C4429F-846C-4A8C-A05D-D0F10DC1D00E}
EndGlobalSection
EndGlobal