-
Notifications
You must be signed in to change notification settings - Fork 12
/
Hangfire.Ninject.sln
44 lines (44 loc) · 2.28 KB
/
Hangfire.Ninject.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 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.Ninject", "src\Hangfire.Ninject\Hangfire.Ninject.csproj", "{3AAA889A-7C92-4AC3-9017-5CE20A767063}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.Ninject.Tests", "tests\Hangfire.Ninject.Tests\Hangfire.Ninject.Tests.csproj", "{D8CD1087-F35E-4E9F-9225-B2451FC63D80}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{039F3A73-6CE1-4408-805F-20CCE3D1385C}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{609F7921-B7E9-4E03-BC36-935AC8726713}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
nuspecs\Hangfire.Ninject.nuspec = nuspecs\Hangfire.Ninject.nuspec
.nuget\packages.config = .nuget\packages.config
appveyor.yml = appveyor.yml
psake-project.ps1 = psake-project.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AAA889A-7C92-4AC3-9017-5CE20A767063}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AAA889A-7C92-4AC3-9017-5CE20A767063}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AAA889A-7C92-4AC3-9017-5CE20A767063}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AAA889A-7C92-4AC3-9017-5CE20A767063}.Release|Any CPU.Build.0 = Release|Any CPU
{D8CD1087-F35E-4E9F-9225-B2451FC63D80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8CD1087-F35E-4E9F-9225-B2451FC63D80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8CD1087-F35E-4E9F-9225-B2451FC63D80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8CD1087-F35E-4E9F-9225-B2451FC63D80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D8CD1087-F35E-4E9F-9225-B2451FC63D80} = {039F3A73-6CE1-4408-805F-20CCE3D1385C}
EndGlobalSection
EndGlobal