-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRateLimiter.sln
42 lines (42 loc) · 2.29 KB
/
RateLimiter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "RateLimiter\WebAPI.csproj", "{3CFC207F-3710-4E13-ADB1-7E10A4DAE9D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RateLimitingMiddleware", "RateLimitingMiddleware\RateLimitingMiddleware.csproj", "{76763C1A-EBC9-4A9C-8BCB-089BB7C6DC3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RateMonitoringService", "RateMonitor\RateMonitoringService.csproj", "{9761591D-E7C8-4479-8C02-0CFEC4623E4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{95135497-32D3-4287-A365-1F35235E2DDC}"
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
{3CFC207F-3710-4E13-ADB1-7E10A4DAE9D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CFC207F-3710-4E13-ADB1-7E10A4DAE9D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CFC207F-3710-4E13-ADB1-7E10A4DAE9D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CFC207F-3710-4E13-ADB1-7E10A4DAE9D2}.Release|Any CPU.Build.0 = Release|Any CPU
{76763C1A-EBC9-4A9C-8BCB-089BB7C6DC3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76763C1A-EBC9-4A9C-8BCB-089BB7C6DC3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76763C1A-EBC9-4A9C-8BCB-089BB7C6DC3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76763C1A-EBC9-4A9C-8BCB-089BB7C6DC3F}.Release|Any CPU.Build.0 = Release|Any CPU
{9761591D-E7C8-4479-8C02-0CFEC4623E4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9761591D-E7C8-4479-8C02-0CFEC4623E4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9761591D-E7C8-4479-8C02-0CFEC4623E4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9761591D-E7C8-4479-8C02-0CFEC4623E4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7B0CF59-C546-4B47-9FE7-88CC8E4A68CD}
EndGlobalSection
EndGlobal