-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlowDown.sln
39 lines (39 loc) · 2.29 KB
/
SlowDown.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libexec.AspNetCore.SlowDown", "src\SlowDown\Libexec.AspNetCore.SlowDown.csproj", "{5B180A40-3156-47FA-B1D0-8919D1411704}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlowDown.Tests", "test\SlowDown.Tests\SlowDown.Tests.csproj", "{C8073413-384F-48A2-82D5-713A15E9A88F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{FE1A9065-27CE-41E9-9163-6766244B613F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicSlowDownExample", "samples\BasicSlowDownExample\BasicSlowDownExample.csproj", "{546A065D-4A2F-4F47-BEB5-C1042C2C3F06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{6E734FA3-B94C-4E9A-89A8-31D96D002981}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
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
{5B180A40-3156-47FA-B1D0-8919D1411704}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B180A40-3156-47FA-B1D0-8919D1411704}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B180A40-3156-47FA-B1D0-8919D1411704}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B180A40-3156-47FA-B1D0-8919D1411704}.Release|Any CPU.Build.0 = Release|Any CPU
{C8073413-384F-48A2-82D5-713A15E9A88F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8073413-384F-48A2-82D5-713A15E9A88F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8073413-384F-48A2-82D5-713A15E9A88F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8073413-384F-48A2-82D5-713A15E9A88F}.Release|Any CPU.Build.0 = Release|Any CPU
{546A065D-4A2F-4F47-BEB5-C1042C2C3F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{546A065D-4A2F-4F47-BEB5-C1042C2C3F06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{546A065D-4A2F-4F47-BEB5-C1042C2C3F06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{546A065D-4A2F-4F47-BEB5-C1042C2C3F06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{546A065D-4A2F-4F47-BEB5-C1042C2C3F06} = {FE1A9065-27CE-41E9-9163-6766244B613F}
EndGlobalSection
EndGlobal