-
Notifications
You must be signed in to change notification settings - Fork 3
/
Epinova.ArvatoPaymentGateway.sln
41 lines (41 loc) · 1.96 KB
/
Epinova.ArvatoPaymentGateway.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Epinova.ArvatoPaymentGateway", "src\Epinova.ArvatoPaymentGateway.csproj", "{ECF74B4F-444A-4B4F-993B-B3A389DFCD1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Epinova.ArvatoPaymentGatewayTests", "tests\Epinova.ArvatoPaymentGatewayTests.csproj", "{AAEAC5F2-1FC1-42C1-9A83-FEBA3EAB1E0C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{7178DA35-BAF6-4920-8F4D-5B26BE9D46F1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECF74B4F-444A-4B4F-993B-B3A389DFCD1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECF74B4F-444A-4B4F-993B-B3A389DFCD1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECF74B4F-444A-4B4F-993B-B3A389DFCD1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECF74B4F-444A-4B4F-993B-B3A389DFCD1A}.Release|Any CPU.Build.0 = Release|Any CPU
{AAEAC5F2-1FC1-42C1-9A83-FEBA3EAB1E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAEAC5F2-1FC1-42C1-9A83-FEBA3EAB1E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAEAC5F2-1FC1-42C1-9A83-FEBA3EAB1E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAEAC5F2-1FC1-42C1-9A83-FEBA3EAB1E0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61E40E99-3E9E-44B5-8608-9F88C15B80E5}
EndGlobalSection
EndGlobal