-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHitchinExchange.sln
113 lines (113 loc) · 7.9 KB
/
HitchinExchange.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HitchinExchange", "HitchinExchange\HitchinExchange.csproj", "{3618A5C5-832A-4723-B768-A580BECBBFE6}"
ProjectSection(ProjectDependencies) = postProject
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B} = {F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HitchinExchange.UI", "HitchinExchange.UI\HitchinExchange.UI.csproj", "{3E8D85E5-51B5-4F88-8CEC-2BC954997227}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HitchinExchange_Native", "HitchinExchange_Native\HitchinExchange_Native.vcxproj", "{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HitchinExchange.Console", "HitchinExchange.Console\HitchinExchange.Console.csproj", "{14BDC67F-1590-47FE-BB68-DF27F93DA199}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rsp", "NewOrderMessageHandler\Rsp.csproj", "{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HitchinExchange.Core", "HitchinExchange.Core\HitchinExchange.Core.csproj", "{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{D999E2B5-9588-4B46-8815-5DD318D49517}"
ProjectSection(SolutionItems) = preProject
External\quickfix_net.dll = External\quickfix_net.dll
External\quickfix_net_messages.dll = External\quickfix_net_messages.dll
External\RabbitMQ.Client.dll = External\RabbitMQ.Client.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Debug|Win32.ActiveCfg = Debug|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Debug|x86.ActiveCfg = Debug|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Release|Any CPU.Build.0 = Release|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Release|Win32.ActiveCfg = Release|Any CPU
{3618A5C5-832A-4723-B768-A580BECBBFE6}.Release|x86.ActiveCfg = Release|Any CPU
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Debug|Any CPU.ActiveCfg = Debug|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Debug|Mixed Platforms.Build.0 = Debug|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Debug|Win32.ActiveCfg = Debug|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Debug|x86.ActiveCfg = Debug|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Debug|x86.Build.0 = Debug|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Release|Any CPU.ActiveCfg = Release|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Release|Mixed Platforms.ActiveCfg = Release|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Release|Mixed Platforms.Build.0 = Release|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Release|Win32.ActiveCfg = Release|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Release|x86.ActiveCfg = Release|x86
{3E8D85E5-51B5-4F88-8CEC-2BC954997227}.Release|x86.Build.0 = Release|x86
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Debug|Any CPU.ActiveCfg = Debug|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Debug|Win32.ActiveCfg = Debug|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Debug|Win32.Build.0 = Debug|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Debug|x86.ActiveCfg = Debug|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Release|Any CPU.ActiveCfg = Release|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Release|Mixed Platforms.Build.0 = Release|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Release|Win32.ActiveCfg = Release|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Release|Win32.Build.0 = Release|Win32
{66B7E6B1-46BD-4F9A-9E8B-A77E72738C8D}.Release|x86.ActiveCfg = Release|Win32
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Debug|Any CPU.ActiveCfg = Debug|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Debug|Mixed Platforms.Build.0 = Debug|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Debug|Win32.ActiveCfg = Debug|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Debug|x86.ActiveCfg = Debug|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Debug|x86.Build.0 = Debug|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Release|Any CPU.ActiveCfg = Release|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Release|Mixed Platforms.ActiveCfg = Release|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Release|Mixed Platforms.Build.0 = Release|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Release|Win32.ActiveCfg = Release|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Release|x86.ActiveCfg = Release|x86
{14BDC67F-1590-47FE-BB68-DF27F93DA199}.Release|x86.Build.0 = Release|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Debug|Any CPU.ActiveCfg = Debug|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Debug|Win32.ActiveCfg = Debug|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Debug|x86.ActiveCfg = Debug|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Debug|x86.Build.0 = Debug|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Release|Any CPU.ActiveCfg = Release|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Release|Mixed Platforms.Build.0 = Release|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Release|Win32.ActiveCfg = Release|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Release|x86.ActiveCfg = Release|x86
{F9AE3BC5-AEA1-4748-A7D6-AEAB0F61314B}.Release|x86.Build.0 = Release|x86
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Debug|Win32.ActiveCfg = Debug|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Debug|x86.ActiveCfg = Debug|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Release|Any CPU.Build.0 = Release|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Release|Win32.ActiveCfg = Release|Any CPU
{DA6F7A96-E81B-44FD-B526-959FFCF7A95C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal