This repository has been archived by the owner on May 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPaymentGateway.sln
37 lines (37 loc) · 2.09 KB
/
PaymentGateway.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaymentGateway", "PaymentGateway\PaymentGateway.csproj", "{F049D4B0-188E-4F8B-83D9-A1CC735503CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaymentGateway.Tests", "PaymentGateway.Tests\PaymentGateway.Tests.csproj", "{C5135640-580C-485F-B7DB-09CAD3AB3D09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaymentGatewayClient", "PaymentGatewayClient\PaymentGatewayClient.csproj", "{45536FEA-441B-49EC-A679-8121EDF18856}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F049D4B0-188E-4F8B-83D9-A1CC735503CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F049D4B0-188E-4F8B-83D9-A1CC735503CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F049D4B0-188E-4F8B-83D9-A1CC735503CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F049D4B0-188E-4F8B-83D9-A1CC735503CE}.Release|Any CPU.Build.0 = Release|Any CPU
{C5135640-580C-485F-B7DB-09CAD3AB3D09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5135640-580C-485F-B7DB-09CAD3AB3D09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5135640-580C-485F-B7DB-09CAD3AB3D09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5135640-580C-485F-B7DB-09CAD3AB3D09}.Release|Any CPU.Build.0 = Release|Any CPU
{45536FEA-441B-49EC-A679-8121EDF18856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45536FEA-441B-49EC-A679-8121EDF18856}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45536FEA-441B-49EC-A679-8121EDF18856}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45536FEA-441B-49EC-A679-8121EDF18856}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B92BDE5-D701-47F7-8500-C8C0A349BA0C}
EndGlobalSection
EndGlobal