-
Notifications
You must be signed in to change notification settings - Fork 153
/
libfiber_vc2019.sln
114 lines (114 loc) · 7.26 KB
/
libfiber_vc2019.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libfiber", "c\libfiber_vc2019.vcxproj", "{AD99B75A-40BF-46DC-844B-23417FDC8690}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libfiber_cpp", "cpp\libfiber_cpp_vc2019.vcxproj", "{F2479E2C-7267-436C-A1F1-A63B39E7CB30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{39C3E6F9-1EF8-48F1-A291-427BA9748E35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gui", "gui", "{51EDF5A8-A3D8-4F15-8F95-967517095375}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EchoServer", "samples\gui\EchoServer\EchoServer.vcxproj", "{30A882E6-CF13-494F-9132-CE15E040B9DE}"
ProjectSection(ProjectDependencies) = postProject
{F2479E2C-7267-436C-A1F1-A63B39E7CB30} = {F2479E2C-7267-436C-A1F1-A63B39E7CB30}
{AD99B75A-40BF-46DC-844B-23417FDC8690} = {AD99B75A-40BF-46DC-844B-23417FDC8690}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleWin", "samples\gui\SimpleWin\SimpleWin.vcxproj", "{4D524F5F-31D7-42AB-915B-312CB67B0C18}"
ProjectSection(ProjectDependencies) = postProject
{F2479E2C-7267-436C-A1F1-A63B39E7CB30} = {F2479E2C-7267-436C-A1F1-A63B39E7CB30}
{AD99B75A-40BF-46DC-844B-23417FDC8690} = {AD99B75A-40BF-46DC-844B-23417FDC8690}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DebugDll|x64 = DebugDll|x64
DebugDll|x86 = DebugDll|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
ReleaseDll|x64 = ReleaseDll|x64
ReleaseDll|x86 = ReleaseDll|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Debug|x64.ActiveCfg = Debug|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Debug|x64.Build.0 = Debug|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Debug|x86.ActiveCfg = Debug|Win32
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Debug|x86.Build.0 = Debug|Win32
{AD99B75A-40BF-46DC-844B-23417FDC8690}.DebugDll|x64.ActiveCfg = DebugDll|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.DebugDll|x64.Build.0 = DebugDll|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.DebugDll|x86.ActiveCfg = DebugDll|Win32
{AD99B75A-40BF-46DC-844B-23417FDC8690}.DebugDll|x86.Build.0 = DebugDll|Win32
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Release|x64.ActiveCfg = Release|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Release|x64.Build.0 = Release|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Release|x86.ActiveCfg = Release|Win32
{AD99B75A-40BF-46DC-844B-23417FDC8690}.Release|x86.Build.0 = Release|Win32
{AD99B75A-40BF-46DC-844B-23417FDC8690}.ReleaseDll|x64.ActiveCfg = ReleaseDll|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.ReleaseDll|x64.Build.0 = ReleaseDll|x64
{AD99B75A-40BF-46DC-844B-23417FDC8690}.ReleaseDll|x86.ActiveCfg = ReleaseDll|Win32
{AD99B75A-40BF-46DC-844B-23417FDC8690}.ReleaseDll|x86.Build.0 = ReleaseDll|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Debug|x64.ActiveCfg = Debug|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Debug|x64.Build.0 = Debug|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Debug|x86.ActiveCfg = Debug|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Debug|x86.Build.0 = Debug|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.DebugDll|x64.ActiveCfg = DebugDll|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.DebugDll|x64.Build.0 = DebugDll|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.DebugDll|x86.ActiveCfg = DebugDll|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.DebugDll|x86.Build.0 = DebugDll|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Release|x64.ActiveCfg = Release|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Release|x64.Build.0 = Release|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Release|x86.ActiveCfg = Release|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.Release|x86.Build.0 = Release|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.ReleaseDll|x64.ActiveCfg = ReleaseDll|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.ReleaseDll|x64.Build.0 = ReleaseDll|x64
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.ReleaseDll|x86.ActiveCfg = ReleaseDll|Win32
{F2479E2C-7267-436C-A1F1-A63B39E7CB30}.ReleaseDll|x86.Build.0 = ReleaseDll|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Debug|x64.ActiveCfg = Debug|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Debug|x64.Build.0 = Debug|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Debug|x86.ActiveCfg = Debug|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Debug|x86.Build.0 = Debug|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.DebugDll|x64.ActiveCfg = DebugDll|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.DebugDll|x64.Build.0 = DebugDll|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.DebugDll|x86.ActiveCfg = DebugDll|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.DebugDll|x86.Build.0 = DebugDll|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Release|x64.ActiveCfg = Release|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Release|x64.Build.0 = Release|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Release|x86.ActiveCfg = Release|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.Release|x86.Build.0 = Release|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.ReleaseDll|x64.ActiveCfg = ReleaseDll|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.ReleaseDll|x64.Build.0 = ReleaseDll|x64
{30A882E6-CF13-494F-9132-CE15E040B9DE}.ReleaseDll|x86.ActiveCfg = ReleaseDll|Win32
{30A882E6-CF13-494F-9132-CE15E040B9DE}.ReleaseDll|x86.Build.0 = ReleaseDll|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Debug|x64.ActiveCfg = Debug|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Debug|x64.Build.0 = Debug|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Debug|x86.ActiveCfg = Debug|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Debug|x86.Build.0 = Debug|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.DebugDll|x64.ActiveCfg = DebugDll|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.DebugDll|x64.Build.0 = DebugDll|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.DebugDll|x86.ActiveCfg = DebugDll|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.DebugDll|x86.Build.0 = DebugDll|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Release|x64.ActiveCfg = Release|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Release|x64.Build.0 = Release|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Release|x86.ActiveCfg = Release|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.Release|x86.Build.0 = Release|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.ReleaseDll|x64.ActiveCfg = ReleaseDll|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.ReleaseDll|x64.Build.0 = ReleaseDll|x64
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.ReleaseDll|x86.ActiveCfg = ReleaseDll|Win32
{4D524F5F-31D7-42AB-915B-312CB67B0C18}.ReleaseDll|x86.Build.0 = ReleaseDll|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{51EDF5A8-A3D8-4F15-8F95-967517095375} = {39C3E6F9-1EF8-48F1-A291-427BA9748E35}
{30A882E6-CF13-494F-9132-CE15E040B9DE} = {51EDF5A8-A3D8-4F15-8F95-967517095375}
{4D524F5F-31D7-42AB-915B-312CB67B0C18} = {51EDF5A8-A3D8-4F15-8F95-967517095375}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67168FAE-ABC7-4274-B30F-1F2FF0F69602}
EndGlobalSection
EndGlobal