-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathhaifeng_at.sln
75 lines (75 loc) · 4.58 KB
/
haifeng_at.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
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "at_terminal", "terminal\at_terminal.csproj", "{AAF334E9-79AF-4702-8996-768EFBC4CEA2}"
ProjectSection(ProjectDependencies) = postProject
{DDE7D0AC-2B70-4873-9381-77FF17D17F21} = {DDE7D0AC-2B70-4873-9381-77FF17D17F21}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "at_strategy", "strategy\at_strategy.csproj", "{DDE7D0AC-2B70-4873-9381-77FF17D17F21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "at_core", "core\at_core.csproj", "{91CBEF71-E159-455A-A052-688D3F2E9FA3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "FixTick", "FixTick\FixTick.shproj", "{4AE85C62-4BED-4635-9463-46DB7A7CDBFE}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Indicators", "Indicators\Indicators.shproj", "{7B3CC254-3728-4DFB-9935-5387DE6AB4A8}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
FixTick\FixTick.projitems*{4ae85c62-4bed-4635-9463-46db7a7cdbfe}*SharedItemsImports = 13
Indicators\Indicators.projitems*{7b3cc254-3728-4dfb-9935-5387de6ab4a8}*SharedItemsImports = 13
Indicators\Indicators.projitems*{91cbef71-e159-455a-a052-688d3f2e9fa3}*SharedItemsImports = 4
FixTick\FixTick.projitems*{aaf334e9-79af-4702-8996-768efbc4cea2}*SharedItemsImports = 4
EndGlobalSection
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
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Debug|x64.ActiveCfg = Debug|x64
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Debug|x64.Build.0 = Debug|x64
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Debug|x86.ActiveCfg = Debug|x86
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Debug|x86.Build.0 = Debug|x86
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Release|Any CPU.Build.0 = Release|Any CPU
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Release|x64.ActiveCfg = Release|x64
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Release|x64.Build.0 = Release|x64
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Release|x86.ActiveCfg = Release|x86
{AAF334E9-79AF-4702-8996-768EFBC4CEA2}.Release|x86.Build.0 = Release|x86
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Debug|x64.ActiveCfg = Debug|x64
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Debug|x64.Build.0 = Debug|x64
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Debug|x86.ActiveCfg = Debug|x86
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Debug|x86.Build.0 = Debug|x86
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Release|Any CPU.Build.0 = Release|Any CPU
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Release|x64.ActiveCfg = Release|x64
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Release|x64.Build.0 = Release|x64
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Release|x86.ActiveCfg = Release|x86
{DDE7D0AC-2B70-4873-9381-77FF17D17F21}.Release|x86.Build.0 = Release|x86
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Debug|x64.ActiveCfg = Debug|x64
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Debug|x64.Build.0 = Debug|x64
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Debug|x86.ActiveCfg = Debug|x86
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Debug|x86.Build.0 = Debug|x86
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Release|Any CPU.Build.0 = Release|Any CPU
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Release|x64.ActiveCfg = Release|x64
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Release|x64.Build.0 = Release|x64
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Release|x86.ActiveCfg = Release|x86
{91CBEF71-E159-455A-A052-688D3F2E9FA3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal