-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrebus.basic.sln
49 lines (49 loc) · 2.89 KB
/
rebus.basic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "one", "one\one.csproj", "{6AF3C933-B2FE-4784-8C96-5907652A55B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "messages", "messages\messages.csproj", "{6251CD3B-E778-4123-8A56-468B32AC8DC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sender", "sender\sender.csproj", "{418A7E87-159D-4839-9669-DBC48728FBD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "receiver", "receiver\receiver.csproj", "{94265567-6556-413B-BE5D-8810C984DB3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "api", "api\api.csproj", "{231B9E4D-F8C3-4760-A0B9-F3E0634DEC57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AF3C933-B2FE-4784-8C96-5907652A55B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AF3C933-B2FE-4784-8C96-5907652A55B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AF3C933-B2FE-4784-8C96-5907652A55B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AF3C933-B2FE-4784-8C96-5907652A55B0}.Release|Any CPU.Build.0 = Release|Any CPU
{6251CD3B-E778-4123-8A56-468B32AC8DC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6251CD3B-E778-4123-8A56-468B32AC8DC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6251CD3B-E778-4123-8A56-468B32AC8DC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6251CD3B-E778-4123-8A56-468B32AC8DC4}.Release|Any CPU.Build.0 = Release|Any CPU
{418A7E87-159D-4839-9669-DBC48728FBD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{418A7E87-159D-4839-9669-DBC48728FBD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{418A7E87-159D-4839-9669-DBC48728FBD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{418A7E87-159D-4839-9669-DBC48728FBD1}.Release|Any CPU.Build.0 = Release|Any CPU
{94265567-6556-413B-BE5D-8810C984DB3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94265567-6556-413B-BE5D-8810C984DB3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94265567-6556-413B-BE5D-8810C984DB3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94265567-6556-413B-BE5D-8810C984DB3B}.Release|Any CPU.Build.0 = Release|Any CPU
{231B9E4D-F8C3-4760-A0B9-F3E0634DEC57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{231B9E4D-F8C3-4760-A0B9-F3E0634DEC57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{231B9E4D-F8C3-4760-A0B9-F3E0634DEC57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{231B9E4D-F8C3-4760-A0B9-F3E0634DEC57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBABC7E9-3D7D-4DC1-B42D-7F23DC185861}
EndGlobalSection
EndGlobal