From 001d7fdad282720f28d505334710d668f1caffa7 Mon Sep 17 00:00:00 2001 From: Valters Melnalksnis Date: Tue, 14 Jun 2022 08:10:33 +0300 Subject: [PATCH] feat: Add NordigenDotNet.sln --- NordigenDotNet.sln | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 NordigenDotNet.sln diff --git a/NordigenDotNet.sln b/NordigenDotNet.sln new file mode 100644 index 0000000..1d5e02e --- /dev/null +++ b/NordigenDotNet.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56CE37B2-286D-49AA-BCF4-E9AB51E7CC48}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection +EndGlobal