-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleScheduler.sln
47 lines (47 loc) · 2.75 KB
/
SimpleScheduler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleScheduler", "SimpleScheduler\SimpleScheduler.csproj", "{8DB4326D-6352-42BF-8776-B168B04904CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleScheduler.Jobs", "SimpleScheduler.Jobs\SimpleScheduler.Jobs.csproj", "{8FF960BE-7941-43FF-94E4-AE703DD5B882}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleScheduler.ConsoleTests", "SimpleScheduler.ConsoleTests\SimpleScheduler.ConsoleTests.csproj", "{ADF63A6A-66BB-44F3-9AE7-8B113C4A6B23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleScheduler.Tests", "SimpleScheduler.Tests\SimpleScheduler.Tests.csproj", "{BF3DF41F-CD7F-4A34-BF9D-AB00BC9B9299}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9B8E27A-DF00-41CC-9FB7-06D0D32982A8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
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
{8DB4326D-6352-42BF-8776-B168B04904CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DB4326D-6352-42BF-8776-B168B04904CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DB4326D-6352-42BF-8776-B168B04904CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DB4326D-6352-42BF-8776-B168B04904CA}.Release|Any CPU.Build.0 = Release|Any CPU
{8FF960BE-7941-43FF-94E4-AE703DD5B882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FF960BE-7941-43FF-94E4-AE703DD5B882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FF960BE-7941-43FF-94E4-AE703DD5B882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FF960BE-7941-43FF-94E4-AE703DD5B882}.Release|Any CPU.Build.0 = Release|Any CPU
{ADF63A6A-66BB-44F3-9AE7-8B113C4A6B23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADF63A6A-66BB-44F3-9AE7-8B113C4A6B23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADF63A6A-66BB-44F3-9AE7-8B113C4A6B23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADF63A6A-66BB-44F3-9AE7-8B113C4A6B23}.Release|Any CPU.Build.0 = Release|Any CPU
{BF3DF41F-CD7F-4A34-BF9D-AB00BC9B9299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF3DF41F-CD7F-4A34-BF9D-AB00BC9B9299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF3DF41F-CD7F-4A34-BF9D-AB00BC9B9299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF3DF41F-CD7F-4A34-BF9D-AB00BC9B9299}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal