-
Notifications
You must be signed in to change notification settings - Fork 35
/
Hangfire.Autofac.sln
58 lines (58 loc) · 2.8 KB
/
Hangfire.Autofac.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 15
VisualStudioVersion = 15.0.26510.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9058456C-F07D-4BD2-8E1C-9AAD8D836D81}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Autofac", "src\Hangfire.Autofac\Hangfire.Autofac.csproj", "{C75F15D3-9EA8-4B13-9FCA-D7B22AC1D92F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Autofac.Tests", "tests\Hangfire.Autofac.Tests\Hangfire.Autofac.Tests.csproj", "{42957241-3105-4859-B6AB-5962C1F0BCD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{4957DA4F-B3DB-4DA4-9642-C54A716B68FD}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.bat = build.bat
psake-project.ps1 = psake-project.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspecs", "nuspecs", "{1AC4778F-330D-4A4B-B680-C9DA7A7E612B}"
ProjectSection(SolutionItems) = preProject
nuspecs\Hangfire.Autofac.nuspec = nuspecs\Hangfire.Autofac.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5742DC62-57DF-4C3C-9F69-DA68058E9C38}"
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
{C75F15D3-9EA8-4B13-9FCA-D7B22AC1D92F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C75F15D3-9EA8-4B13-9FCA-D7B22AC1D92F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C75F15D3-9EA8-4B13-9FCA-D7B22AC1D92F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C75F15D3-9EA8-4B13-9FCA-D7B22AC1D92F}.Release|Any CPU.Build.0 = Release|Any CPU
{42957241-3105-4859-B6AB-5962C1F0BCD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42957241-3105-4859-B6AB-5962C1F0BCD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42957241-3105-4859-B6AB-5962C1F0BCD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42957241-3105-4859-B6AB-5962C1F0BCD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACFC4F30-A606-4691-8C46-A8E8366DFC22}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{42957241-3105-4859-B6AB-5962C1F0BCD5} = {5742DC62-57DF-4C3C-9F69-DA68058E9C38}
EndGlobalSection
EndGlobal