forked from Marfusios/bitfinex-client-websocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bitfinex.Client.Websocket.sln
63 lines (63 loc) · 3.86 KB
/
Bitfinex.Client.Websocket.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
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{360B18BD-653A-4824-9261-C88167EEBAD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0544BC01-B569-4729-86B0-5AFDBF7EED46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test_integration", "test_integration", "{42E4078C-4FBE-4B03-B889-1573332945A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitfinex.Client.Websocket", "src\Bitfinex.Client.Websocket\Bitfinex.Client.Websocket.csproj", "{9C5C5C13-33CC-4468-8956-001326282B22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitfinex.Client.Websocket.Tests", "test\Bitfinex.Client.Websocket.Tests\Bitfinex.Client.Websocket.Tests.csproj", "{DB710400-5C51-41B4-A705-186631C99ED0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitfinex.Client.Websocket.Tests.Integration", "test_integration\Bitfinex.Client.Websocket.Tests.Integration\Bitfinex.Client.Websocket.Tests.Integration.csproj", "{120B8005-7858-4D04-A11B-ACCFFACAC91B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitfinex.Client.Websocket.Sample", "test_integration\Bitfinex.Client.Websocket.Sample\Bitfinex.Client.Websocket.Sample.csproj", "{7B649867-E540-4592-A821-8EB06BFB01C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D0FCFA1-4C4C-4BBD-83CC-22C8E464E338}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
bitfinex_logo.png = bitfinex_logo.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C5C5C13-33CC-4468-8956-001326282B22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C5C5C13-33CC-4468-8956-001326282B22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C5C5C13-33CC-4468-8956-001326282B22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C5C5C13-33CC-4468-8956-001326282B22}.Release|Any CPU.Build.0 = Release|Any CPU
{DB710400-5C51-41B4-A705-186631C99ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB710400-5C51-41B4-A705-186631C99ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB710400-5C51-41B4-A705-186631C99ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB710400-5C51-41B4-A705-186631C99ED0}.Release|Any CPU.Build.0 = Release|Any CPU
{120B8005-7858-4D04-A11B-ACCFFACAC91B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{120B8005-7858-4D04-A11B-ACCFFACAC91B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{120B8005-7858-4D04-A11B-ACCFFACAC91B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{120B8005-7858-4D04-A11B-ACCFFACAC91B}.Release|Any CPU.Build.0 = Release|Any CPU
{7B649867-E540-4592-A821-8EB06BFB01C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B649867-E540-4592-A821-8EB06BFB01C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B649867-E540-4592-A821-8EB06BFB01C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B649867-E540-4592-A821-8EB06BFB01C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9C5C5C13-33CC-4468-8956-001326282B22} = {360B18BD-653A-4824-9261-C88167EEBAD2}
{DB710400-5C51-41B4-A705-186631C99ED0} = {0544BC01-B569-4729-86B0-5AFDBF7EED46}
{120B8005-7858-4D04-A11B-ACCFFACAC91B} = {42E4078C-4FBE-4B03-B889-1573332945A9}
{7B649867-E540-4592-A821-8EB06BFB01C6} = {42E4078C-4FBE-4B03-B889-1573332945A9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE3E0B94-CF20-4C22-B50B-E720E8DFD675}
EndGlobalSection
EndGlobal