-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBenner.Messaging.sln
61 lines (61 loc) · 3.54 KB
/
Benner.Messaging.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
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benner.Messaging", "src\Benner.Messaging.csproj", "{BDF14AAC-6EB6-4AFC-836D-04A8C06FFD29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benner.Messaging.Tests", "tests\Benner.Messaging.Tests\Benner.Messaging.Tests.csproj", "{791A4BA8-3049-4A3E-8FF0-EF973AF61C16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benner.Messaging.Integration.Tests", "tests\Benner.Messaging.Integration.Tests\Benner.Messaging.Integration.Tests.csproj", "{C2505B47-2A47-40C1-931C-2A6C2FE0123E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{97839F13-D676-4324-941A-16FD5151B2F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{39620032-C7D7-4A3E-95C3-614C3A0A0208}"
ProjectSection(SolutionItems) = preProject
DETAILS.md = DETAILS.md
DETALHES.md = DETALHES.md
LEIAME.md = LEIAME.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "producer", "samples\producer\producer.csproj", "{16577DB6-8B05-4A72-971A-57B841A31EFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "consumer", "samples\consumer\consumer.csproj", "{F5A1B602-02CE-4047-986F-74A633FA1751}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDF14AAC-6EB6-4AFC-836D-04A8C06FFD29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDF14AAC-6EB6-4AFC-836D-04A8C06FFD29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDF14AAC-6EB6-4AFC-836D-04A8C06FFD29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDF14AAC-6EB6-4AFC-836D-04A8C06FFD29}.Release|Any CPU.Build.0 = Release|Any CPU
{791A4BA8-3049-4A3E-8FF0-EF973AF61C16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{791A4BA8-3049-4A3E-8FF0-EF973AF61C16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{791A4BA8-3049-4A3E-8FF0-EF973AF61C16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{791A4BA8-3049-4A3E-8FF0-EF973AF61C16}.Release|Any CPU.Build.0 = Release|Any CPU
{C2505B47-2A47-40C1-931C-2A6C2FE0123E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2505B47-2A47-40C1-931C-2A6C2FE0123E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16577DB6-8B05-4A72-971A-57B841A31EFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16577DB6-8B05-4A72-971A-57B841A31EFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16577DB6-8B05-4A72-971A-57B841A31EFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16577DB6-8B05-4A72-971A-57B841A31EFD}.Release|Any CPU.Build.0 = Release|Any CPU
{F5A1B602-02CE-4047-986F-74A633FA1751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5A1B602-02CE-4047-986F-74A633FA1751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5A1B602-02CE-4047-986F-74A633FA1751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5A1B602-02CE-4047-986F-74A633FA1751}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{16577DB6-8B05-4A72-971A-57B841A31EFD} = {97839F13-D676-4324-941A-16FD5151B2F2}
{F5A1B602-02CE-4047-986F-74A633FA1751} = {97839F13-D676-4324-941A-16FD5151B2F2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E33B176C-4421-406A-A00A-0FCB277089B1}
EndGlobalSection
EndGlobal