-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuartz.Extensions.JobAttribute.sln
39 lines (39 loc) · 2.18 KB
/
Quartz.Extensions.JobAttribute.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3863AFB4-0925-4B74-B920-3B10B869C77F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quartz.Extensions.JobAttribute", "src\Quartz.Extensions.JobAttribute\Quartz.Extensions.JobAttribute.csproj", "{A6A9F00C-2B81-4131-B35D-B566133A981B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{0239804F-9374-457F-94E0-36D375FFE674}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quartz.Extensions.JobAttribute.Sample_Net5", "samples\Quartz.Extensions.JobAttribute.Sample_Net5\Quartz.Extensions.JobAttribute.Sample_Net5.csproj", "{ED1C05E8-93F9-4A7B-A726-FF76A4598874}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6A9F00C-2B81-4131-B35D-B566133A981B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6A9F00C-2B81-4131-B35D-B566133A981B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6A9F00C-2B81-4131-B35D-B566133A981B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6A9F00C-2B81-4131-B35D-B566133A981B}.Release|Any CPU.Build.0 = Release|Any CPU
{ED1C05E8-93F9-4A7B-A726-FF76A4598874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED1C05E8-93F9-4A7B-A726-FF76A4598874}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED1C05E8-93F9-4A7B-A726-FF76A4598874}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED1C05E8-93F9-4A7B-A726-FF76A4598874}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6A9F00C-2B81-4131-B35D-B566133A981B} = {3863AFB4-0925-4B74-B920-3B10B869C77F}
{ED1C05E8-93F9-4A7B-A726-FF76A4598874} = {0239804F-9374-457F-94E0-36D375FFE674}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB8401C7-018E-4A7B-B35F-A6B4D14090AF}
EndGlobalSection
EndGlobal