-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinnHubSharp.sln
More file actions
76 lines (76 loc) · 4.69 KB
/
Copy pathFinnHubSharp.sln
File metadata and controls
76 lines (76 loc) · 4.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinnHubSharp", "src\FinnHubSharp\FinnHubSharp.csproj", "{13C04916-36CF-4263-AE46-D20D5AAC843C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "utilities", "utilities", "{DF572EAA-2BC4-7083-A1C9-E138B4BE775E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinnHubSharpConsole", "utilities\FinnHubSharpConsole\FinnHubSharpConsole.csproj", "{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinnHubSharp.Tests", "tests\FinnHubSharp.Tests\FinnHubSharp.Tests.csproj", "{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Debug|x64.ActiveCfg = Debug|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Debug|x64.Build.0 = Debug|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Debug|x86.ActiveCfg = Debug|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Debug|x86.Build.0 = Debug|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Release|Any CPU.Build.0 = Release|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Release|x64.ActiveCfg = Release|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Release|x64.Build.0 = Release|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Release|x86.ActiveCfg = Release|Any CPU
{13C04916-36CF-4263-AE46-D20D5AAC843C}.Release|x86.Build.0 = Release|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Debug|x64.ActiveCfg = Debug|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Debug|x64.Build.0 = Debug|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Debug|x86.Build.0 = Debug|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Release|Any CPU.Build.0 = Release|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Release|x64.ActiveCfg = Release|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Release|x64.Build.0 = Release|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Release|x86.ActiveCfg = Release|Any CPU
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F}.Release|x86.Build.0 = Release|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Debug|x64.ActiveCfg = Debug|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Debug|x64.Build.0 = Debug|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Debug|x86.ActiveCfg = Debug|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Debug|x86.Build.0 = Debug|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Release|Any CPU.Build.0 = Release|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Release|x64.ActiveCfg = Release|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Release|x64.Build.0 = Release|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Release|x86.ActiveCfg = Release|Any CPU
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{13C04916-36CF-4263-AE46-D20D5AAC843C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{6D1F00EF-0302-4A41-9445-DE8EF169BD0F} = {DF572EAA-2BC4-7083-A1C9-E138B4BE775E}
{C9E58CEB-BED9-4BBF-B990-BD540CBBAA98} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B0C25EB-68DF-4DDF-9E13-2831FFF87C7B}
EndGlobalSection
EndGlobal