forked from paynl/csharp-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPAYNLSDK.sln
More file actions
44 lines (44 loc) · 2.31 KB
/
PAYNLSDK.sln
File metadata and controls
44 lines (44 loc) · 2.31 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PayNLSdk", "PAYNLSDK\PayNLSdk.csproj", "{C8AB15F6-3F29-490B-8424-F3A337177543}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PayNLSdk.Tests", "PayNLSdk.Tests\PayNLSdk.Tests.csproj", "{4C691697-D689-4A00-9E3B-45C05D9F7817}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DACFE405-2E22-4BEB-8B31-60A285F03EA0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppVeyor|Any CPU = AppVeyor|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8AB15F6-3F29-490B-8424-F3A337177543}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{C8AB15F6-3F29-490B-8424-F3A337177543}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{C8AB15F6-3F29-490B-8424-F3A337177543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8AB15F6-3F29-490B-8424-F3A337177543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8AB15F6-3F29-490B-8424-F3A337177543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8AB15F6-3F29-490B-8424-F3A337177543}.Release|Any CPU.Build.0 = Release|Any CPU
{4C691697-D689-4A00-9E3B-45C05D9F7817}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{4C691697-D689-4A00-9E3B-45C05D9F7817}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{4C691697-D689-4A00-9E3B-45C05D9F7817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C691697-D689-4A00-9E3B-45C05D9F7817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C691697-D689-4A00-9E3B-45C05D9F7817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C691697-D689-4A00-9E3B-45C05D9F7817}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {821BC9F0-00C1-4514-843D-619B98B6A1D0}
EndGlobalSection
EndGlobal