-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHttpStatus.sln
31 lines (31 loc) · 1.76 KB
/
HttpStatus.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpStatus", "src\HttpStatus\HttpStatus.csproj", "{29A52319-612E-462C-8ED1-9A3E5F8F05CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpStatusTests", "tests\HttpStatusTests\HttpStatusTests.csproj", "{93C5602A-ADDB-4354-B3CC-FAC8778B9275}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{4F938574-1353-4860-9A22-BD99F09BAF26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{CD7CE09C-33FC-49D1-A62D-0E4F65FB106F}"
ProjectSection(SolutionItems) = preProject
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
{4F938574-1353-4860-9A22-BD99F09BAF26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F938574-1353-4860-9A22-BD99F09BAF26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29A52319-612E-462C-8ED1-9A3E5F8F05CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29A52319-612E-462C-8ED1-9A3E5F8F05CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29A52319-612E-462C-8ED1-9A3E5F8F05CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29A52319-612E-462C-8ED1-9A3E5F8F05CC}.Release|Any CPU.Build.0 = Release|Any CPU
{93C5602A-ADDB-4354-B3CC-FAC8778B9275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93C5602A-ADDB-4354-B3CC-FAC8778B9275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93C5602A-ADDB-4354-B3CC-FAC8778B9275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93C5602A-ADDB-4354-B3CC-FAC8778B9275}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal