This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
BtcTurk.Net Solution.sln
52 lines (52 loc) · 2.77 KB
/
BtcTurk.Net Solution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BtcTurk.Net", "BtcTurk.Net\BtcTurk.Net.csproj", "{70187D2D-7CD2-45F9-9AE5-40B0D8C73BBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F685DAC1-27D0-4150-9540-5FFB4F283F45}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BtcTurk.Samples", "BtcTurk.Samples\BtcTurk.Samples.csproj", "{BF1970D3-0818-404C-ACDF-9F0D47B574EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{86D9334B-E22E-4A36-A71F-CEAB600B575D}"
ProjectSection(SolutionItems) = preProject
docs\btcturk.api.v1.swagger.json = docs\btcturk.api.v1.swagger.json
docs\btcturk.api.v2.swagger.json = docs\btcturk.api.v2.swagger.json
docs\btcturk.api.v3.swagger.json = docs\btcturk.api.v3.swagger.json
docs\WebSocket Feed 2.4.0.pdf = docs\WebSocket Feed 2.4.0.pdf
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BtcTurk.Api", "BtcTurk.Net\BtcTurk.Api.csproj", "{3FB7C8EB-0407-47DF-BC26-AAF9300C6986}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70187D2D-7CD2-45F9-9AE5-40B0D8C73BBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70187D2D-7CD2-45F9-9AE5-40B0D8C73BBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70187D2D-7CD2-45F9-9AE5-40B0D8C73BBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70187D2D-7CD2-45F9-9AE5-40B0D8C73BBC}.Release|Any CPU.Build.0 = Release|Any CPU
{BF1970D3-0818-404C-ACDF-9F0D47B574EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF1970D3-0818-404C-ACDF-9F0D47B574EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF1970D3-0818-404C-ACDF-9F0D47B574EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF1970D3-0818-404C-ACDF-9F0D47B574EF}.Release|Any CPU.Build.0 = Release|Any CPU
{3FB7C8EB-0407-47DF-BC26-AAF9300C6986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FB7C8EB-0407-47DF-BC26-AAF9300C6986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FB7C8EB-0407-47DF-BC26-AAF9300C6986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FB7C8EB-0407-47DF-BC26-AAF9300C6986}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46BEC2FB-574D-4891-8882-3B99A6FC9D25}
EndGlobalSection
EndGlobal