-
Notifications
You must be signed in to change notification settings - Fork 45
/
Rebus.SqlServer.sln
56 lines (56 loc) · 3.14 KB
/
Rebus.SqlServer.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
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stuff", "stuff", "{1ABDD7C1-1F8D-402D-8692-3E4B66962DE0}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.SqlServer", "Rebus.SqlServer\Rebus.SqlServer.csproj", "{FE4FDE82-15A0-4C95-B640-779E8F72E870}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.SqlServer.Tests", "Rebus.SqlServer.Tests\Rebus.SqlServer.Tests.csproj", "{7EFCAF69-991E-4991-A03B-077BE4B9952A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B2F7563-E5BE-40CE-B5C5-1882C67230DE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RebusOutboxWebApp", "RebusOutboxWebApp\RebusOutboxWebApp.csproj", "{50748090-22C4-4D3B-BB3B-42863FDC41EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RebusOutboxWebAppEfCore", "RebusOutboxWebAppEfCore\RebusOutboxWebAppEfCore.csproj", "{D4F57C7F-1AEC-41FC-A352-EC23A6A840CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE4FDE82-15A0-4C95-B640-779E8F72E870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE4FDE82-15A0-4C95-B640-779E8F72E870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE4FDE82-15A0-4C95-B640-779E8F72E870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE4FDE82-15A0-4C95-B640-779E8F72E870}.Release|Any CPU.Build.0 = Release|Any CPU
{7EFCAF69-991E-4991-A03B-077BE4B9952A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EFCAF69-991E-4991-A03B-077BE4B9952A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EFCAF69-991E-4991-A03B-077BE4B9952A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EFCAF69-991E-4991-A03B-077BE4B9952A}.Release|Any CPU.Build.0 = Release|Any CPU
{50748090-22C4-4D3B-BB3B-42863FDC41EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50748090-22C4-4D3B-BB3B-42863FDC41EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50748090-22C4-4D3B-BB3B-42863FDC41EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50748090-22C4-4D3B-BB3B-42863FDC41EA}.Release|Any CPU.Build.0 = Release|Any CPU
{D4F57C7F-1AEC-41FC-A352-EC23A6A840CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F57C7F-1AEC-41FC-A352-EC23A6A840CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F57C7F-1AEC-41FC-A352-EC23A6A840CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F57C7F-1AEC-41FC-A352-EC23A6A840CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EE5BF36-7A6F-49D1-8C96-840BF29144FC}
EndGlobalSection
EndGlobal