-
Notifications
You must be signed in to change notification settings - Fork 6
/
Rebus.SignalR.sln
57 lines (57 loc) · 2.98 KB
/
Rebus.SignalR.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
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stuff", "stuff", "{1ABDD7C1-1F8D-402D-8692-3E4B66962DE0}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
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.SignalR", "Rebus.SignalR\Rebus.SignalR.csproj", "{2DD2497C-C3D9-4969-9BD2-52328A944521}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.SignalR.Tests", "Rebus.SignalR.Tests\Rebus.SignalR.Tests.csproj", "{321FB0F9-04BD-4B13-8BCC-0F04D6593EA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.SignalR.Samples", "Rebus.SignalR.Samples\Rebus.SignalR.Samples.csproj", "{D10A93C6-7250-4BB6-9680-9C2A482D999C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{8C990C02-2366-420A-A892-66B6E48B5065}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{7736415B-A26D-433B-9C3B-A863DA970CF3}"
ProjectSection(SolutionItems) = preProject
scripts\release.sh = scripts\release.sh
scripts\wait-for-it.sh = scripts\wait-for-it.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DD2497C-C3D9-4969-9BD2-52328A944521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DD2497C-C3D9-4969-9BD2-52328A944521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DD2497C-C3D9-4969-9BD2-52328A944521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DD2497C-C3D9-4969-9BD2-52328A944521}.Release|Any CPU.Build.0 = Release|Any CPU
{321FB0F9-04BD-4B13-8BCC-0F04D6593EA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{321FB0F9-04BD-4B13-8BCC-0F04D6593EA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{321FB0F9-04BD-4B13-8BCC-0F04D6593EA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{321FB0F9-04BD-4B13-8BCC-0F04D6593EA5}.Release|Any CPU.Build.0 = Release|Any CPU
{D10A93C6-7250-4BB6-9680-9C2A482D999C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D10A93C6-7250-4BB6-9680-9C2A482D999C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D10A93C6-7250-4BB6-9680-9C2A482D999C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D10A93C6-7250-4BB6-9680-9C2A482D999C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B493440D-59A8-463C-B033-AD05FA35F070}
EndGlobalSection
EndGlobal