-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathHangfire.Storage.SQLite.sln
More file actions
50 lines (50 loc) · 2.96 KB
/
Hangfire.Storage.SQLite.sln
File metadata and controls
50 lines (50 loc) · 2.96 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Storage.SQLite", "src\main\Hangfire.Storage.SQLite\Hangfire.Storage.SQLite.csproj", "{27A56CA6-6B11-4D43-8BF8-F9AF5907556C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Storage.SQLite.Test", "src\test\Hangfire.Storage.SQLite.Test\Hangfire.Storage.SQLite.Test.csproj", "{279C04FC-22EB-438C-9BF7-2CBA306025F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96F6F61E-B9A1-48C8-BBB2-DF4D4D1DECFA}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
.circleci\config.yml = .circleci\config.yml
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSample", "src\samples\WebSample\WebSample.csproj", "{7170DD33-D6CA-40A5-AA03-D96DE74BA353}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleSample", "src\samples\ConsoleSample\ConsoleSample.csproj", "{C2137C38-9AE6-4200-9F97-E3DA5A2DC741}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27A56CA6-6B11-4D43-8BF8-F9AF5907556C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27A56CA6-6B11-4D43-8BF8-F9AF5907556C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27A56CA6-6B11-4D43-8BF8-F9AF5907556C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27A56CA6-6B11-4D43-8BF8-F9AF5907556C}.Release|Any CPU.Build.0 = Release|Any CPU
{279C04FC-22EB-438C-9BF7-2CBA306025F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{279C04FC-22EB-438C-9BF7-2CBA306025F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{279C04FC-22EB-438C-9BF7-2CBA306025F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{279C04FC-22EB-438C-9BF7-2CBA306025F7}.Release|Any CPU.Build.0 = Release|Any CPU
{7170DD33-D6CA-40A5-AA03-D96DE74BA353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7170DD33-D6CA-40A5-AA03-D96DE74BA353}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7170DD33-D6CA-40A5-AA03-D96DE74BA353}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7170DD33-D6CA-40A5-AA03-D96DE74BA353}.Release|Any CPU.Build.0 = Release|Any CPU
{C2137C38-9AE6-4200-9F97-E3DA5A2DC741}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2137C38-9AE6-4200-9F97-E3DA5A2DC741}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2137C38-9AE6-4200-9F97-E3DA5A2DC741}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2137C38-9AE6-4200-9F97-E3DA5A2DC741}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66502B2F-FED7-40F5-8B17-1DB8ED1BDE0E}
EndGlobalSection
EndGlobal