This repository was archived by the owner on Nov 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExchangeMatchingEngine.sln
More file actions
51 lines (51 loc) · 3.09 KB
/
Copy pathExchangeMatchingEngine.sln
File metadata and controls
51 lines (51 loc) · 3.09 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EME.Models", "EME.Models\EME.Models.csproj", "{B5B29705-6F1C-4114-9FE1-2C1DD63572DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EME.Infrastructure", "EME.Infrastructure\EME.Infrastructure.csproj", "{6210DBD8-F4A9-4281-A1F6-69BC34948F27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EME.Services", "EME.Services\EME.Services.csproj", "{21D9D17E-D9C6-4C12-9C9E-F08BD06148C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EME.Tests", "EME.Tests\EME.Tests.csproj", "{D8F3059D-FA49-453D-9AA8-8CFF841E205E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EME.Application", "EME.Application\EME.Application.csproj", "{CEDCD848-C7DD-44B3-BE89-81DDDCD7661C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C4B3341A-2B63-4EA6-921D-9F28F0D22E83}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5B29705-6F1C-4114-9FE1-2C1DD63572DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B29705-6F1C-4114-9FE1-2C1DD63572DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B29705-6F1C-4114-9FE1-2C1DD63572DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B29705-6F1C-4114-9FE1-2C1DD63572DE}.Release|Any CPU.Build.0 = Release|Any CPU
{6210DBD8-F4A9-4281-A1F6-69BC34948F27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6210DBD8-F4A9-4281-A1F6-69BC34948F27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6210DBD8-F4A9-4281-A1F6-69BC34948F27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6210DBD8-F4A9-4281-A1F6-69BC34948F27}.Release|Any CPU.Build.0 = Release|Any CPU
{21D9D17E-D9C6-4C12-9C9E-F08BD06148C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21D9D17E-D9C6-4C12-9C9E-F08BD06148C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21D9D17E-D9C6-4C12-9C9E-F08BD06148C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21D9D17E-D9C6-4C12-9C9E-F08BD06148C8}.Release|Any CPU.Build.0 = Release|Any CPU
{D8F3059D-FA49-453D-9AA8-8CFF841E205E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8F3059D-FA49-453D-9AA8-8CFF841E205E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8F3059D-FA49-453D-9AA8-8CFF841E205E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8F3059D-FA49-453D-9AA8-8CFF841E205E}.Release|Any CPU.Build.0 = Release|Any CPU
{CEDCD848-C7DD-44B3-BE89-81DDDCD7661C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEDCD848-C7DD-44B3-BE89-81DDDCD7661C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEDCD848-C7DD-44B3-BE89-81DDDCD7661C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEDCD848-C7DD-44B3-BE89-81DDDCD7661C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal