This repository has been archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
api-csharp.sln
94 lines (94 loc) · 6.13 KB
/
api-csharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gateway", "Gateway\Gateway.csproj", "{C76BE270-3B41-491B-938B-AAFAD53E6966}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gateway.Test", "Gateway.Test\Gateway.Test.csproj", "{8535E942-7241-434F-8BB9-EC39562BA6FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MPI", "MPI\MPI.csproj", "{60782553-C849-4B6B-8449-E63E67995551}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MPI.Test", "MPI.Test\MPI.Test.csproj", "{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Util", "Util\Util.csproj", "{38F97DC0-D244-40CF-BF5D-0FEC85008239}"
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(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Debug|x64.ActiveCfg = Debug|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Debug|x64.Build.0 = Debug|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Debug|x86.ActiveCfg = Debug|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Debug|x86.Build.0 = Debug|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Release|Any CPU.Build.0 = Release|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Release|x64.ActiveCfg = Release|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Release|x64.Build.0 = Release|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Release|x86.ActiveCfg = Release|Any CPU
{C76BE270-3B41-491B-938B-AAFAD53E6966}.Release|x86.Build.0 = Release|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Debug|x64.ActiveCfg = Debug|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Debug|x64.Build.0 = Debug|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Debug|x86.ActiveCfg = Debug|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Debug|x86.Build.0 = Debug|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Release|Any CPU.Build.0 = Release|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Release|x64.ActiveCfg = Release|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Release|x64.Build.0 = Release|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Release|x86.ActiveCfg = Release|Any CPU
{8535E942-7241-434F-8BB9-EC39562BA6FE}.Release|x86.Build.0 = Release|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Debug|x64.ActiveCfg = Debug|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Debug|x64.Build.0 = Debug|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Debug|x86.ActiveCfg = Debug|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Debug|x86.Build.0 = Debug|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Release|Any CPU.Build.0 = Release|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Release|x64.ActiveCfg = Release|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Release|x64.Build.0 = Release|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Release|x86.ActiveCfg = Release|Any CPU
{60782553-C849-4B6B-8449-E63E67995551}.Release|x86.Build.0 = Release|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Debug|x64.ActiveCfg = Debug|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Debug|x64.Build.0 = Debug|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Debug|x86.ActiveCfg = Debug|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Debug|x86.Build.0 = Debug|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Release|Any CPU.Build.0 = Release|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Release|x64.ActiveCfg = Release|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Release|x64.Build.0 = Release|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Release|x86.ActiveCfg = Release|Any CPU
{00F56249-F4D0-4A3E-AFBE-15563D1D0A47}.Release|x86.Build.0 = Release|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Debug|x64.ActiveCfg = Debug|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Debug|x64.Build.0 = Debug|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Debug|x86.ActiveCfg = Debug|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Debug|x86.Build.0 = Debug|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Release|Any CPU.Build.0 = Release|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Release|x64.ActiveCfg = Release|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Release|x64.Build.0 = Release|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Release|x86.ActiveCfg = Release|Any CPU
{38F97DC0-D244-40CF-BF5D-0FEC85008239}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
EndGlobalSection
EndGlobal