-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRequestDropper.sln
More file actions
55 lines (55 loc) · 3.34 KB
/
RequestDropper.sln
File metadata and controls
55 lines (55 loc) · 3.34 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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{41554D7C-118E-45F3-BB50-737395730EBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{8EE67CFB-5BC5-4D81-B7C0-ED8015C1946F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestDropper", "src\RequestDropper\RequestDropper.csproj", "{F7AE35A5-5F78-41ED-8373-C53B199B5F90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestDropper.Mongo", "src\RequestDropper.Mongo\RequestDropper.Mongo.csproj", "{163B7EED-3480-4E9C-9191-15F2E6873B41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "example\Web\Example.csproj", "{89548D22-4E57-4F10-BA21-8AC62152A258}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DBEACCE9-4861-4D3D-A0B7-E6B5248B3F06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestDropper.Middleware.Tests", "tests\RequestDropper.Middleware.Tests\RequestDropper.Middleware.Tests.csproj", "{C1D622C1-0D92-432F-9880-50F4BFB60A6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7AE35A5-5F78-41ED-8373-C53B199B5F90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7AE35A5-5F78-41ED-8373-C53B199B5F90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7AE35A5-5F78-41ED-8373-C53B199B5F90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7AE35A5-5F78-41ED-8373-C53B199B5F90}.Release|Any CPU.Build.0 = Release|Any CPU
{163B7EED-3480-4E9C-9191-15F2E6873B41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163B7EED-3480-4E9C-9191-15F2E6873B41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163B7EED-3480-4E9C-9191-15F2E6873B41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163B7EED-3480-4E9C-9191-15F2E6873B41}.Release|Any CPU.Build.0 = Release|Any CPU
{89548D22-4E57-4F10-BA21-8AC62152A258}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89548D22-4E57-4F10-BA21-8AC62152A258}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89548D22-4E57-4F10-BA21-8AC62152A258}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89548D22-4E57-4F10-BA21-8AC62152A258}.Release|Any CPU.Build.0 = Release|Any CPU
{C1D622C1-0D92-432F-9880-50F4BFB60A6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1D622C1-0D92-432F-9880-50F4BFB60A6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1D622C1-0D92-432F-9880-50F4BFB60A6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1D622C1-0D92-432F-9880-50F4BFB60A6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7AE35A5-5F78-41ED-8373-C53B199B5F90} = {41554D7C-118E-45F3-BB50-737395730EBC}
{163B7EED-3480-4E9C-9191-15F2E6873B41} = {41554D7C-118E-45F3-BB50-737395730EBC}
{89548D22-4E57-4F10-BA21-8AC62152A258} = {8EE67CFB-5BC5-4D81-B7C0-ED8015C1946F}
{C1D622C1-0D92-432F-9880-50F4BFB60A6E} = {DBEACCE9-4861-4D3D-A0B7-E6B5248B3F06}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6B5BBE1-E606-46DB-BE5D-4E040FEED582}
EndGlobalSection
EndGlobal