-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathHangfire.InMemory.sln
58 lines (58 loc) · 3.06 KB
/
Hangfire.InMemory.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
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.InMemory", "src\Hangfire.InMemory\Hangfire.InMemory.csproj", "{DB32B42E-4351-4494-B4DA-8F975E36D1FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleSample", "samples\ConsoleSample\ConsoleSample.csproj", "{73938AE5-60E5-499B-9A07-6BB813E8BD31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.InMemory.Tests", "tests\Hangfire.InMemory.Tests\Hangfire.InMemory.Tests.csproj", "{1BF7E419-B80C-45D2-9FF9-600C0151F98B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspecs", "nuspecs", "{93F80517-8600-4875-9AE9-EFA28627C7CE}"
ProjectSection(SolutionItems) = preProject
nuspecs\Hangfire.InMemory.nuspec = nuspecs\Hangfire.InMemory.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{3FACAFD2-7337-4A49-A68B-06BABBAEF557}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
psake-project.ps1 = psake-project.ps1
src\Directory.Build.props = src\Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C029F26E-B8DB-4996-BF96-23A062EA172B}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB32B42E-4351-4494-B4DA-8F975E36D1FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB32B42E-4351-4494-B4DA-8F975E36D1FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB32B42E-4351-4494-B4DA-8F975E36D1FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB32B42E-4351-4494-B4DA-8F975E36D1FF}.Release|Any CPU.Build.0 = Release|Any CPU
{73938AE5-60E5-499B-9A07-6BB813E8BD31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73938AE5-60E5-499B-9A07-6BB813E8BD31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73938AE5-60E5-499B-9A07-6BB813E8BD31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73938AE5-60E5-499B-9A07-6BB813E8BD31}.Release|Any CPU.Build.0 = Release|Any CPU
{1BF7E419-B80C-45D2-9FF9-600C0151F98B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BF7E419-B80C-45D2-9FF9-600C0151F98B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BF7E419-B80C-45D2-9FF9-600C0151F98B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BF7E419-B80C-45D2-9FF9-600C0151F98B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CCDF5746-29BA-47EF-8992-C08194F24A7B}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1BF7E419-B80C-45D2-9FF9-600C0151F98B} = {C029F26E-B8DB-4996-BF96-23A062EA172B}
EndGlobalSection
EndGlobal