-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebSharper.SignalR.sln
56 lines (56 loc) · 3.16 KB
/
WebSharper.SignalR.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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{06751031-0FEC-48C6-BD6B-3711751A059C}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "WebSharper.SignalR", "WebSharper.SignalR\WebSharper.SignalR.fsproj", "{10A487DC-47FC-46B3-BBDF-B0A331C3713E}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "WebSharper.SignalR.Tests", "WebSharper.SignalR.Tests\WebSharper.SignalR.Tests.fsproj", "{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Debug|x64.ActiveCfg = Debug|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Debug|x64.Build.0 = Debug|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Debug|x86.ActiveCfg = Debug|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Debug|x86.Build.0 = Debug|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Release|Any CPU.Build.0 = Release|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Release|x64.ActiveCfg = Release|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Release|x64.Build.0 = Release|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Release|x86.ActiveCfg = Release|Any CPU
{10A487DC-47FC-46B3-BBDF-B0A331C3713E}.Release|x86.Build.0 = Release|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Debug|x64.ActiveCfg = Debug|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Debug|x64.Build.0 = Debug|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Debug|x86.ActiveCfg = Debug|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Debug|x86.Build.0 = Debug|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Release|Any CPU.Build.0 = Release|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Release|x64.ActiveCfg = Release|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Release|x64.Build.0 = Release|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Release|x86.ActiveCfg = Release|Any CPU
{D11D8FB2-3130-47DA-8DA7-E4716B1343C4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80DF26DC-33AC-42AD-BD3C-815AB301AFBD}
EndGlobalSection
EndGlobal