-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuartzWebScheduler.sln
More file actions
49 lines (49 loc) · 3.2 KB
/
QuartzWebScheduler.sln
File metadata and controls
49 lines (49 loc) · 3.2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuartzWebScheduler.Web", "QuartzWebScheduler.Web\QuartzWebScheduler.Web.csproj", "{496162A5-9EB1-4E39-9875-BE3CC76C6C5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuartzWebScheduler.Controllers", "QuartzWebScheduler.Controllers\QuartzWebScheduler.Controllers.csproj", "{7BA72466-0269-41B6-A9FE-F4A8AE3E6623}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuartzWebScheduler.Models", "QuartzWebScheduler.Models\QuartzWebScheduler.Models.csproj", "{635F5283-3104-417A-A7C0-8EEF8028A24F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuartzWebScheduler.DataAccess", "QuartzWebScheduler.DataAccess\QuartzWebScheduler.DataAccess.csproj", "{E0D50E51-A775-43FD-AEC9-31517AB76629}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuartzWebScheduler.Utilities", "QuartzWebScheduler.Utilities\QuartzWebScheduler.Utilities.csproj", "{7955B9EE-9954-417C-9E08-4CF8D07140F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{496162A5-9EB1-4E39-9875-BE3CC76C6C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{496162A5-9EB1-4E39-9875-BE3CC76C6C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{496162A5-9EB1-4E39-9875-BE3CC76C6C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{496162A5-9EB1-4E39-9875-BE3CC76C6C5C}.Release|Any CPU.Build.0 = Release|Any CPU
{7BA72466-0269-41B6-A9FE-F4A8AE3E6623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BA72466-0269-41B6-A9FE-F4A8AE3E6623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BA72466-0269-41B6-A9FE-F4A8AE3E6623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BA72466-0269-41B6-A9FE-F4A8AE3E6623}.Release|Any CPU.Build.0 = Release|Any CPU
{635F5283-3104-417A-A7C0-8EEF8028A24F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{635F5283-3104-417A-A7C0-8EEF8028A24F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{635F5283-3104-417A-A7C0-8EEF8028A24F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{635F5283-3104-417A-A7C0-8EEF8028A24F}.Release|Any CPU.Build.0 = Release|Any CPU
{E0D50E51-A775-43FD-AEC9-31517AB76629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0D50E51-A775-43FD-AEC9-31517AB76629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0D50E51-A775-43FD-AEC9-31517AB76629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0D50E51-A775-43FD-AEC9-31517AB76629}.Release|Any CPU.Build.0 = Release|Any CPU
{7955B9EE-9954-417C-9E08-4CF8D07140F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7955B9EE-9954-417C-9E08-4CF8D07140F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7955B9EE-9954-417C-9E08-4CF8D07140F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7955B9EE-9954-417C-9E08-4CF8D07140F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30F40188-B9C1-49F8-B3A9-8B6B391386DB}
EndGlobalSection
EndGlobal