From 1b76c1965993770cc1c6d8b2626e9b6075b75a0c Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 14 Nov 2024 12:39:07 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Erstelle=20die=20anf=C3=A4ngliche=20L?= =?UTF-8?q?=C3=B6sung=20DigitalData.Auth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DigitalData.Auth.sln | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DigitalData.Auth.sln diff --git a/DigitalData.Auth.sln b/DigitalData.Auth.sln new file mode 100644 index 0000000..58ea566 --- /dev/null +++ b/DigitalData.Auth.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal