This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
forked from AndersMalmgren/SignalR.EventAggregatorProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignalR.EventAggregatorProxy.Demo.sln
32 lines (32 loc) · 2.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR.EventAggregatorProxy.Demo.MVC4", "SignalR.EventAggregatorProxy.Demo.MVC4\SignalR.EventAggregatorProxy.Demo.MVC4.csproj", "{6B697011-F12B-4BA2-946C-A7A3BB186CDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR.EventAggregatorProxy.Demo.Contracts", "SignalR.EventAggregatorProxy.Demo.Contracts\SignalR.EventAggregatorProxy.Demo.Contracts.csproj", "{66E48156-BE41-4E76-A94C-A866A930B51D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR.EventAggregatorProxy.Demo.DotNet", "SignalR.EventAggregatorProxy.Demo.DotNet\SignalR.EventAggregatorProxy.Demo.DotNet.csproj", "{59DA121F-8564-4699-A1D6-ADD6E228A615}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B697011-F12B-4BA2-946C-A7A3BB186CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B697011-F12B-4BA2-946C-A7A3BB186CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B697011-F12B-4BA2-946C-A7A3BB186CDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B697011-F12B-4BA2-946C-A7A3BB186CDB}.Release|Any CPU.Build.0 = Release|Any CPU
{66E48156-BE41-4E76-A94C-A866A930B51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66E48156-BE41-4E76-A94C-A866A930B51D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66E48156-BE41-4E76-A94C-A866A930B51D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66E48156-BE41-4E76-A94C-A866A930B51D}.Release|Any CPU.Build.0 = Release|Any CPU
{59DA121F-8564-4699-A1D6-ADD6E228A615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59DA121F-8564-4699-A1D6-ADD6E228A615}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59DA121F-8564-4699-A1D6-ADD6E228A615}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59DA121F-8564-4699-A1D6-ADD6E228A615}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal