-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathHTTP-2-server.sln
More file actions
49 lines (49 loc) · 2.92 KB
/
HTTP-2-server.sln
File metadata and controls
49 lines (49 loc) · 2.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleServer", "ExampleServer\ExampleServer.csproj", "{F1757A8F-6AD5-490B-9303-936FF163BA75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lib", "lib\lib.csproj", "{40E9A49B-F7FA-4939-A543-A02A2C172D85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTesting", "UnitTesting\UnitTesting.csproj", "{53C0FAA3-5805-4C4F-8686-1B06C47073FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hpack", "Hpack\Hpack.csproj", "{1A19DFCC-9C5A-42D6-9B21-C3D0C365D5CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "Benchmark\Benchmark.csproj", "{323FDC8D-0E82-4821-A022-F12EE7C149A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1757A8F-6AD5-490B-9303-936FF163BA75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1757A8F-6AD5-490B-9303-936FF163BA75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1757A8F-6AD5-490B-9303-936FF163BA75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1757A8F-6AD5-490B-9303-936FF163BA75}.Release|Any CPU.Build.0 = Release|Any CPU
{40E9A49B-F7FA-4939-A543-A02A2C172D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40E9A49B-F7FA-4939-A543-A02A2C172D85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40E9A49B-F7FA-4939-A543-A02A2C172D85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40E9A49B-F7FA-4939-A543-A02A2C172D85}.Release|Any CPU.Build.0 = Release|Any CPU
{53C0FAA3-5805-4C4F-8686-1B06C47073FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53C0FAA3-5805-4C4F-8686-1B06C47073FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53C0FAA3-5805-4C4F-8686-1B06C47073FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53C0FAA3-5805-4C4F-8686-1B06C47073FD}.Release|Any CPU.Build.0 = Release|Any CPU
{1A19DFCC-9C5A-42D6-9B21-C3D0C365D5CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A19DFCC-9C5A-42D6-9B21-C3D0C365D5CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A19DFCC-9C5A-42D6-9B21-C3D0C365D5CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A19DFCC-9C5A-42D6-9B21-C3D0C365D5CE}.Release|Any CPU.Build.0 = Release|Any CPU
{323FDC8D-0E82-4821-A022-F12EE7C149A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{323FDC8D-0E82-4821-A022-F12EE7C149A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{323FDC8D-0E82-4821-A022-F12EE7C149A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{323FDC8D-0E82-4821-A022-F12EE7C149A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADA1552C-B709-47FC-B217-CC4885DE5A49}
EndGlobalSection
EndGlobal