-
Notifications
You must be signed in to change notification settings - Fork 3
/
CryptoTrader.sln
52 lines (52 loc) · 2.9 KB
/
CryptoTrader.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CryptoTrader", "CryptoTrader\CryptoTrader.csproj", "{51592B70-2430-49A9-B03C-572C644BAE3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CryptoTraderStandard", "CryptoTraderStandard\CryptoTraderStandard.csproj", "{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A77981D4-5D8F-4FFF-9939-3F97D35745DD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TradingCryptoSetup", "TradingCryptoSetup\TradingCryptoSetup.vdproj", "{05E751E8-0ED5-43A3-A995-00A85867B112}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51592B70-2430-49A9-B03C-572C644BAE3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51592B70-2430-49A9-B03C-572C644BAE3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51592B70-2430-49A9-B03C-572C644BAE3A}.Debug|x64.ActiveCfg = Debug|x64
{51592B70-2430-49A9-B03C-572C644BAE3A}.Debug|x64.Build.0 = Debug|x64
{51592B70-2430-49A9-B03C-572C644BAE3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51592B70-2430-49A9-B03C-572C644BAE3A}.Release|Any CPU.Build.0 = Release|Any CPU
{51592B70-2430-49A9-B03C-572C644BAE3A}.Release|x64.ActiveCfg = Release|x64
{51592B70-2430-49A9-B03C-572C644BAE3A}.Release|x64.Build.0 = Release|x64
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Debug|x64.ActiveCfg = Debug|x64
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Debug|x64.Build.0 = Debug|x64
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Release|Any CPU.Build.0 = Release|Any CPU
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Release|x64.ActiveCfg = Release|x64
{4CB5FF3D-E9E4-4F4F-A3A4-FD16B81BBB2F}.Release|x64.Build.0 = Release|x64
{05E751E8-0ED5-43A3-A995-00A85867B112}.Debug|Any CPU.ActiveCfg = Debug
{05E751E8-0ED5-43A3-A995-00A85867B112}.Debug|x64.ActiveCfg = Debug
{05E751E8-0ED5-43A3-A995-00A85867B112}.Release|Any CPU.ActiveCfg = Release
{05E751E8-0ED5-43A3-A995-00A85867B112}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2864B2BE-F4D0-4F39-BA67-95B3462F365C}
EndGlobalSection
EndGlobal