-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMerchantIntegration.sln
28 lines (28 loc) · 1.82 KB
/
MerchantIntegration.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MerchantIntegration.Api", "MerchantIntegration.Api\MerchantIntegration.Api.csproj", "{E8440E1B-1A12-48F9-9481-4E70C5C279D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MerchantIntegration.Core", "MerchantIntegration.Core\MerchantIntegration.Core.csproj", "{119A730E-0CDB-4333-90F0-0CF4622A2728}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MerchantIntegration.Infra", "MerchantIntegration.Infra\MerchantIntegration.Infra.csproj", "{62052C59-72CC-408A-9059-F4FE70E084A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8440E1B-1A12-48F9-9481-4E70C5C279D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8440E1B-1A12-48F9-9481-4E70C5C279D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8440E1B-1A12-48F9-9481-4E70C5C279D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8440E1B-1A12-48F9-9481-4E70C5C279D5}.Release|Any CPU.Build.0 = Release|Any CPU
{119A730E-0CDB-4333-90F0-0CF4622A2728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{119A730E-0CDB-4333-90F0-0CF4622A2728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{119A730E-0CDB-4333-90F0-0CF4622A2728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{119A730E-0CDB-4333-90F0-0CF4622A2728}.Release|Any CPU.Build.0 = Release|Any CPU
{62052C59-72CC-408A-9059-F4FE70E084A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62052C59-72CC-408A-9059-F4FE70E084A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62052C59-72CC-408A-9059-F4FE70E084A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62052C59-72CC-408A-9059-F4FE70E084A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal