-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHangfire.Redis.CSRedisCore.sln
44 lines (44 loc) · 2.46 KB
/
Hangfire.Redis.CSRedisCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Redis.CSRedisCore", "src\Hangfire.Redis.CSRedisCore\Hangfire.Redis.CSRedisCore.csproj", "{5D26FEC1-3AF9-4719-8E91-3BC02CE67D5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Redis.CSRedisCore.Tests", "tests\Hangfire.Redis.CSRedisCore.Tests\Hangfire.Redis.CSRedisCore.Tests.csproj", "{CD64A934-896F-401C-9E3E-AC52750EB17D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project Items", "Project Items", "{926D8582-BCF7-4D50-9D86-71D2051F67E4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
build\version.props = build\version.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.Redis.Sample", "samples\Hangfire.Redis.Sample\Hangfire.Redis.Sample.csproj", "{C4271F27-C7FA-409B-B281-82798E2B3BBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D26FEC1-3AF9-4719-8E91-3BC02CE67D5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D26FEC1-3AF9-4719-8E91-3BC02CE67D5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D26FEC1-3AF9-4719-8E91-3BC02CE67D5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D26FEC1-3AF9-4719-8E91-3BC02CE67D5A}.Release|Any CPU.Build.0 = Release|Any CPU
{CD64A934-896F-401C-9E3E-AC52750EB17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD64A934-896F-401C-9E3E-AC52750EB17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD64A934-896F-401C-9E3E-AC52750EB17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD64A934-896F-401C-9E3E-AC52750EB17D}.Release|Any CPU.Build.0 = Release|Any CPU
{C4271F27-C7FA-409B-B281-82798E2B3BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4271F27-C7FA-409B-B281-82798E2B3BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4271F27-C7FA-409B-B281-82798E2B3BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4271F27-C7FA-409B-B281-82798E2B3BBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90C0CB1E-211B-46E3-9ACA-C32CB6A2A265}
EndGlobalSection
EndGlobal