-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBitkub.Open.API.Net.sln
More file actions
43 lines (43 loc) · 2.33 KB
/
Bitkub.Open.API.Net.sln
File metadata and controls
43 lines (43 loc) · 2.33 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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitkub.Open.API.Net", "Bitkub.Open.API.Net\Bitkub.Open.API.Net.csproj", "{CAD8E5FA-FB20-4465-87B4-6583DC58CD4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D2F93D9F-A664-4DDB-AA2A-7C24FDB09E0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B0B58DAD-09F5-45F8-BC9B-982F4D6C381F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Clients", "Clients", "{D523053D-F85E-4B88-83B7-0A8485955D18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "Tests\Clients\ConsoleApp\ConsoleApp.csproj", "{50CB1230-AD3F-4231-BCBE-66B4BF99BC38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CAD8E5FA-FB20-4465-87B4-6583DC58CD4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAD8E5FA-FB20-4465-87B4-6583DC58CD4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAD8E5FA-FB20-4465-87B4-6583DC58CD4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAD8E5FA-FB20-4465-87B4-6583DC58CD4D}.Release|Any CPU.Build.0 = Release|Any CPU
{50CB1230-AD3F-4231-BCBE-66B4BF99BC38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50CB1230-AD3F-4231-BCBE-66B4BF99BC38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50CB1230-AD3F-4231-BCBE-66B4BF99BC38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50CB1230-AD3F-4231-BCBE-66B4BF99BC38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CAD8E5FA-FB20-4465-87B4-6583DC58CD4D} = {D2F93D9F-A664-4DDB-AA2A-7C24FDB09E0E}
{B0B58DAD-09F5-45F8-BC9B-982F4D6C381F} = {D2F93D9F-A664-4DDB-AA2A-7C24FDB09E0E}
{D523053D-F85E-4B88-83B7-0A8485955D18} = {B0B58DAD-09F5-45F8-BC9B-982F4D6C381F}
{50CB1230-AD3F-4231-BCBE-66B4BF99BC38} = {D523053D-F85E-4B88-83B7-0A8485955D18}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2F973E6-606F-4F8A-84AC-E7520E54C23E}
EndGlobalSection
EndGlobal