-
Notifications
You must be signed in to change notification settings - Fork 37
/
SignalR.EventAggregatorProxy.Demo.sln
49 lines (49 loc) · 3.51 KB
/
SignalR.EventAggregatorProxy.Demo.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 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignalR.EventAggregatorProxy.Demo.AspNetCore", "SignalR.EventAggregatorProxy.Demo.AspNetCore\SignalR.EventAggregatorProxy.Demo.AspNetCore.csproj", "{148E5BBC-A71B-4482-BD56-F6A5A26C9A6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignalR.EventAggregatorProxy.Demo.Contracts", "SignalR.EventAggregatorProxy.Demo.Contracts\SignalR.EventAggregatorProxy.Demo.Contracts.csproj", "{B968AB65-66E1-4264-AC2B-21BFD4C160E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignalR.EventAggregatorProxy.Demo.DotNetCore", "SignalR.EventAggregatorProxy.Demo.DotNetCore\SignalR.EventAggregatorProxy.Demo.DotNetCore.csproj", "{D6A6B000-5D2E-4F42-AFC6-0BA98BE06491}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignalR.EventAggregatorProxy.Demo.BlazorWasm.Client", "SignalR.EventAggregatorProxy.Demo.BlazorWasm\Client\SignalR.EventAggregatorProxy.Demo.BlazorWasm.Client.csproj", "{953FA581-D7FE-4FB4-B96A-77A13B3E2ABB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignalR.EventAggregatorProxy.Demo.CqsClient", "SignalR.EventAggregatorProxy.Demo.CqsClient\SignalR.EventAggregatorProxy.Demo.CqsClient.csproj", "{C9486B59-3E6B-43AA-9D3D-838561ED5926}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{148E5BBC-A71B-4482-BD56-F6A5A26C9A6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{148E5BBC-A71B-4482-BD56-F6A5A26C9A6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{148E5BBC-A71B-4482-BD56-F6A5A26C9A6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{148E5BBC-A71B-4482-BD56-F6A5A26C9A6B}.Release|Any CPU.Build.0 = Release|Any CPU
{B968AB65-66E1-4264-AC2B-21BFD4C160E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B968AB65-66E1-4264-AC2B-21BFD4C160E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B968AB65-66E1-4264-AC2B-21BFD4C160E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B968AB65-66E1-4264-AC2B-21BFD4C160E8}.Release|Any CPU.Build.0 = Release|Any CPU
{D6A6B000-5D2E-4F42-AFC6-0BA98BE06491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6A6B000-5D2E-4F42-AFC6-0BA98BE06491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6A6B000-5D2E-4F42-AFC6-0BA98BE06491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6A6B000-5D2E-4F42-AFC6-0BA98BE06491}.Release|Any CPU.Build.0 = Release|Any CPU
{953FA581-D7FE-4FB4-B96A-77A13B3E2ABB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{953FA581-D7FE-4FB4-B96A-77A13B3E2ABB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{953FA581-D7FE-4FB4-B96A-77A13B3E2ABB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{953FA581-D7FE-4FB4-B96A-77A13B3E2ABB}.Release|Any CPU.Build.0 = Release|Any CPU
{C9486B59-3E6B-43AA-9D3D-838561ED5926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9486B59-3E6B-43AA-9D3D-838561ED5926}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9486B59-3E6B-43AA-9D3D-838561ED5926}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9486B59-3E6B-43AA-9D3D-838561ED5926}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {445D6B6D-88A0-4E6B-8677-0018A776F596}
EndGlobalSection
EndGlobal