forked from adyen-examples/adyen-dotnet-online-payments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadyen-dotnet-online-payments.sln
66 lines (66 loc) · 4.46 KB
/
adyen-dotnet-online-payments.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
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33006.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "checkout-example", "checkout-example", "{F4D45A25-83A9-442B-9822-6B112EEBA4D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "subscription-example", "subscription-example", "{F5BCB6E3-8846-461B-BD95-384B14BC7791}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "adyen-dotnet-checkout-example", "checkout-example\adyen-dotnet-checkout-example.csproj", "{E0B23B2B-C820-4264-9F64-87E077D1762A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "adyen-dotnet-subscription-example", "subscription-example\adyen-dotnet-subscription-example.csproj", "{15143C43-B718-40D9-A8E5-DA7E247BBEE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "giftcard-example", "giftcard-example", "{24558B77-0E04-4D15-90BC-05A57FCB5FE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "adyen-dotnet-giftcard-example", "giftcard-example\adyen-dotnet-giftcard-example.csproj", "{3972652A-783F-4114-B1C5-27BF754F2BA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "paybylink-example", "paybylink-example", "{F3A61AF3-5126-417B-9AB2-A0F99B119325}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "adyen-dotnet-paybylink-example", "paybylink-example\adyen-dotnet-paybylink-example.csproj", "{A4303B5C-301E-432F-B8AC-571096DF5273}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "checkout-example-advanced", "checkout-example-advanced", "{B2582A34-631C-4130-B35D-838FA98297EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "adyen-dotnet-checkout-example-advanced", "checkout-example-advanced\adyen-dotnet-checkout-example-advanced.csproj", "{26D67844-2033-4C06-A55A-5B50CFDEB0BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0B23B2B-C820-4264-9F64-87E077D1762A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0B23B2B-C820-4264-9F64-87E077D1762A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0B23B2B-C820-4264-9F64-87E077D1762A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0B23B2B-C820-4264-9F64-87E077D1762A}.Release|Any CPU.Build.0 = Release|Any CPU
{15143C43-B718-40D9-A8E5-DA7E247BBEE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15143C43-B718-40D9-A8E5-DA7E247BBEE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15143C43-B718-40D9-A8E5-DA7E247BBEE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15143C43-B718-40D9-A8E5-DA7E247BBEE7}.Release|Any CPU.Build.0 = Release|Any CPU
{3972652A-783F-4114-B1C5-27BF754F2BA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3972652A-783F-4114-B1C5-27BF754F2BA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3972652A-783F-4114-B1C5-27BF754F2BA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3972652A-783F-4114-B1C5-27BF754F2BA4}.Release|Any CPU.Build.0 = Release|Any CPU
{A4303B5C-301E-432F-B8AC-571096DF5273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4303B5C-301E-432F-B8AC-571096DF5273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4303B5C-301E-432F-B8AC-571096DF5273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4303B5C-301E-432F-B8AC-571096DF5273}.Release|Any CPU.Build.0 = Release|Any CPU
{26D67844-2033-4C06-A55A-5B50CFDEB0BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26D67844-2033-4C06-A55A-5B50CFDEB0BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26D67844-2033-4C06-A55A-5B50CFDEB0BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26D67844-2033-4C06-A55A-5B50CFDEB0BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E0B23B2B-C820-4264-9F64-87E077D1762A} = {F4D45A25-83A9-442B-9822-6B112EEBA4D9}
{15143C43-B718-40D9-A8E5-DA7E247BBEE7} = {F5BCB6E3-8846-461B-BD95-384B14BC7791}
{3972652A-783F-4114-B1C5-27BF754F2BA4} = {24558B77-0E04-4D15-90BC-05A57FCB5FE5}
{A4303B5C-301E-432F-B8AC-571096DF5273} = {F3A61AF3-5126-417B-9AB2-A0F99B119325}
{26D67844-2033-4C06-A55A-5B50CFDEB0BC} = {B2582A34-631C-4130-B35D-838FA98297EA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {777409BD-281D-419E-9F9B-BE609D4B6971}
EndGlobalSection
EndGlobal