-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSignalRExample.sln
37 lines (37 loc) · 2.06 KB
/
SignalRExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicWorkerService", "BasicWorkerService\BasicWorkerService.csproj", "{9AFA0B18-A213-4F68-A80B-6530F97EE941}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR", "SignalR\SignalR.csproj", "{289D2CE3-21DE-4EAE-8BDA-F4D2E4FE3AB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicWebApplication", "BasicWebApplication\BasicWebApplication.csproj", "{256F4D84-FEA2-400B-8A9F-5D6B72AF6442}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AFA0B18-A213-4F68-A80B-6530F97EE941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AFA0B18-A213-4F68-A80B-6530F97EE941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AFA0B18-A213-4F68-A80B-6530F97EE941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AFA0B18-A213-4F68-A80B-6530F97EE941}.Release|Any CPU.Build.0 = Release|Any CPU
{289D2CE3-21DE-4EAE-8BDA-F4D2E4FE3AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{289D2CE3-21DE-4EAE-8BDA-F4D2E4FE3AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{289D2CE3-21DE-4EAE-8BDA-F4D2E4FE3AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{289D2CE3-21DE-4EAE-8BDA-F4D2E4FE3AB5}.Release|Any CPU.Build.0 = Release|Any CPU
{256F4D84-FEA2-400B-8A9F-5D6B72AF6442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{256F4D84-FEA2-400B-8A9F-5D6B72AF6442}.Debug|Any CPU.Build.0 = Debug|Any CPU
{256F4D84-FEA2-400B-8A9F-5D6B72AF6442}.Release|Any CPU.ActiveCfg = Release|Any CPU
{256F4D84-FEA2-400B-8A9F-5D6B72AF6442}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7D00BB5-4F5B-4051-A07C-26DCC16F0BED}
EndGlobalSection
EndGlobal