-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAspNetCore6.RateLimiting.sln
More file actions
37 lines (37 loc) · 2.1 KB
/
AspNetCore6.RateLimiting.sln
File metadata and controls
37 lines (37 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore6.RateLimiting", "src\AspNetCore6.RateLimiting.csproj", "{280AC97A-F504-4E19-B8D9-72D038FB094D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore6.RateLimiting.Tests", "test\AspNetCore6.RateLimiting.Tests.csproj", "{CB540734-2589-4EA0-9D22-27A895003A5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RateLimitingSample", "samples\RateLimitingSample\RateLimitingSample.csproj", "{42C9AEC2-F15A-4B20-8F92-36B93AE9B861}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{280AC97A-F504-4E19-B8D9-72D038FB094D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{280AC97A-F504-4E19-B8D9-72D038FB094D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{280AC97A-F504-4E19-B8D9-72D038FB094D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{280AC97A-F504-4E19-B8D9-72D038FB094D}.Release|Any CPU.Build.0 = Release|Any CPU
{CB540734-2589-4EA0-9D22-27A895003A5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB540734-2589-4EA0-9D22-27A895003A5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB540734-2589-4EA0-9D22-27A895003A5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB540734-2589-4EA0-9D22-27A895003A5E}.Release|Any CPU.Build.0 = Release|Any CPU
{42C9AEC2-F15A-4B20-8F92-36B93AE9B861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42C9AEC2-F15A-4B20-8F92-36B93AE9B861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42C9AEC2-F15A-4B20-8F92-36B93AE9B861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42C9AEC2-F15A-4B20-8F92-36B93AE9B861}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3ECB63D-2995-4525-B9A1-72FDC9266EA2}
EndGlobalSection
EndGlobal