-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSignalRDemo.sln
41 lines (41 loc) · 2.24 KB
/
SignalRDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{20DF61FF-693F-408C-94D2-6A56C67DA7E2}"
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}") = "SignalRClients.WpfApp", "SignalRClients.WpfApp\SignalRClients.WpfApp.csproj", "{5415D30A-94F2-411A-8D71-3496D7A2DC1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalRServer", "SignalRServer\SignalRServer.csproj", "{F2FA1325-38C9-4E60-810B-88894D61DA35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interfaces", "Interfaces\Interfaces.csproj", "{A8107D74-C749-4A20-80F9-21095BA70B65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5415D30A-94F2-411A-8D71-3496D7A2DC1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5415D30A-94F2-411A-8D71-3496D7A2DC1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5415D30A-94F2-411A-8D71-3496D7A2DC1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5415D30A-94F2-411A-8D71-3496D7A2DC1B}.Release|Any CPU.Build.0 = Release|Any CPU
{F2FA1325-38C9-4E60-810B-88894D61DA35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2FA1325-38C9-4E60-810B-88894D61DA35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2FA1325-38C9-4E60-810B-88894D61DA35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2FA1325-38C9-4E60-810B-88894D61DA35}.Release|Any CPU.Build.0 = Release|Any CPU
{A8107D74-C749-4A20-80F9-21095BA70B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8107D74-C749-4A20-80F9-21095BA70B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8107D74-C749-4A20-80F9-21095BA70B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8107D74-C749-4A20-80F9-21095BA70B65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal