-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
HangfireRecuringJob.sln
43 lines (43 loc) · 2.57 KB
/
HangfireRecuringJob.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 Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scr", "scr", "{DF161677-40E6-4776-A1F5-9BD5E040040F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleProject", "ExampleProject\ExampleProject.csproj", "{276534E1-D6E4-4992-B52B-126939C73301}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IeuanWalker.Hangfire.RecurringJob.Attributes", "Scr\IeuanWalker.Hangfire.RecurringJob.Attributes\IeuanWalker.Hangfire.RecurringJob.Attributes.csproj", "{037C13C3-1F24-4E17-9A64-56AD518C6608}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IeuanWalker.Hangfire.RecurringJob.Generator", "Scr\IeuanWalker.Hangfire.RecurringJob.Generator\IeuanWalker.Hangfire.RecurringJob.Generator.csproj", "{A981488A-B7FE-49D2-89CD-D6D35FA86F2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{276534E1-D6E4-4992-B52B-126939C73301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{276534E1-D6E4-4992-B52B-126939C73301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{276534E1-D6E4-4992-B52B-126939C73301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{276534E1-D6E4-4992-B52B-126939C73301}.Release|Any CPU.Build.0 = Release|Any CPU
{037C13C3-1F24-4E17-9A64-56AD518C6608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{037C13C3-1F24-4E17-9A64-56AD518C6608}.Debug|Any CPU.Build.0 = Debug|Any CPU
{037C13C3-1F24-4E17-9A64-56AD518C6608}.Release|Any CPU.ActiveCfg = Release|Any CPU
{037C13C3-1F24-4E17-9A64-56AD518C6608}.Release|Any CPU.Build.0 = Release|Any CPU
{A981488A-B7FE-49D2-89CD-D6D35FA86F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A981488A-B7FE-49D2-89CD-D6D35FA86F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A981488A-B7FE-49D2-89CD-D6D35FA86F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A981488A-B7FE-49D2-89CD-D6D35FA86F2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{037C13C3-1F24-4E17-9A64-56AD518C6608} = {DF161677-40E6-4776-A1F5-9BD5E040040F}
{A981488A-B7FE-49D2-89CD-D6D35FA86F2D} = {DF161677-40E6-4776-A1F5-9BD5E040040F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18B4BEFA-67E6-4E38-B6AF-4F26D56863DA}
EndGlobalSection
EndGlobal