-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpdy.sln
49 lines (49 loc) · 2.68 KB
/
Spdy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{993D7EA2-6A4E-48CE-9449-22E27F6CA90F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spdy", "src\Spdy\Spdy.csproj", "{F6F192ED-E5BF-4B75-B039-9F7715191B25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spdy.UnitTests", "tests\Spdy.UnitTests\Spdy.UnitTests.csproj", "{66348462-C45D-45CA-9026-5F572D20429E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spdy.IntegrationTests", "tests\Spdy.IntegrationTests\Spdy.IntegrationTests.csproj", "{2704B51E-267C-4677-A80D-7F71B0A2BFA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6DD37D5C-1B1E-4ABE-B7C7-4ED390D0FFFD}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6F192ED-E5BF-4B75-B039-9F7715191B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F192ED-E5BF-4B75-B039-9F7715191B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F192ED-E5BF-4B75-B039-9F7715191B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F192ED-E5BF-4B75-B039-9F7715191B25}.Release|Any CPU.Build.0 = Release|Any CPU
{66348462-C45D-45CA-9026-5F572D20429E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66348462-C45D-45CA-9026-5F572D20429E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66348462-C45D-45CA-9026-5F572D20429E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66348462-C45D-45CA-9026-5F572D20429E}.Release|Any CPU.Build.0 = Release|Any CPU
{2704B51E-267C-4677-A80D-7F71B0A2BFA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2704B51E-267C-4677-A80D-7F71B0A2BFA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2704B51E-267C-4677-A80D-7F71B0A2BFA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2704B51E-267C-4677-A80D-7F71B0A2BFA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{66348462-C45D-45CA-9026-5F572D20429E} = {993D7EA2-6A4E-48CE-9449-22E27F6CA90F}
{2704B51E-267C-4677-A80D-7F71B0A2BFA9} = {993D7EA2-6A4E-48CE-9449-22E27F6CA90F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {164206B2-03FC-472B-B35E-76785DB1A44F}
EndGlobalSection
EndGlobal