-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathbybit.net.api.sln
More file actions
37 lines (37 loc) · 2.11 KB
/
bybit.net.api.sln
File metadata and controls
37 lines (37 loc) · 2.11 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bybit.net.api", "Src\Common\bybit.net.api.csproj", "{C50663E5-88F3-4EC5-B5D2-819B16F82FCB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bybit.api.test", "Tests\bybit.api.test\bybit.api.test.csproj", "{7D412DD0-E573-40C2-80F6-42393ACD0357}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bybit.api.console", "Examples\bybit.api.console\bybit.api.console.csproj", "{3204A2DD-A7C1-4A98-AFF5-FC453E473C95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C50663E5-88F3-4EC5-B5D2-819B16F82FCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C50663E5-88F3-4EC5-B5D2-819B16F82FCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C50663E5-88F3-4EC5-B5D2-819B16F82FCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C50663E5-88F3-4EC5-B5D2-819B16F82FCB}.Release|Any CPU.Build.0 = Release|Any CPU
{7D412DD0-E573-40C2-80F6-42393ACD0357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D412DD0-E573-40C2-80F6-42393ACD0357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D412DD0-E573-40C2-80F6-42393ACD0357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D412DD0-E573-40C2-80F6-42393ACD0357}.Release|Any CPU.Build.0 = Release|Any CPU
{3204A2DD-A7C1-4A98-AFF5-FC453E473C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3204A2DD-A7C1-4A98-AFF5-FC453E473C95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3204A2DD-A7C1-4A98-AFF5-FC453E473C95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3204A2DD-A7C1-4A98-AFF5-FC453E473C95}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B008D1AF-5602-42D2-9F8D-B2B952FD462C}
EndGlobalSection
EndGlobal