From dd1d7e179ce046455c084b2beb40caa916a57404 Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Thu, 25 Apr 2019 22:38:21 -0400 Subject: [PATCH] add sln file --- Jellyfin.Plugin.ServerWMC.sln | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Jellyfin.Plugin.ServerWMC.sln diff --git a/Jellyfin.Plugin.ServerWMC.sln b/Jellyfin.Plugin.ServerWMC.sln new file mode 100644 index 0000000..0480814 --- /dev/null +++ b/Jellyfin.Plugin.ServerWMC.sln @@ -0,0 +1,17 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jellyfin.Plugin.ServerWMC", "Jellyfin.Plugin.ServerWMC\Jellyfin.Plugin.ServerWMC.csproj", "{B78A131C-18C5-403E-B880-48FFFBC244B0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B78A131C-18C5-403E-B880-48FFFBC244B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B78A131C-18C5-403E-B880-48FFFBC244B0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B78A131C-18C5-403E-B880-48FFFBC244B0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B78A131C-18C5-403E-B880-48FFFBC244B0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal