forked from imaun/coinmarketcap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoinMarketCapAPI.sln
36 lines (35 loc) · 1.6 KB
/
CoinMarketCapAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3491CB6F-AB58-4CFE-B529-68CBFA886A7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoinMarketCapAPI", "src\CoinMarketCapAPI\CoinMarketCapAPI.csproj", "{BCCB130D-6C21-4E2C-B310-55D3422AC933}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20387BF7-0BC5-45E2-B4CE-416E238C68DA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCCB130D-6C21-4E2C-B310-55D3422AC933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCCB130D-6C21-4E2C-B310-55D3422AC933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCCB130D-6C21-4E2C-B310-55D3422AC933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCCB130D-6C21-4E2C-B310-55D3422AC933}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BCCB130D-6C21-4E2C-B310-55D3422AC933} = {3491CB6F-AB58-4CFE-B529-68CBFA886A7E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF490B51-7EA8-4B15-9BE2-B03B8E2D6B8E}
EndGlobalSection
EndGlobal