diff --git a/KaraokePlayer.sln b/KaraokePlayer.sln index f0ec294..407daee 100644 --- a/KaraokePlayer.sln +++ b/KaraokePlayer.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.27130.2003 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CdgLib", "CdgLib\CdgLib.csproj", "{3203DFD2-DA5B-47B3-B009-18DD9C401FC3}" EndProject @@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Herse.Models", "Herse.Model EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BillboardPlaylistUpdater", "BillboardPlaylistUpdater\BillboardPlaylistUpdater.csproj", "{AE892DF7-C43E-422A-B82E-29B5E6E0341C}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingsALot", "SingsALot\SingsALot.csproj", "{40954789-DA71-4C0B-8D03-184B19248982}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -55,8 +57,15 @@ Global {AE892DF7-C43E-422A-B82E-29B5E6E0341C}.Debug|Any CPU.Build.0 = Debug|Any CPU {AE892DF7-C43E-422A-B82E-29B5E6E0341C}.Release|Any CPU.ActiveCfg = Release|Any CPU {AE892DF7-C43E-422A-B82E-29B5E6E0341C}.Release|Any CPU.Build.0 = Release|Any CPU + {40954789-DA71-4C0B-8D03-184B19248982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {40954789-DA71-4C0B-8D03-184B19248982}.Debug|Any CPU.Build.0 = Debug|Any CPU + {40954789-DA71-4C0B-8D03-184B19248982}.Release|Any CPU.ActiveCfg = Release|Any CPU + {40954789-DA71-4C0B-8D03-184B19248982}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7C0F4455-7909-4079-9D9F-C4DEEB91DEE4} + EndGlobalSection EndGlobal diff --git a/KaraokePlayer/KaraokePlayer.csproj b/KaraokePlayer/KaraokePlayer.csproj index a0e7c8a..c51e998 100644 --- a/KaraokePlayer/KaraokePlayer.csproj +++ b/KaraokePlayer/KaraokePlayer.csproj @@ -50,6 +50,9 @@ prompt 4 + + karaoke.ico + ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll @@ -154,10 +157,38 @@ + + + + + {a5324295-6bd2-4415-92cd-6ea77d708e00} + CdgPlayer + + + {4fe25e6d-1beb-4902-9815-c2b421233bd7} + FirebaseKaraoke + + + {F02EDA00-AA8F-47EF-AC7F-66DC315AA13D} + Herse.Models + + + + + False + Microsoft .NET Framework 4.6 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + - - PreserveNewest - + @@ -458,35 +489,6 @@ - - - - - - {a5324295-6bd2-4415-92cd-6ea77d708e00} - CdgPlayer - - - {4fe25e6d-1beb-4902-9815-c2b421233bd7} - FirebaseKaraoke - - - {F02EDA00-AA8F-47EF-AC7F-66DC315AA13D} - Herse.Models - - - - - False - Microsoft .NET Framework 4.6 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - XCOPY "$(ProjectDir)lib" "$(TargetDir)lib\" /S /y /c diff --git a/KaraokePlayer/karaoke.ico b/KaraokePlayer/karaoke.ico new file mode 100644 index 0000000..86df9ef Binary files /dev/null and b/KaraokePlayer/karaoke.ico differ