-
Notifications
You must be signed in to change notification settings - Fork 5
/
Hangfire.Correlate.sln
57 lines (57 loc) · 2.79 KB
/
Hangfire.Correlate.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
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0DFB1AB7-052F-4CEA-8009-3A7EE69828EC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
codecov.yml = codecov.yml
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AF2A3408-B291-46D8-9CCC-DF6B2D8A2BCB}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{AC76FA94-9C63-4885-9171-2FBA0BF4D2F5}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.targets = test\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Correlate", "src\Hangfire.Correlate\Hangfire.Correlate.csproj", "{25C5F8B0-C030-40A8-A6CF-41D338FB4686}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Correlate.Tests", "test\Hangfire.Correlate.Tests\Hangfire.Correlate.Tests.csproj", "{FEF21A28-C5AB-46AE-929F-91FE25815B12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25C5F8B0-C030-40A8-A6CF-41D338FB4686}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25C5F8B0-C030-40A8-A6CF-41D338FB4686}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25C5F8B0-C030-40A8-A6CF-41D338FB4686}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25C5F8B0-C030-40A8-A6CF-41D338FB4686}.Release|Any CPU.Build.0 = Release|Any CPU
{FEF21A28-C5AB-46AE-929F-91FE25815B12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEF21A28-C5AB-46AE-929F-91FE25815B12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEF21A28-C5AB-46AE-929F-91FE25815B12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEF21A28-C5AB-46AE-929F-91FE25815B12}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25C5F8B0-C030-40A8-A6CF-41D338FB4686} = {AF2A3408-B291-46D8-9CCC-DF6B2D8A2BCB}
{FEF21A28-C5AB-46AE-929F-91FE25815B12} = {AC76FA94-9C63-4885-9171-2FBA0BF4D2F5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C8F5909-4144-4A5B-B314-6B6AA10D188C}
EndGlobalSection
EndGlobal