-
Notifications
You must be signed in to change notification settings - Fork 32
/
YetAnotherHttpHandler.sln
60 lines (60 loc) · 3.61 KB
/
YetAnotherHttpHandler.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
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YetAnotherHttpHandler", "src\YetAnotherHttpHandler\YetAnotherHttpHandler.csproj", "{2897D411-9788-4BF2-8D5F-FACD8CC56B39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YetAnotherHttpHandler.Test", "test\YetAnotherHttpHandler.Test\YetAnotherHttpHandler.Test.csproj", "{22CFEF14-D36A-4E21-B51F-F31053C0E870}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EDDCC9A6-BB1C-4AB9-A0C1-9AD888858442}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D970D42-0D6A-4483-886F-3003AB62E04C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
THIRD-PARTY-NOTICES = THIRD-PARTY-NOTICES
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "perf", "perf", "{49D0877D-6B51-4A83-8B93-9DC19BAEABB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceCheck", "perf\PerformanceCheck\PerformanceCheck.csproj", "{BD12E8F7-E190-4B76-AFF5-62376CF0BD57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YetAnotherHttpHandler.StandaloneTestServer", "test\YetAnotherHttpHandler.StandaloneTestServer\YetAnotherHttpHandler.StandaloneTestServer.csproj", "{BD7A619A-91BB-48A9-AA79-A9724DB320DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Release|Any CPU.Build.0 = Release|Any CPU
{22CFEF14-D36A-4E21-B51F-F31053C0E870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22CFEF14-D36A-4E21-B51F-F31053C0E870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22CFEF14-D36A-4E21-B51F-F31053C0E870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22CFEF14-D36A-4E21-B51F-F31053C0E870}.Release|Any CPU.Build.0 = Release|Any CPU
{BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Release|Any CPU.Build.0 = Release|Any CPU
{BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{22CFEF14-D36A-4E21-B51F-F31053C0E870} = {EDDCC9A6-BB1C-4AB9-A0C1-9AD888858442}
{BD12E8F7-E190-4B76-AFF5-62376CF0BD57} = {49D0877D-6B51-4A83-8B93-9DC19BAEABB4}
{BD7A619A-91BB-48A9-AA79-A9724DB320DD} = {EDDCC9A6-BB1C-4AB9-A0C1-9AD888858442}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F200E0E-4EC0-4C1A-BF65-BA52D3291577}
EndGlobalSection
EndGlobal