forked from dshe/YahooQuotesApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
YahooQuotesApi.sln
38 lines (38 loc) · 1.87 KB
/
YahooQuotesApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YahooQuotesApi", "YahooQuotesApi\YahooQuotesApi.csproj", "{40FE3FFC-EBD3-49BB-BE3E-A30CFC8A7323}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YahooQuotesApi.Tests", "YahooQuotesApi.Tests\YahooQuotesApi.Tests.csproj", "{119FEF2D-AF0D-49BF-967E-F84CFFFD5725}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{FCAC3461-0568-4EDC-B343-B0410437738D}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
worm64.png = worm64.png
~notes.txt = ~notes.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40FE3FFC-EBD3-49BB-BE3E-A30CFC8A7323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40FE3FFC-EBD3-49BB-BE3E-A30CFC8A7323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40FE3FFC-EBD3-49BB-BE3E-A30CFC8A7323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40FE3FFC-EBD3-49BB-BE3E-A30CFC8A7323}.Release|Any CPU.Build.0 = Release|Any CPU
{119FEF2D-AF0D-49BF-967E-F84CFFFD5725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{119FEF2D-AF0D-49BF-967E-F84CFFFD5725}.Debug|Any CPU.Build.0 = Debug|Any CPU
{119FEF2D-AF0D-49BF-967E-F84CFFFD5725}.Release|Any CPU.ActiveCfg = Release|Any CPU
{119FEF2D-AF0D-49BF-967E-F84CFFFD5725}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {390D5459-32FD-4E04-AA4C-D37DE06367F5}
EndGlobalSection
EndGlobal