-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoroutineScheduler.sln
51 lines (51 loc) · 2.6 KB
/
CoroutineScheduler.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
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoroutineScheduler", "src\CoroutineScheduler\CoroutineScheduler.csproj", "{C04C898F-A74F-4636-827F-2437B0923A96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{44F5057F-46F3-4B3C-988D-943F2DC047ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37FDA0FA-297F-4C1A-8AC7-9D0134EAD27C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoroutineScheduler.Core", "src\CoroutineScheduler.Core\CoroutineScheduler.Core.csproj", "{A0C3BE16-2085-4D52-A999-5366ADC59074}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C04C898F-A74F-4636-827F-2437B0923A96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C04C898F-A74F-4636-827F-2437B0923A96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C04C898F-A74F-4636-827F-2437B0923A96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C04C898F-A74F-4636-827F-2437B0923A96}.Release|Any CPU.Build.0 = Release|Any CPU
{44F5057F-46F3-4B3C-988D-943F2DC047ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44F5057F-46F3-4B3C-988D-943F2DC047ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44F5057F-46F3-4B3C-988D-943F2DC047ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44F5057F-46F3-4B3C-988D-943F2DC047ED}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C3BE16-2085-4D52-A999-5366ADC59074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C3BE16-2085-4D52-A999-5366ADC59074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C3BE16-2085-4D52-A999-5366ADC59074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C3BE16-2085-4D52-A999-5366ADC59074}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A5F5910-5F59-47AD-9150-3E2BA7ADB99A}
EndGlobalSection
EndGlobal