forked from raisedapp/Hangfire.Storage.SQLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hangfire.Storage.SQLite.sln
50 lines (50 loc) · 2.96 KB
/
Hangfire.Storage.SQLite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
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}") = "ConsoleSample", "src\samples\ConsoleSample\ConsoleSample.csproj", "{453B460B-6643-4EBC-A046-3BDA69EFF2CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSample", "src\samples\WebSample\WebSample.csproj", "{1ABCB458-08C4-4132-8295-A5A605F6B75F}"
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
{453B460B-6643-4EBC-A046-3BDA69EFF2CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{453B460B-6643-4EBC-A046-3BDA69EFF2CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{453B460B-6643-4EBC-A046-3BDA69EFF2CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{453B460B-6643-4EBC-A046-3BDA69EFF2CE}.Release|Any CPU.Build.0 = Release|Any CPU
{1ABCB458-08C4-4132-8295-A5A605F6B75F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ABCB458-08C4-4132-8295-A5A605F6B75F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ABCB458-08C4-4132-8295-A5A605F6B75F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ABCB458-08C4-4132-8295-A5A605F6B75F}.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