forked from BredStik/HangFire.Windsor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHangFire.Windsor.sln
35 lines (35 loc) · 1.78 KB
/
HangFire.Windsor.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
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.Windsor", "HangFire.Windsor\Hangfire.Windsor.csproj", "{28AE5466-197E-4B82-BF6F-B6B567AE3313}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C7022B8C-A8E8-4CE2-94E7-D95A77DCC06A}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.Windsor.Tests", "HangFire.Windsor.Tests\Hangfire.Windsor.Tests.csproj", "{0497FED6-3B44-47E2-BAD2-506F109E8D9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28AE5466-197E-4B82-BF6F-B6B567AE3313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28AE5466-197E-4B82-BF6F-B6B567AE3313}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28AE5466-197E-4B82-BF6F-B6B567AE3313}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28AE5466-197E-4B82-BF6F-B6B567AE3313}.Release|Any CPU.Build.0 = Release|Any CPU
{0497FED6-3B44-47E2-BAD2-506F109E8D9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0497FED6-3B44-47E2-BAD2-506F109E8D9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0497FED6-3B44-47E2-BAD2-506F109E8D9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0497FED6-3B44-47E2-BAD2-506F109E8D9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal