-
Notifications
You must be signed in to change notification settings - Fork 0
/
TaskSchedulingProgram.sln
43 lines (43 loc) · 2.52 KB
/
TaskSchedulingProgram.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskSchedulingProgram", "Task Scheduling Program\TaskSchedulingProgram.csproj", "{2474B2A2-F3CF-486D-9456-D5C9D24A454B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{AC399630-F097-4B28-A9A4-A1C936409B7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{5286BB03-855C-402C-9F1F-C9EE4C9EEC6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggerService", "LoggerService\LoggerService.csproj", "{57DDF07A-0EE1-4882-89DC-FE16CFD70D62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2474B2A2-F3CF-486D-9456-D5C9D24A454B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2474B2A2-F3CF-486D-9456-D5C9D24A454B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2474B2A2-F3CF-486D-9456-D5C9D24A454B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2474B2A2-F3CF-486D-9456-D5C9D24A454B}.Release|Any CPU.Build.0 = Release|Any CPU
{AC399630-F097-4B28-A9A4-A1C936409B7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC399630-F097-4B28-A9A4-A1C936409B7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC399630-F097-4B28-A9A4-A1C936409B7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC399630-F097-4B28-A9A4-A1C936409B7F}.Release|Any CPU.Build.0 = Release|Any CPU
{5286BB03-855C-402C-9F1F-C9EE4C9EEC6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5286BB03-855C-402C-9F1F-C9EE4C9EEC6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5286BB03-855C-402C-9F1F-C9EE4C9EEC6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5286BB03-855C-402C-9F1F-C9EE4C9EEC6A}.Release|Any CPU.Build.0 = Release|Any CPU
{57DDF07A-0EE1-4882-89DC-FE16CFD70D62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57DDF07A-0EE1-4882-89DC-FE16CFD70D62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57DDF07A-0EE1-4882-89DC-FE16CFD70D62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57DDF07A-0EE1-4882-89DC-FE16CFD70D62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BC36EB8-8225-4477-B509-E07223C2299E}
EndGlobalSection
EndGlobal