forked from YeeYoungHan/cpphttpstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHttpStack.sln
More file actions
93 lines (93 loc) · 6.08 KB
/
Copy pathHttpStack.sln
File metadata and controls
93 lines (93 loc) · 6.08 KB
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HttpParser", "HttpParser\HttpParser.vcproj", "{FDC90DE9-6824-47BE-B089-2B22CF515D7F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SipPlatform", "SipPlatform\SipPlatform.vcproj", "{59766094-16E8-4602-9621-6C1E5ED9AF5F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HttpStack", "HttpStack\HttpStack.vcproj", "{4E8CF57C-470C-4445-9382-6C3A2A3648D6}"
ProjectSection(ProjectDependencies) = postProject
{59766094-16E8-4602-9621-6C1E5ED9AF5F} = {59766094-16E8-4602-9621-6C1E5ED9AF5F}
{FDC90DE9-6824-47BE-B089-2B22CF515D7F} = {FDC90DE9-6824-47BE-B089-2B22CF515D7F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TcpStack", "TcpStack\TcpStack.vcproj", "{890E7A34-CA21-498B-B5F2-12665DC54D43}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestHttpParser", "TestHttpParser\TestHttpParser.vcproj", "{9B6BB546-F6DA-4D79-95E1-4D8A1BEA87E3}"
ProjectSection(ProjectDependencies) = postProject
{FDC90DE9-6824-47BE-B089-2B22CF515D7F} = {FDC90DE9-6824-47BE-B089-2B22CF515D7F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestHttpStack", "TestHttpStack\TestHttpStack.vcproj", "{4F45BF89-10F4-4DD6-8EEA-083F7D080A83}"
ProjectSection(ProjectDependencies) = postProject
{890E7A34-CA21-498B-B5F2-12665DC54D43} = {890E7A34-CA21-498B-B5F2-12665DC54D43}
{4E8CF57C-470C-4445-9382-6C3A2A3648D6} = {4E8CF57C-470C-4445-9382-6C3A2A3648D6}
{59766094-16E8-4602-9621-6C1E5ED9AF5F} = {59766094-16E8-4602-9621-6C1E5ED9AF5F}
{FDC90DE9-6824-47BE-B089-2B22CF515D7F} = {FDC90DE9-6824-47BE-B089-2B22CF515D7F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestHttpClient", "TestHttpClient\TestHttpClient.vcproj", "{B8286312-90CB-4B78-8466-FA28195B6FFD}"
ProjectSection(ProjectDependencies) = postProject
{890E7A34-CA21-498B-B5F2-12665DC54D43} = {890E7A34-CA21-498B-B5F2-12665DC54D43}
{4E8CF57C-470C-4445-9382-6C3A2A3648D6} = {4E8CF57C-470C-4445-9382-6C3A2A3648D6}
{59766094-16E8-4602-9621-6C1E5ED9AF5F} = {59766094-16E8-4602-9621-6C1E5ED9AF5F}
{FDC90DE9-6824-47BE-B089-2B22CF515D7F} = {FDC90DE9-6824-47BE-B089-2B22CF515D7F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDC90DE9-6824-47BE-B089-2B22CF515D7F}.Debug|Win32.ActiveCfg = Debug|Win32
{FDC90DE9-6824-47BE-B089-2B22CF515D7F}.Debug|Win32.Build.0 = Debug|Win32
{FDC90DE9-6824-47BE-B089-2B22CF515D7F}.Debug|x64.ActiveCfg = Debug|Win32
{FDC90DE9-6824-47BE-B089-2B22CF515D7F}.Release|Win32.ActiveCfg = Release|Win32
{FDC90DE9-6824-47BE-B089-2B22CF515D7F}.Release|Win32.Build.0 = Release|Win32
{FDC90DE9-6824-47BE-B089-2B22CF515D7F}.Release|x64.ActiveCfg = Release|Win32
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Debug|Win32.ActiveCfg = Debug|Win32
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Debug|Win32.Build.0 = Debug|Win32
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Debug|x64.ActiveCfg = Debug|x64
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Debug|x64.Build.0 = Debug|x64
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Release|Win32.ActiveCfg = Release|Win32
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Release|Win32.Build.0 = Release|Win32
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Release|x64.ActiveCfg = Release|x64
{59766094-16E8-4602-9621-6C1E5ED9AF5F}.Release|x64.Build.0 = Release|x64
{4E8CF57C-470C-4445-9382-6C3A2A3648D6}.Debug|Win32.ActiveCfg = Debug|Win32
{4E8CF57C-470C-4445-9382-6C3A2A3648D6}.Debug|Win32.Build.0 = Debug|Win32
{4E8CF57C-470C-4445-9382-6C3A2A3648D6}.Debug|x64.ActiveCfg = Debug|Win32
{4E8CF57C-470C-4445-9382-6C3A2A3648D6}.Release|Win32.ActiveCfg = Release|Win32
{4E8CF57C-470C-4445-9382-6C3A2A3648D6}.Release|Win32.Build.0 = Release|Win32
{4E8CF57C-470C-4445-9382-6C3A2A3648D6}.Release|x64.ActiveCfg = Release|Win32
{890E7A34-CA21-498B-B5F2-12665DC54D43}.Debug|Win32.ActiveCfg = Debug|Win32
{890E7A34-CA21-498B-B5F2-12665DC54D43}.Debug|Win32.Build.0 = Debug|Win32
{890E7A34-CA21-498B-B5F2-12665DC54D43}.Debug|x64.ActiveCfg = Debug|Win32
{890E7A34-CA21-498B-B5F2-12665DC54D43}.Release|Win32.ActiveCfg = Release|Win32
{890E7A34-CA21-498B-B5F2-12665DC54D43}.Release|Win32.Build.0 = Release|Win32
{890E7A34-CA21-498B-B5F2-12665DC54D43}.Release|x64.ActiveCfg = Release|Win32
{9B6BB546-F6DA-4D79-95E1-4D8A1BEA87E3}.Debug|Win32.ActiveCfg = Debug|Win32
{9B6BB546-F6DA-4D79-95E1-4D8A1BEA87E3}.Debug|Win32.Build.0 = Debug|Win32
{9B6BB546-F6DA-4D79-95E1-4D8A1BEA87E3}.Debug|x64.ActiveCfg = Debug|Win32
{9B6BB546-F6DA-4D79-95E1-4D8A1BEA87E3}.Release|Win32.ActiveCfg = Release|Win32
{9B6BB546-F6DA-4D79-95E1-4D8A1BEA87E3}.Release|Win32.Build.0 = Release|Win32
{9B6BB546-F6DA-4D79-95E1-4D8A1BEA87E3}.Release|x64.ActiveCfg = Release|Win32
{4F45BF89-10F4-4DD6-8EEA-083F7D080A83}.Debug|Win32.ActiveCfg = Debug|Win32
{4F45BF89-10F4-4DD6-8EEA-083F7D080A83}.Debug|Win32.Build.0 = Debug|Win32
{4F45BF89-10F4-4DD6-8EEA-083F7D080A83}.Debug|x64.ActiveCfg = Debug|Win32
{4F45BF89-10F4-4DD6-8EEA-083F7D080A83}.Release|Win32.ActiveCfg = Release|Win32
{4F45BF89-10F4-4DD6-8EEA-083F7D080A83}.Release|Win32.Build.0 = Release|Win32
{4F45BF89-10F4-4DD6-8EEA-083F7D080A83}.Release|x64.ActiveCfg = Release|Win32
{B8286312-90CB-4B78-8466-FA28195B6FFD}.Debug|Win32.ActiveCfg = Debug|Win32
{B8286312-90CB-4B78-8466-FA28195B6FFD}.Debug|Win32.Build.0 = Debug|Win32
{B8286312-90CB-4B78-8466-FA28195B6FFD}.Debug|x64.ActiveCfg = Debug|Win32
{B8286312-90CB-4B78-8466-FA28195B6FFD}.Release|Win32.ActiveCfg = Release|Win32
{B8286312-90CB-4B78-8466-FA28195B6FFD}.Release|Win32.Build.0 = Release|Win32
{B8286312-90CB-4B78-8466-FA28195B6FFD}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal