-
Notifications
You must be signed in to change notification settings - Fork 26
/
Bitmex.NET.build.sln
43 lines (43 loc) · 2.35 KB
/
Bitmex.NET.build.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bitmex.NET.IntegrationTests", "Bitmex.NET.IntegrationTests\Bitmex.NET.IntegrationTests.csproj", "{2AB0F32B-4BCA-404A-8451-F017A9611D34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bitmex.NET.UnitTests", "Bitmex.NET.UnitTests\Bitmex.NET.UnitTests.csproj", "{9E2B0C79-67CA-4520-8556-FB2970123415}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{980FB17A-8880-43A3-AF8D-83B697161309}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitmex.NET", "Bitmex.NET\Bitmex.NET.csproj", "{8B0E3F5B-15AB-4BEF-8130-08C503D0C91E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AB0F32B-4BCA-404A-8451-F017A9611D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AB0F32B-4BCA-404A-8451-F017A9611D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AB0F32B-4BCA-404A-8451-F017A9611D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AB0F32B-4BCA-404A-8451-F017A9611D34}.Release|Any CPU.Build.0 = Release|Any CPU
{9E2B0C79-67CA-4520-8556-FB2970123415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E2B0C79-67CA-4520-8556-FB2970123415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E2B0C79-67CA-4520-8556-FB2970123415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E2B0C79-67CA-4520-8556-FB2970123415}.Release|Any CPU.Build.0 = Release|Any CPU
{8B0E3F5B-15AB-4BEF-8130-08C503D0C91E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B0E3F5B-15AB-4BEF-8130-08C503D0C91E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B0E3F5B-15AB-4BEF-8130-08C503D0C91E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B0E3F5B-15AB-4BEF-8130-08C503D0C91E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB54AF09-902A-4D04-9CD2-CAE87BBB2F90}
EndGlobalSection
EndGlobal