-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathPubSub.sln
53 lines (53 loc) · 3.01 KB
/
PubSub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26020.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CA68E342-92F7-4363-8799-5C0231D532EA}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSub.Publisher", "PubSub.Publisher\PubSub.Publisher.csproj", "{698C7D00-AF8C-466A-8F2E-DED86E28FEFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSub.Subscriber1", "PubSub.Subscriber1\PubSub.Subscriber1.csproj", "{D1BFFD72-E9E0-4D5A-89CC-541A9A25A02B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSub.Subscriber2", "PubSub.Subscriber2\PubSub.Subscriber2.csproj", "{644DF104-60EE-4E98-8E72-2428E4519698}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38B04808-A0C5-46B5-9632-E9D6938AA9EB}"
ProjectSection(SolutionItems) = preProject
..\OwinWebHost\README.md = ..\OwinWebHost\README.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSub.Messages", "PubSub.Messages\PubSub.Messages.csproj", "{289B486F-B273-4C1B-82D4-4B4AB98B1942}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{698C7D00-AF8C-466A-8F2E-DED86E28FEFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{698C7D00-AF8C-466A-8F2E-DED86E28FEFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{698C7D00-AF8C-466A-8F2E-DED86E28FEFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{698C7D00-AF8C-466A-8F2E-DED86E28FEFD}.Release|Any CPU.Build.0 = Release|Any CPU
{D1BFFD72-E9E0-4D5A-89CC-541A9A25A02B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1BFFD72-E9E0-4D5A-89CC-541A9A25A02B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1BFFD72-E9E0-4D5A-89CC-541A9A25A02B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1BFFD72-E9E0-4D5A-89CC-541A9A25A02B}.Release|Any CPU.Build.0 = Release|Any CPU
{644DF104-60EE-4E98-8E72-2428E4519698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{644DF104-60EE-4E98-8E72-2428E4519698}.Debug|Any CPU.Build.0 = Debug|Any CPU
{644DF104-60EE-4E98-8E72-2428E4519698}.Release|Any CPU.ActiveCfg = Release|Any CPU
{644DF104-60EE-4E98-8E72-2428E4519698}.Release|Any CPU.Build.0 = Release|Any CPU
{289B486F-B273-4C1B-82D4-4B4AB98B1942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{289B486F-B273-4C1B-82D4-4B4AB98B1942}.Debug|Any CPU.Build.0 = Debug|Any CPU
{289B486F-B273-4C1B-82D4-4B4AB98B1942}.Release|Any CPU.ActiveCfg = Release|Any CPU
{289B486F-B273-4C1B-82D4-4B4AB98B1942}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal