508 lines
32 KiB
XML
508 lines
32 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{2CF318E2-04B5-40FC-9577-6DAC62B86FB2}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>KaraokePlayer</RootNamespace>
|
|
<AssemblyName>KaraokePlayer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MaterialSkin, Version=0.0.3.3, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>lib\MaterialSkin.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing.Design" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.WebRequest" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PlayerWrapper.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SongInfoForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SongInfoForm.Designer.cs">
|
|
<DependentUpon>SongInfoForm.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="SongInfoForm.resx">
|
|
<DependentUpon>SongInfoForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="lib\vlc\plugins\plugins.dat" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="lib\MaterialSkin.dll" />
|
|
<Content Include="lib\taglib-sharp.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="lib\vlc\libvlc.dll" />
|
|
<Content Include="lib\vlc\libvlccore.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_attachment_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_bd_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_ftp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_http_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_imem_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_mms_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_rar_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_realrtsp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_smb_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_tcp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_udp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libaccess_vdr_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libcdda_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libdshow_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libdtv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libdvdnav_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libdvdread_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libfilesystem_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libidummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\liblibbluray_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\liblive555_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\librtp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libscreen_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libsdp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libshm_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libstream_filter_rar_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libtimecode_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libvcd_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access\libzip_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access_output\libaccess_output_dummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access_output\libaccess_output_file_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access_output\libaccess_output_http_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access_output\libaccess_output_livehttp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access_output\libaccess_output_shout_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\access_output\libaccess_output_udp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\liba52tofloat32_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\liba52tospdif_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libaudiobargraph_a_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libaudio_format_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libchorus_flanger_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libcompressor_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libdolby_surround_decoder_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libdtstofloat32_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libdtstospdif_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libequalizer_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libgain_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libheadphone_channel_mixer_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libkaraoke_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libmono_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libmpgatofixed32_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libnormvol_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libparam_eq_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libremap_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libsamplerate_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libscaletempo_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libsimple_channel_mixer_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libspatializer_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libspeex_resampler_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libstereo_widen_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libtrivial_channel_mixer_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_filter\libugly_resampler_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_mixer\libfloat_mixer_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_mixer\libinteger_mixer_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_output\libadummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_output\libafile_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_output\libamem_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_output\libdirectsound_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_output\libmmdevice_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\audio_output\libwaveout_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\liba52_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libadpcm_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libaes3_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libaraw_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libavcodec_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libcc_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libcdg_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libcrystalhd_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libcvdsub_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libddummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libdmo_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libdts_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libdvbsub_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libdxva2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libedummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libfaad_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libflac_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libg711_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libkate_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\liblibass_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\liblibmpeg2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\liblpcm_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libmpeg_audio_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libopus_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libpng_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libquicktime_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\librawvideo_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libschroedinger_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libscte27_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libspeex_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libspudec_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libstl_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libsubsdec_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libsubsusf_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libsvcdsub_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libt140_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libtheora_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libtwolame_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libuleaddvaudio_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libvorbis_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libx264_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\codec\libzvbi_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\control\libdummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\control\libgestures_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\control\libglobalhotkeys_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\control\libhotkeys_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\control\libnetsync_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\control\libntservice_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\control\liboldrc_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libaiff_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libasf_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libau_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libavi_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libdemuxdump_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libdemux_cdg_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libdemux_stl_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libdirac_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libes_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libflacsys_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libgme_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libh264_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libimage_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libmjpeg_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libmkv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libmod_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libmp4_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libmpc_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libmpgv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libnsc_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libnsv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libnuv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libogg_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libplaylist_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libps_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libpva_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\librawaud_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\librawdv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\librawvid_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libreal_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libsid_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libsmf_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libsubtitle_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libts_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libtta_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libty_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libvc1_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libvobsub_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libvoc_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libwav_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\demux\libxa_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\gui\libqt4_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\gui\libskins2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\lua\liblua_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\meta_engine\libfolder_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\meta_engine\libtaglib_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\libaudioscrobbler_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\libexport_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\libfingerprinter_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\libgnutls_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\liblogger_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\libstats_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\libvod_rtsp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\misc\libxml_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mmx\libi420_rgb_mmx_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mmx\libi420_yuy2_mmx_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mmx\libi422_yuy2_mmx_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_asf_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_avi_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_dummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_mp4_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_mpjpeg_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_ogg_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_ps_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_ts_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\mux\libmux_wav_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_copy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_dirac_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_flac_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_h264_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_mlp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_mpeg4audio_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_mpeg4video_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_mpegvideo_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\packetizer\libpacketizer_vc1_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\services_discovery\libmediadirs_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\services_discovery\libpodcast_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\services_discovery\libsap_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\services_discovery\libupnp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\services_discovery\libwindrive_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\sse2\libi420_rgb_sse2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\sse2\libi420_yuy2_sse2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\sse2\libi422_yuy2_sse2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_filter\libdash_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_filter\libhttplive_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_filter\librecord_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_filter\libsmooth_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_autodel_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_bridge_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_chromaprint_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_delay_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_description_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_display_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_dummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_duplicate_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_es_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_gather_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_langfromtelx_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_mosaic_bridge_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_raop_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_record_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_rtp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_setid_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_smem_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_standard_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\stream_out\libstream_out_transcode_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\text_renderer\libfreetype_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\text_renderer\libtdummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\libgrey_yuv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\libi420_rgb_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\libi420_yuy2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\libi422_i420_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\libi422_yuy2_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\librv32_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\libyuy2_i420_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_chroma\libyuy2_i422_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libadjust_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libalphamask_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libanaglyph_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libantiflicker_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libatmo_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libaudiobargraph_v_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libball_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libblendbench_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libblend_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libbluescreen_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libcanvas_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libchain_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libclone_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libcolorthres_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libcroppadd_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libdeinterlace_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\liberase_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libextract_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libgaussianblur_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libgradfun_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libgradient_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libgrain_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libhqdn3d_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libinvert_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\liblogo_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libmagnify_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libmarq_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libmirror_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libmosaic_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libmotionblur_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libmotiondetect_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libpanoramix_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libposterize_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libpostproc_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libpsychedelic_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libpuzzle_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libremoteosd_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libripple_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\librotate_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\librss_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libscale_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libscene_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libsepia_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libsharpen_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libsubsdelay_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libswscale_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libtransform_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libwall_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libwave_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_filter\libyuvp_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libcaca_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libdirect2d_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libdirect3d_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libdirectdraw_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libdrawable_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libglwin32_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libvdummy_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libvmem_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libwingdi_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\video_output\libyuv_plugin.dll" />
|
|
<Content Include="lib\vlc\plugins\visualization\libgoom_plugin.dll" />
|
|
<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>
|
|
</PropertyGroup>
|
|
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
|
</Target>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |