forked from Mastercard/mastercard-api-client-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAcme.App.sln
More file actions
30 lines (30 loc) · 1.68 KB
/
Copy pathAcme.App.sln
File metadata and controls
30 lines (30 loc) · 1.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Acme.App.MastercardApi.Client", "Acme.App.MastercardApi.Client\Acme.App.MastercardApi.Client.csproj", "{B56DC1C7-3100-4C96-9C40-F211014F52D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Acme.App.MastercardApi.Client.Tests", "Acme.App.MastercardApi.Client.Tests\Acme.App.MastercardApi.Client.Tests.csproj", "{19D9FAF3-D373-4503-82EF-F5EBD7CFA6F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B56DC1C7-3100-4C96-9C40-F211014F52D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B56DC1C7-3100-4C96-9C40-F211014F52D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B56DC1C7-3100-4C96-9C40-F211014F52D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B56DC1C7-3100-4C96-9C40-F211014F52D1}.Release|Any CPU.Build.0 = Release|Any CPU
{19D9FAF3-D373-4503-82EF-F5EBD7CFA6F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D9FAF3-D373-4503-82EF-F5EBD7CFA6F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D9FAF3-D373-4503-82EF-F5EBD7CFA6F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D9FAF3-D373-4503-82EF-F5EBD7CFA6F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE30CDD9-9477-40A3-B5FE-B365FD97986D}
EndGlobalSection
EndGlobal