-
Notifications
You must be signed in to change notification settings - Fork 0
/
PaymentContext.sln
48 lines (48 loc) · 2.83 KB
/
PaymentContext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{C83F986F-8DEE-46A5-83FC-0D951E54BE2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{01DBCC65-856D-4FA2-AD9C-3B89C699D660}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{74B5C7E0-4FBC-48BE-B854-BB3BA0F7DEBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaymentContext.Domain", "PaymentContext.Domain\PaymentContext.Domain\PaymentContext.Domain.csproj", "{8FB687A3-8424-42AC-87EA-2056ED1B4841}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaymentContext.Shared", "PaymentContext.Shared\PaymentContext.Shared\PaymentContext.Shared.csproj", "{1F2C8984-F26C-4B7D-B030-E8292924E7F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaymentContext.Tests", "PaymentContext.Tests\PaymentContext.Tests\PaymentContext.Tests.csproj", "{6AAF02AA-8CB1-4F65-8CD2-DE99FE77DCA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FB687A3-8424-42AC-87EA-2056ED1B4841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FB687A3-8424-42AC-87EA-2056ED1B4841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FB687A3-8424-42AC-87EA-2056ED1B4841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FB687A3-8424-42AC-87EA-2056ED1B4841}.Release|Any CPU.Build.0 = Release|Any CPU
{1F2C8984-F26C-4B7D-B030-E8292924E7F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F2C8984-F26C-4B7D-B030-E8292924E7F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F2C8984-F26C-4B7D-B030-E8292924E7F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F2C8984-F26C-4B7D-B030-E8292924E7F0}.Release|Any CPU.Build.0 = Release|Any CPU
{6AAF02AA-8CB1-4F65-8CD2-DE99FE77DCA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AAF02AA-8CB1-4F65-8CD2-DE99FE77DCA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AAF02AA-8CB1-4F65-8CD2-DE99FE77DCA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AAF02AA-8CB1-4F65-8CD2-DE99FE77DCA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8FB687A3-8424-42AC-87EA-2056ED1B4841} = {C83F986F-8DEE-46A5-83FC-0D951E54BE2E}
{1F2C8984-F26C-4B7D-B030-E8292924E7F0} = {01DBCC65-856D-4FA2-AD9C-3B89C699D660}
{6AAF02AA-8CB1-4F65-8CD2-DE99FE77DCA0} = {74B5C7E0-4FBC-48BE-B854-BB3BA0F7DEBC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB74379A-CD54-443A-8A51-3AB72CBA5F26}
EndGlobalSection
EndGlobal