-
Notifications
You must be signed in to change notification settings - Fork 0
/
MarjiGateway.sln
54 lines (54 loc) · 3.2 KB
/
MarjiGateway.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.779
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarjiGateway.Web.Api", "MarjiGateway.Web.Api\MarjiGateway.Web.Api.csproj", "{3FC19D65-ED55-4D6F-93C9-79FE9FA45DA8}"
ProjectSection(ProjectDependencies) = postProject
{D0636DE9-9190-40EF-BDC3-A303B424CB98} = {D0636DE9-9190-40EF-BDC3-A303B424CB98}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarjiGateway.Application", "MarjiGateway.Application\MarjiGateway.Application.csproj", "{D0636DE9-9190-40EF-BDC3-A303B424CB98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarjiGateway.Adapters", "MarjiGateway.Adapters\MarjiGateway.Adapters.csproj", "{CBC14874-7F1C-434B-B9F2-E5E6D40303E7}"
ProjectSection(ProjectDependencies) = postProject
{D0636DE9-9190-40EF-BDC3-A303B424CB98} = {D0636DE9-9190-40EF-BDC3-A303B424CB98}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FCB12214-6ED4-49AF-B43B-13915A393EC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarjiGateway.SpecificationTests", "MarjiGateway.SpecificationTests\MarjiGateway.SpecificationTests.csproj", "{57A8B6A8-A35A-47EB-A83C-77674620A691}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FC19D65-ED55-4D6F-93C9-79FE9FA45DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FC19D65-ED55-4D6F-93C9-79FE9FA45DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FC19D65-ED55-4D6F-93C9-79FE9FA45DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FC19D65-ED55-4D6F-93C9-79FE9FA45DA8}.Release|Any CPU.Build.0 = Release|Any CPU
{D0636DE9-9190-40EF-BDC3-A303B424CB98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0636DE9-9190-40EF-BDC3-A303B424CB98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0636DE9-9190-40EF-BDC3-A303B424CB98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0636DE9-9190-40EF-BDC3-A303B424CB98}.Release|Any CPU.Build.0 = Release|Any CPU
{CBC14874-7F1C-434B-B9F2-E5E6D40303E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBC14874-7F1C-434B-B9F2-E5E6D40303E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBC14874-7F1C-434B-B9F2-E5E6D40303E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBC14874-7F1C-434B-B9F2-E5E6D40303E7}.Release|Any CPU.Build.0 = Release|Any CPU
{57A8B6A8-A35A-47EB-A83C-77674620A691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57A8B6A8-A35A-47EB-A83C-77674620A691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57A8B6A8-A35A-47EB-A83C-77674620A691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57A8B6A8-A35A-47EB-A83C-77674620A691}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{57A8B6A8-A35A-47EB-A83C-77674620A691} = {FCB12214-6ED4-49AF-B43B-13915A393EC7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {438F3DCF-CC12-4E65-A3B7-B06713943B9A}
EndGlobalSection
EndGlobal