forked from bosima/FireflySoft.RateLimit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFireflySoft.RateLimit.sln
More file actions
66 lines (66 loc) · 4.96 KB
/
FireflySoft.RateLimit.sln
File metadata and controls
66 lines (66 loc) · 4.96 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
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FireflySoft.RateLimit.Core", "FireflySoft.RateLimit.Core\FireflySoft.RateLimit.Core.csproj", "{EC3C2079-1284-49F1-8F38-67B5A71B0483}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FireflySoft.RateLimit.Core.Sample", "FireflySoft.RateLimit.Core.Sample\FireflySoft.RateLimit.Core.Sample.csproj", "{27FF49FD-09AD-4ABE-B8B9-F387034D3AF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FireflySoft.RateLimit.AspNetCore", "FireflySoft.RateLimit.AspNetCore\FireflySoft.RateLimit.AspNetCore.csproj", "{265730D4-995C-4228-9BD7-AE902A82284D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FireflySoft.RateLimit.AspNetCore.Sample", "FireflySoft.RateLimit.AspNetCore.Sample\FireflySoft.RateLimit.AspNetCore.Sample.csproj", "{4DDD46C7-81AF-443E-BEB1-2DBF0F467229}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FireflySoft.RateLimit.AspNet", "FireflySoft.RateLimit.AspNet\FireflySoft.RateLimit.AspNet.csproj", "{9CBEAEB7-8BE1-4824-9F0F-98B206B3A549}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FireflySoft.RateLimit.AspNet.Sample", "FireflySoft.RateLimit.AspNet.Sample\FireflySoft.RateLimit.AspNet.Sample.csproj", "{3D7CF23D-24FE-4526-9159-2301EBB81170}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FireflySoft.RateLimit.Core.UnitTest", "FireflySoft.RateLimit.Core.UnitTest\FireflySoft.RateLimit.Core.UnitTest.csproj", "{977FB204-41B8-41AE-85A6-C2F865C98415}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FireflySoft.RateLmit.Core.BenchmarkTest", "FireflySoft.RateLmit.Core.BenchmarkTest\FireflySoft.RateLmit.Core.BenchmarkTest.csproj", "{0E94CBB5-31CF-46CD-B57F-D7D06741657A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC3C2079-1284-49F1-8F38-67B5A71B0483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3C2079-1284-49F1-8F38-67B5A71B0483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3C2079-1284-49F1-8F38-67B5A71B0483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3C2079-1284-49F1-8F38-67B5A71B0483}.Release|Any CPU.Build.0 = Release|Any CPU
{27FF49FD-09AD-4ABE-B8B9-F387034D3AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27FF49FD-09AD-4ABE-B8B9-F387034D3AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27FF49FD-09AD-4ABE-B8B9-F387034D3AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27FF49FD-09AD-4ABE-B8B9-F387034D3AF6}.Release|Any CPU.Build.0 = Release|Any CPU
{265730D4-995C-4228-9BD7-AE902A82284D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{265730D4-995C-4228-9BD7-AE902A82284D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{265730D4-995C-4228-9BD7-AE902A82284D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{265730D4-995C-4228-9BD7-AE902A82284D}.Release|Any CPU.Build.0 = Release|Any CPU
{4DDD46C7-81AF-443E-BEB1-2DBF0F467229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DDD46C7-81AF-443E-BEB1-2DBF0F467229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DDD46C7-81AF-443E-BEB1-2DBF0F467229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DDD46C7-81AF-443E-BEB1-2DBF0F467229}.Release|Any CPU.Build.0 = Release|Any CPU
{9CBEAEB7-8BE1-4824-9F0F-98B206B3A549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CBEAEB7-8BE1-4824-9F0F-98B206B3A549}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CBEAEB7-8BE1-4824-9F0F-98B206B3A549}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CBEAEB7-8BE1-4824-9F0F-98B206B3A549}.Release|Any CPU.Build.0 = Release|Any CPU
{3D7CF23D-24FE-4526-9159-2301EBB81170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D7CF23D-24FE-4526-9159-2301EBB81170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D7CF23D-24FE-4526-9159-2301EBB81170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D7CF23D-24FE-4526-9159-2301EBB81170}.Release|Any CPU.Build.0 = Release|Any CPU
{977FB204-41B8-41AE-85A6-C2F865C98415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{977FB204-41B8-41AE-85A6-C2F865C98415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{977FB204-41B8-41AE-85A6-C2F865C98415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{977FB204-41B8-41AE-85A6-C2F865C98415}.Release|Any CPU.Build.0 = Release|Any CPU
{0E94CBB5-31CF-46CD-B57F-D7D06741657A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E94CBB5-31CF-46CD-B57F-D7D06741657A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E94CBB5-31CF-46CD-B57F-D7D06741657A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E94CBB5-31CF-46CD-B57F-D7D06741657A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC338DEA-C8F5-4E27-B00C-3DF079B86A9D}
EndGlobalSection
EndGlobal