forked from xavierjefferson/Hangfire.FluentNHibernateStorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hangfire.FluentNHibernateStorage.sln
46 lines (46 loc) · 2.64 KB
/
Hangfire.FluentNHibernateStorage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.FluentNHibernateStorage", "Hangfire.FluentNHibernateStorage\Hangfire.FluentNHibernateStorage.csproj", "{A4D8007C-A2E5-4BD9-A707-87BA00EB6B7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.FluentNHibernateStorage.Tests", "Hangfire.FluentNHibernateStorage.Tests\Hangfire.FluentNHibernateStorage.Tests.csproj", "{6DFFA275-C483-4501-823A-741AC9EC0846}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.FluentNHibernate.SampleApplication", "Hangfire.FluentNHibernate.SampleApplication\Hangfire.FluentNHibernate.SampleApplication.csproj", "{7BF347BC-A06B-431E-9234-E3BBD6AF10DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{1180E1D6-1D07-4325-A742-ABA4E16722C1}"
ProjectSection(SolutionItems) = preProject
COPYING = COPYING
COPYING.LESSER = COPYING.LESSER
nuspecs\Hangfire.FluentNHibernateStorage.nuspec = nuspecs\Hangfire.FluentNHibernateStorage.nuspec
LICENSE.MD = LICENSE.MD
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4D8007C-A2E5-4BD9-A707-87BA00EB6B7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4D8007C-A2E5-4BD9-A707-87BA00EB6B7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4D8007C-A2E5-4BD9-A707-87BA00EB6B7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4D8007C-A2E5-4BD9-A707-87BA00EB6B7A}.Release|Any CPU.Build.0 = Release|Any CPU
{6DFFA275-C483-4501-823A-741AC9EC0846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DFFA275-C483-4501-823A-741AC9EC0846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DFFA275-C483-4501-823A-741AC9EC0846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DFFA275-C483-4501-823A-741AC9EC0846}.Release|Any CPU.Build.0 = Release|Any CPU
{7BF347BC-A06B-431E-9234-E3BBD6AF10DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BF347BC-A06B-431E-9234-E3BBD6AF10DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BF347BC-A06B-431E-9234-E3BBD6AF10DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BF347BC-A06B-431E-9234-E3BBD6AF10DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0B4B006-794F-4C77-9593-33815CC2FE0D}
EndGlobalSection
EndGlobal