From ffee75d18a49b46594d328bd372959c05431c566 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Mon, 8 Mar 2021 20:20:58 +0000 Subject: [PATCH] =?UTF-8?q?Neuer=20Webservice=20f=C3=BCr=20Michael=20(Abgl?= =?UTF-8?q?eich=20NSW=20->=20Wetris)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nsw/Source/bsmd.nsw.service.sln | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 nsw/Source/bsmd.nsw.service.sln diff --git a/nsw/Source/bsmd.nsw.service.sln b/nsw/Source/bsmd.nsw.service.sln new file mode 100644 index 00000000..4c0509fa --- /dev/null +++ b/nsw/Source/bsmd.nsw.service.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30907.101 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsmd.nsw.service", "bsmd.nsw.service\bsmd.nsw.service.csproj", "{AC61D284-D3C1-4139-86A1-83459DC1C4E0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsmd.database", "bsmd.database\bsmd.database.csproj", "{19945AF2-379B-46A5-B27A-303B5EC1D557}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AC61D284-D3C1-4139-86A1-83459DC1C4E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AC61D284-D3C1-4139-86A1-83459DC1C4E0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC61D284-D3C1-4139-86A1-83459DC1C4E0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AC61D284-D3C1-4139-86A1-83459DC1C4E0}.Release|Any CPU.Build.0 = Release|Any CPU + {19945AF2-379B-46A5-B27A-303B5EC1D557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {19945AF2-379B-46A5-B27A-303B5EC1D557}.Debug|Any CPU.Build.0 = Debug|Any CPU + {19945AF2-379B-46A5-B27A-303B5EC1D557}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19945AF2-379B-46A5-B27A-303B5EC1D557}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7094617B-3206-4479-866E-AC0ECD192DC4} + EndGlobalSection +EndGlobal