-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPureSignalRClient.sln
45 lines (45 loc) · 2.22 KB
/
PureSignalRClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2741B2AA-6437-4C8E-92D5-B5F0327775DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46D64CC6-E843-4FC5-AD37-83644E8A82D9}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
PWSIcon.ico = PWSIcon.ico
PWSIcon.png = PWSIcon.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureSignalR", "src\PureSignalRClient\PureSignalR.csproj", "{E9D1B061-8F58-4B91-9AD7-6DE6A0D3C56C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureSignalRClientTest", "src\PureSignalRClientTest\PureSignalRClientTest.csproj", "{7FD2EC88-6D9F-45B4-960C-240B86058BD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9D1B061-8F58-4B91-9AD7-6DE6A0D3C56C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9D1B061-8F58-4B91-9AD7-6DE6A0D3C56C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9D1B061-8F58-4B91-9AD7-6DE6A0D3C56C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9D1B061-8F58-4B91-9AD7-6DE6A0D3C56C}.Release|Any CPU.Build.0 = Release|Any CPU
{7FD2EC88-6D9F-45B4-960C-240B86058BD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FD2EC88-6D9F-45B4-960C-240B86058BD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FD2EC88-6D9F-45B4-960C-240B86058BD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FD2EC88-6D9F-45B4-960C-240B86058BD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E9D1B061-8F58-4B91-9AD7-6DE6A0D3C56C} = {2741B2AA-6437-4C8E-92D5-B5F0327775DA}
{7FD2EC88-6D9F-45B4-960C-240B86058BD3} = {2741B2AA-6437-4C8E-92D5-B5F0327775DA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3746FEF4-D6C7-486D-A157-8BA0D8ACA52F}
EndGlobalSection
EndGlobal