-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
ThreeDPayment.sln
56 lines (56 loc) · 2.97 KB
/
ThreeDPayment.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
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThreeDPayment.Sample", "samples\ThreeDPayment.Sample\ThreeDPayment.Sample.csproj", "{B219B3E0-B35C-4518-9C4E-F55AB3915CDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C9AABD35-8B1F-4DED-8983-79E708A70CA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThreeDPayment.Tests", "tests\ThreeDPayment.Tests\ThreeDPayment.Tests.csproj", "{929F93E3-C4C8-485C-8AA6-E27393F301FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0A076D9-6079-440F-BFAC-78ECC8842571}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
azure-pipelines.yml = azure-pipelines.yml
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeDPayment", "src\ThreeDPayment\ThreeDPayment.csproj", "{405F6907-FD9A-4D23-AD55-696943F64D80}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5262F4B2-8884-41D6-942B-24A84E95FC18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B219B3E0-B35C-4518-9C4E-F55AB3915CDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B219B3E0-B35C-4518-9C4E-F55AB3915CDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B219B3E0-B35C-4518-9C4E-F55AB3915CDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B219B3E0-B35C-4518-9C4E-F55AB3915CDD}.Release|Any CPU.Build.0 = Release|Any CPU
{929F93E3-C4C8-485C-8AA6-E27393F301FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{929F93E3-C4C8-485C-8AA6-E27393F301FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{929F93E3-C4C8-485C-8AA6-E27393F301FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{929F93E3-C4C8-485C-8AA6-E27393F301FB}.Release|Any CPU.Build.0 = Release|Any CPU
{405F6907-FD9A-4D23-AD55-696943F64D80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{405F6907-FD9A-4D23-AD55-696943F64D80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{405F6907-FD9A-4D23-AD55-696943F64D80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{405F6907-FD9A-4D23-AD55-696943F64D80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B219B3E0-B35C-4518-9C4E-F55AB3915CDD} = {5262F4B2-8884-41D6-942B-24A84E95FC18}
{929F93E3-C4C8-485C-8AA6-E27393F301FB} = {C9AABD35-8B1F-4DED-8983-79E708A70CA3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6AF5F8A4-ADCF-4582-B4FB-26F1EFDD6C3B}
EndGlobalSection
EndGlobal