-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRequestResponseHandler.sln
More file actions
49 lines (49 loc) · 2.85 KB
/
RequestResponseHandler.sln
File metadata and controls
49 lines (49 loc) · 2.85 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 Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4B80D81F-FBB7-4568-A777-5E317B4B179E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestResponseHandlerTest", "src\Tests\RequestResponseHandlerTest\RequestResponseHandlerTest.csproj", "{57E9698C-32EA-4D41-9BF7-315FD2486789}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestResponseHandler", "src\RequestResponseHandler\RequestResponseHandler.csproj", "{9DF11805-55E8-4876-92A2-BAE0DC8E4AC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestHandlerTestObjects", "src\Tests\RequestHandlerTestObjects\RequestHandlerTestObjects.csproj", "{3C662A50-0CB0-440E-9451-895E86E91FF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestResponse", "src\RequestResponse\RequestResponse.csproj", "{AF6D6291-381B-47F4-8895-6DBF62FB83BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57E9698C-32EA-4D41-9BF7-315FD2486789}.Debug|x64.ActiveCfg = Debug|x64
{57E9698C-32EA-4D41-9BF7-315FD2486789}.Debug|x64.Build.0 = Debug|x64
{57E9698C-32EA-4D41-9BF7-315FD2486789}.Release|x64.ActiveCfg = Release|x64
{57E9698C-32EA-4D41-9BF7-315FD2486789}.Release|x64.Build.0 = Release|x64
{9DF11805-55E8-4876-92A2-BAE0DC8E4AC1}.Debug|x64.ActiveCfg = Debug|x64
{9DF11805-55E8-4876-92A2-BAE0DC8E4AC1}.Debug|x64.Build.0 = Debug|x64
{9DF11805-55E8-4876-92A2-BAE0DC8E4AC1}.Release|x64.ActiveCfg = Release|x64
{9DF11805-55E8-4876-92A2-BAE0DC8E4AC1}.Release|x64.Build.0 = Release|x64
{3C662A50-0CB0-440E-9451-895E86E91FF8}.Debug|x64.ActiveCfg = Debug|x64
{3C662A50-0CB0-440E-9451-895E86E91FF8}.Debug|x64.Build.0 = Debug|x64
{3C662A50-0CB0-440E-9451-895E86E91FF8}.Release|x64.ActiveCfg = Release|x64
{3C662A50-0CB0-440E-9451-895E86E91FF8}.Release|x64.Build.0 = Release|x64
{AF6D6291-381B-47F4-8895-6DBF62FB83BD}.Debug|x64.ActiveCfg = Debug|x64
{AF6D6291-381B-47F4-8895-6DBF62FB83BD}.Debug|x64.Build.0 = Debug|x64
{AF6D6291-381B-47F4-8895-6DBF62FB83BD}.Release|x64.ActiveCfg = Release|x64
{AF6D6291-381B-47F4-8895-6DBF62FB83BD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{57E9698C-32EA-4D41-9BF7-315FD2486789} = {4B80D81F-FBB7-4568-A777-5E317B4B179E}
{3C662A50-0CB0-440E-9451-895E86E91FF8} = {4B80D81F-FBB7-4568-A777-5E317B4B179E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4649D5C-EE90-4377-8D7C-ABDC29DCDBE0}
EndGlobalSection
EndGlobal