forked from jchristn/HttpServerLite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHttpServerLite.sln
More file actions
55 lines (55 loc) · 3.47 KB
/
HttpServerLite.sln
File metadata and controls
55 lines (55 loc) · 3.47 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpServerLite", "HttpServerLite\HttpServerLite.csproj", "{3D3CE3DA-D3BF-4FCB-8FB9-827881C85AE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{99FE6745-0AA9-487E-8368-212B349676A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Ssl", "Test.Ssl\Test.Ssl.csproj", "{8051C1EB-E2E7-4D01-A434-06360542EF31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Loopback", "Test.Loopback\Test.Loopback.csproj", "{708A67B3-47C5-4A20-BDF1-0765946F8C09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Latency", "Test.Latency\Test.Latency.csproj", "{21F301F9-F849-42DD-A45C-3484E46FDECA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.ConnectionAuthorization", "Test.ConnectionAuthorization\Test.ConnectionAuthorization.csproj", "{C1C29A81-F358-468F-977E-FF6B16E1B59C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D3CE3DA-D3BF-4FCB-8FB9-827881C85AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D3CE3DA-D3BF-4FCB-8FB9-827881C85AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D3CE3DA-D3BF-4FCB-8FB9-827881C85AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D3CE3DA-D3BF-4FCB-8FB9-827881C85AE4}.Release|Any CPU.Build.0 = Release|Any CPU
{99FE6745-0AA9-487E-8368-212B349676A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99FE6745-0AA9-487E-8368-212B349676A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99FE6745-0AA9-487E-8368-212B349676A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99FE6745-0AA9-487E-8368-212B349676A3}.Release|Any CPU.Build.0 = Release|Any CPU
{8051C1EB-E2E7-4D01-A434-06360542EF31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8051C1EB-E2E7-4D01-A434-06360542EF31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8051C1EB-E2E7-4D01-A434-06360542EF31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8051C1EB-E2E7-4D01-A434-06360542EF31}.Release|Any CPU.Build.0 = Release|Any CPU
{708A67B3-47C5-4A20-BDF1-0765946F8C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{708A67B3-47C5-4A20-BDF1-0765946F8C09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{708A67B3-47C5-4A20-BDF1-0765946F8C09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{708A67B3-47C5-4A20-BDF1-0765946F8C09}.Release|Any CPU.Build.0 = Release|Any CPU
{21F301F9-F849-42DD-A45C-3484E46FDECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21F301F9-F849-42DD-A45C-3484E46FDECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21F301F9-F849-42DD-A45C-3484E46FDECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21F301F9-F849-42DD-A45C-3484E46FDECA}.Release|Any CPU.Build.0 = Release|Any CPU
{C1C29A81-F358-468F-977E-FF6B16E1B59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1C29A81-F358-468F-977E-FF6B16E1B59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1C29A81-F358-468F-977E-FF6B16E1B59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1C29A81-F358-468F-977E-FF6B16E1B59C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A23B0C1A-D1FE-46FC-88F1-1B91ACD6261B}
EndGlobalSection
EndGlobal