forked from das2017/08-QuartzDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QuartzDemo.sln
45 lines (45 loc) · 2.5 KB
/
QuartzDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReferenceDll", "ReferenceDll", "{C8D56201-BC41-427E-8DDC-60E79AF5D774}"
ProjectSection(SolutionItems) = preProject
References\Common.Logging.Core.dll = References\Common.Logging.Core.dll
References\Common.Logging.dll = References\Common.Logging.dll
References\log4net.dll = References\log4net.dll
References\log4net.xml = References\log4net.xml
References\Quartz.dll = References\Quartz.dll
References\Quartz.xml = References\Quartz.xml
ReferenceDll\Readme.txt = ReferenceDll\Readme.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuartzDemo", "QuartzDemo\QuartzDemo.csproj", "{5A7C2ADF-8175-4545-8A45-1F4C2CDD3368}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuartzJobs", "QuartzJobs\QuartzJobs.csproj", "{088966EC-0856-49B4-8747-27F328AAEE48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuartzDemo.WindowsService", "QuartzDemo.WindowsService\QuartzDemo.WindowsService.csproj", "{707BFD3F-316D-4CC2-98A6-2299872C455E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A7C2ADF-8175-4545-8A45-1F4C2CDD3368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A7C2ADF-8175-4545-8A45-1F4C2CDD3368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A7C2ADF-8175-4545-8A45-1F4C2CDD3368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A7C2ADF-8175-4545-8A45-1F4C2CDD3368}.Release|Any CPU.Build.0 = Release|Any CPU
{088966EC-0856-49B4-8747-27F328AAEE48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{088966EC-0856-49B4-8747-27F328AAEE48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{088966EC-0856-49B4-8747-27F328AAEE48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{088966EC-0856-49B4-8747-27F328AAEE48}.Release|Any CPU.Build.0 = Release|Any CPU
{707BFD3F-316D-4CC2-98A6-2299872C455E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{707BFD3F-316D-4CC2-98A6-2299872C455E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{707BFD3F-316D-4CC2-98A6-2299872C455E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{707BFD3F-316D-4CC2-98A6-2299872C455E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal