updated karaoke project

Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
Matt Bruce 2017-12-12 08:51:31 -06:00
parent 11fb580eb0
commit c300c066aa
3 changed files with 45 additions and 34 deletions

View File

@ -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

View File

@ -50,6 +50,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>karaoke.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
@ -154,10 +157,38 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="lib\presets\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CdgPlayer\CdgPlayer.csproj">
<Project>{a5324295-6bd2-4415-92cd-6ea77d708e00}</Project>
<Name>CdgPlayer</Name>
</ProjectReference>
<ProjectReference Include="..\FirebaseKaraoke\FirebaseKaraoke.csproj">
<Project>{4fe25e6d-1beb-4902-9815-c2b421233bd7}</Project>
<Name>FirebaseKaraoke</Name>
</ProjectReference>
<ProjectReference Include="..\Herse.Models\Herse.Models.csproj">
<Project>{F02EDA00-AA8F-47EF-AC7F-66DC315AA13D}</Project>
<Name>Herse.Models</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="karaoke.ico" />
<Content Include="lib\MaterialSkin.dll" />
<Content Include="lib\taglib-sharp.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="lib\taglib-sharp.dll" />
<Content Include="lib\vlc\libvlc.dll" />
<Content Include="lib\vlc\libvlccore.dll" />
<Content Include="lib\vlc\plugins\access\libaccess_attachment_plugin.dll" />
@ -458,35 +489,6 @@
<Content Include="lib\vlc\plugins\visualization\libprojectm_plugin.dll" />
<Content Include="lib\vlc\plugins\visualization\libvisual_plugin.dll" />
</ItemGroup>
<ItemGroup>
<Folder Include="lib\presets\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CdgPlayer\CdgPlayer.csproj">
<Project>{a5324295-6bd2-4415-92cd-6ea77d708e00}</Project>
<Name>CdgPlayer</Name>
</ProjectReference>
<ProjectReference Include="..\FirebaseKaraoke\FirebaseKaraoke.csproj">
<Project>{4fe25e6d-1beb-4902-9815-c2b421233bd7}</Project>
<Name>FirebaseKaraoke</Name>
</ProjectReference>
<ProjectReference Include="..\Herse.Models\Herse.Models.csproj">
<Project>{F02EDA00-AA8F-47EF-AC7F-66DC315AA13D}</Project>
<Name>Herse.Models</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>XCOPY "$(ProjectDir)lib" "$(TargetDir)lib\" /S /y /c</PostBuildEvent>

BIN
KaraokePlayer/karaoke.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB