-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
IqOptionApiDotNet.sln
71 lines (71 loc) · 4.44 KB
/
IqOptionApiDotNet.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{254AA6AE-687A-4F41-9637-7F1D89533DC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IqOptionApiDotNet.Samples", "Sample\IqOptionApiDotNet.Samples\IqOptionApiDotNet.Samples.csproj", "{F980D376-4C0E-4248-B77F-B6D1015C0244}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IqOptionApiDotNet", "src\IqOptionApiDotNet\IqOptionApiDotNet.csproj", "{925CAFCB-016F-407C-869A-3DA9A1157946}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IqOptionApiDotNet.Tests", "tests\IqOptionApiDotNet.Tests\IqOptionApiDotNet.Tests.csproj", "{72988539-D915-4DBA-909A-A99C121ADF04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{900633CE-8D1B-43E6-BEC7-9942E75610F8}"
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
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Debug|x64.ActiveCfg = Debug|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Debug|x64.Build.0 = Debug|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Debug|x86.ActiveCfg = Debug|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Debug|x86.Build.0 = Debug|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Release|x64.ActiveCfg = Release|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Release|x64.Build.0 = Release|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Release|x86.ActiveCfg = Release|Any CPU
{F980D376-4C0E-4248-B77F-B6D1015C0244}.Release|x86.Build.0 = Release|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Debug|x64.ActiveCfg = Debug|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Debug|x64.Build.0 = Debug|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Debug|x86.ActiveCfg = Debug|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Debug|x86.Build.0 = Debug|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Release|Any CPU.Build.0 = Release|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Release|x64.ActiveCfg = Release|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Release|x64.Build.0 = Release|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Release|x86.ActiveCfg = Release|Any CPU
{925CAFCB-016F-407C-869A-3DA9A1157946}.Release|x86.Build.0 = Release|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Debug|x64.ActiveCfg = Debug|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Debug|x64.Build.0 = Debug|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Debug|x86.ActiveCfg = Debug|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Debug|x86.Build.0 = Debug|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Release|x64.ActiveCfg = Release|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Release|x64.Build.0 = Release|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Release|x86.ActiveCfg = Release|Any CPU
{72988539-D915-4DBA-909A-A99C121ADF04}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F980D376-4C0E-4248-B77F-B6D1015C0244} = {254AA6AE-687A-4F41-9637-7F1D89533DC4}
{72988539-D915-4DBA-909A-A99C121ADF04} = {900633CE-8D1B-43E6-BEC7-9942E75610F8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DE28C24-83E9-47FD-BB1A-758619A28619}
EndGlobalSection
EndGlobal