-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrate-limiter-dotnet.sln
41 lines (41 loc) · 2.33 KB
/
rate-limiter-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RateLimiter", "RateLimiter\RateLimiter.csproj", "{CDEF4AB6-7DD5-4D9C-A5D7-CED5F9DCF72E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RateLimiterTests", "RateLimiterTests\RateLimiterTests.csproj", "{4E919F9D-B4FB-4A7A-93EB-C35E0C5B5F42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E2E06A23-C81E-46AF-8123-2845532288EC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.github\workflows\full-release.yml = .github\workflows\full-release.yml
.github\workflows\pre-release.yml = .github\workflows\pre-release.yml
.github\workflows\test-pr.yml = .github\workflows\test-pr.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseUnsigned|Any CPU = ReleaseUnsigned|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDEF4AB6-7DD5-4D9C-A5D7-CED5F9DCF72E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDEF4AB6-7DD5-4D9C-A5D7-CED5F9DCF72E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDEF4AB6-7DD5-4D9C-A5D7-CED5F9DCF72E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDEF4AB6-7DD5-4D9C-A5D7-CED5F9DCF72E}.Release|Any CPU.Build.0 = Release|Any CPU
{CDEF4AB6-7DD5-4D9C-A5D7-CED5F9DCF72E}.ReleaseUnsigned|Any CPU.ActiveCfg = ReleaseUnsigned|Any CPU
{CDEF4AB6-7DD5-4D9C-A5D7-CED5F9DCF72E}.ReleaseUnsigned|Any CPU.Build.0 = ReleaseUnsigned|Any CPU
{4E919F9D-B4FB-4A7A-93EB-C35E0C5B5F42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E919F9D-B4FB-4A7A-93EB-C35E0C5B5F42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E919F9D-B4FB-4A7A-93EB-C35E0C5B5F42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E919F9D-B4FB-4A7A-93EB-C35E0C5B5F42}.Release|Any CPU.Build.0 = Release|Any CPU
{4E919F9D-B4FB-4A7A-93EB-C35E0C5B5F42}.ReleaseUnsigned|Any CPU.ActiveCfg = ReleaseUnsigned|Any CPU
{4E919F9D-B4FB-4A7A-93EB-C35E0C5B5F42}.ReleaseUnsigned|Any CPU.Build.0 = ReleaseUnsigned|Any CPU
EndGlobalSection
EndGlobal