forked from fluentscheduler/FluentScheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FluentScheduler.sln
78 lines (78 loc) · 5.04 KB
/
FluentScheduler.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84DE7963-A70D-4768-ADDC-0B54E78CA064}"
ProjectSection(SolutionItems) = preProject
default.build = default.build
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C7E74B75-9A73-40BB-9919-9560520E176B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentScheduler", "FluentScheduler\FluentScheduler.csproj", "{434FED39-4EC1-4797-BB2D-246432B3D4FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentScheduler.Tests", "FluentScheduler.Tests\FluentScheduler.Tests.csproj", "{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTester", "ConsoleTester\ConsoleTester.csproj", "{CAEE643E-334E-4103-9BFD-1D67106386D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentScheduler.Webtester", "FluentScheduler.Webtester\FluentScheduler.Webtester.csproj", "{EC3E1A41-2332-43D6-AD62-2D01425CE538}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Debug|x86.ActiveCfg = Debug|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Release|Any CPU.Build.0 = Release|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{434FED39-4EC1-4797-BB2D-246432B3D4FD}.Release|x86.ActiveCfg = Release|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Debug|x86.ActiveCfg = Debug|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Release|Any CPU.Build.0 = Release|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0F9D4F68-6205-4B01-BFF8-1023512F9F4A}.Release|x86.ActiveCfg = Release|Any CPU
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Debug|Any CPU.ActiveCfg = Debug|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Debug|Mixed Platforms.Build.0 = Debug|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Debug|x86.ActiveCfg = Debug|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Debug|x86.Build.0 = Debug|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Release|Any CPU.ActiveCfg = Release|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Release|Mixed Platforms.Build.0 = Release|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Release|x86.ActiveCfg = Release|x86
{CAEE643E-334E-4103-9BFD-1D67106386D7}.Release|x86.Build.0 = Release|x86
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Release|Any CPU.Build.0 = Release|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EC3E1A41-2332-43D6-AD62-2D01425CE538}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal