<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{C7FECFCD-E6C6-4F95-BB9A-E1762B043969}</ProjectGuid>
    <RootNamespace>PluginNowPlaying</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <Import Project="$(SolutionDir)\Rainmeter.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>Unicode</CharacterSet>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>$(COMPILER64)</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>$(COMPILER64)</PlatformToolset>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)TestBench\x32\$(Configuration)\Plugins\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x32\$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)TestBench\x64\$(Configuration)\Plugins\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)TestBench\x32\$(Configuration)\Plugins\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x32\$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)TestBench\x64\$(Configuration)\Plugins\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NowPlaying</TargetName>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NowPlaying</TargetName>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NowPlaying</TargetName>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NowPlaying</TargetName>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <Midl>
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MkTypLibCompatible>true</MkTypLibCompatible>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <TargetEnvironment>Win32</TargetEnvironment>
      <TypeLibraryName>.\x32/Debug/NowPlaying.tlb</TypeLibraryName>
      <HeaderFileName>
      </HeaderFileName>
    </Midl>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;PluginNowPlaying_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <PrecompiledHeaderOutputFile>.\x32/Debug/PluginNowPlaying.pch</PrecompiledHeaderOutputFile>
      <AssemblerListingLocation>.\x32/Debug/</AssemblerListingLocation>
      <ObjectFileName>.\x32/Debug/</ObjectFileName>
      <ProgramDataBaseFileName>.\x32/Debug/</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
      <DisableSpecificWarnings>4018;4090;4114;4351;4786;4800;4996</DisableSpecificWarnings>
      <AdditionalIncludeDirectories>.\sha2;.\taglib;.\taglib\toolkit;.\taglib\mpeg\id3v2\frames;.\taglib\ogg;.\taglib\asf;.\taglib\mp4;.\taglib\ogg\vorbis;.\taglib\ogg\flac;.\taglib\ogg\speex;.\taglib\riff;.\taglib\riff\wav;.\taglib\riff\aiff;.\taglib\flac;.\taglib\mpeg;.\taglib\mpeg\id3v1;.\taglib\mpeg\id3v2;.\taglib\mpc;.\taglib\ape;.\taglib\trueaudio;.\taglib\wavpack;.\SDKs\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <OutputFile>../../TestBench/x32/Debug/Plugins/NowPlaying.dll</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <AdditionalLibraryDirectories>..\..\Library\x32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <ProgramDatabaseFile>.\x32/Debug/NowPlaying.pdb</ProgramDatabaseFile>
      <ImportLibrary>.\x32/Debug/NowPlaying.lib</ImportLibrary>
      <TargetMachine>MachineX86</TargetMachine>
      <AdditionalDependencies>Rainmeter.lib;Psapi.lib;WinInet.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Midl>
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MkTypLibCompatible>true</MkTypLibCompatible>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <TargetEnvironment>X64</TargetEnvironment>
      <TypeLibraryName>.\x64/Debug/NowPlaying.tlb</TypeLibraryName>
      <HeaderFileName>
      </HeaderFileName>
    </Midl>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;NowPlaying_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <PrecompiledHeaderOutputFile>.\x64/Debug/NowPlaying.pch</PrecompiledHeaderOutputFile>
      <AssemblerListingLocation>.\x64/Debug/</AssemblerListingLocation>
      <ObjectFileName>.\x64/Debug/</ObjectFileName>
      <ProgramDataBaseFileName>.\x64/Debug/</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <DisableSpecificWarnings>4018;4090;4114;4351;4786;4800;4996</DisableSpecificWarnings>
      <AdditionalIncludeDirectories>.\sha2;.\taglib;.\taglib\toolkit;.\taglib\mpeg\id3v2\frames;.\taglib\ogg;.\taglib\asf;.\taglib\mp4;.\taglib\ogg\vorbis;.\taglib\ogg\flac;.\taglib\ogg\speex;.\taglib\riff;.\taglib\riff\wav;.\taglib\riff\aiff;.\taglib\flac;.\taglib\mpeg;.\taglib\mpeg\id3v1;.\taglib\mpeg\id3v2;.\taglib\mpc;.\taglib\ape;.\taglib\trueaudio;.\taglib\wavpack;.\SDKs\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>_DEBUG;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <OutputFile>../../TestBench/x64/Debug/Plugins/NowPlaying.dll</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <ProgramDatabaseFile>.\x64/Debug/NowPlaying.pdb</ProgramDatabaseFile>
      <ImportLibrary>.\x64/Debug/NowPlaying.lib</ImportLibrary>
      <TargetMachine>MachineX64</TargetMachine>
      <AdditionalDependencies>Rainmeter.lib;Psapi.lib;WinInet.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <AdditionalLibraryDirectories>..\..\Library\x64\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Midl>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MkTypLibCompatible>true</MkTypLibCompatible>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <TargetEnvironment>Win32</TargetEnvironment>
      <TypeLibraryName>.\x32/Release/NowPlaying.tlb</TypeLibraryName>
      <HeaderFileName>
      </HeaderFileName>
    </Midl>
    <ClCompile>
      <Optimization>MaxSpeed</Optimization>
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;PluginNowPlaying_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <PrecompiledHeaderOutputFile>.\x32/Release/PluginNowPlaying.pch</PrecompiledHeaderOutputFile>
      <AssemblerListingLocation>.\x32/Release/</AssemblerListingLocation>
      <ObjectFileName>.\x32/Release/</ObjectFileName>
      <ProgramDataBaseFileName>.\x32/Release/</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <DisableSpecificWarnings>4018;4090;4099;4114;4244;4267;4309;4351;4390;4530;4786;4800;4996</DisableSpecificWarnings>
      <AdditionalIncludeDirectories>.\sha2;.\taglib;.\taglib\toolkit;.\taglib\mpeg\id3v2\frames;.\taglib\ogg;.\taglib\asf;.\taglib\mp4;.\taglib\ogg\vorbis;.\taglib\ogg\flac;.\taglib\ogg\speex;.\taglib\riff;.\taglib\riff\wav;.\taglib\riff\aiff;.\taglib\flac;.\taglib\mpeg;.\taglib\mpeg\id3v1;.\taglib\mpeg\id3v2;.\taglib\mpc;.\taglib\ape;.\taglib\trueaudio;.\taglib\wavpack;.\SDKs\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <ExceptionHandling>false</ExceptionHandling>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <AdditionalDependencies>Rainmeter.lib;Psapi.lib;WinInet.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <OutputFile>../../TestBench/x32/Release/Plugins/NowPlaying.dll</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <AdditionalLibraryDirectories>..\..\Library\x32\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <ProgramDatabaseFile>.\x32/Release/NowPlaying.pdb</ProgramDatabaseFile>
      <ImportLibrary>.\x32/Release/NowPlaying.lib</ImportLibrary>
      <TargetMachine>MachineX86</TargetMachine>
      <MergeSections>.rdata=.text</MergeSections>
      <OptimizeReferences>true</OptimizeReferences>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Midl>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MkTypLibCompatible>true</MkTypLibCompatible>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <TargetEnvironment>X64</TargetEnvironment>
      <TypeLibraryName>.\x64/Release/NowPlaying.tlb</TypeLibraryName>
      <HeaderFileName>
      </HeaderFileName>
    </Midl>
    <ClCompile>
      <AdditionalOptions>/GL  %(AdditionalOptions)</AdditionalOptions>
      <Optimization>MaxSpeed</Optimization>
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;PluginNowPlaying_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <PrecompiledHeaderOutputFile>.\x64/Release/NowPlaying.pch</PrecompiledHeaderOutputFile>
      <AssemblerListingLocation>.\x64/Release/</AssemblerListingLocation>
      <ObjectFileName>.\x64/Release/</ObjectFileName>
      <ProgramDataBaseFileName>.\x64/Release/</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <DisableSpecificWarnings>4018;4090;4099;4114;4244;4267;4309;4351;4390;4530;4786;4800;4996</DisableSpecificWarnings>
      <AdditionalIncludeDirectories>.\sha2;.\taglib;.\taglib\toolkit;.\taglib\mpeg\id3v2\frames;.\taglib\ogg;.\taglib\asf;.\taglib\mp4;.\taglib\ogg\vorbis;.\taglib\ogg\flac;.\taglib\ogg\speex;.\taglib\riff;.\taglib\riff\wav;.\taglib\riff\aiff;.\taglib\flac;.\taglib\mpeg;.\taglib\mpeg\id3v1;.\taglib\mpeg\id3v2;.\taglib\mpc;.\taglib\ape;.\taglib\trueaudio;.\taglib\wavpack;.\SDKs\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <ExceptionHandling>false</ExceptionHandling>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>NDEBUG;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <AdditionalOptions>/LTCG  %(AdditionalOptions)</AdditionalOptions>
      <AdditionalDependencies>Rainmeter.lib;Psapi.lib;WinInet.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <OutputFile>../../TestBench/x64/Release/Plugins/NowPlaying.dll</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <AdditionalLibraryDirectories>..\..\Library\x64\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <ProgramDatabaseFile>.\x64/Release/NowPlaying.pdb</ProgramDatabaseFile>
      <ImportLibrary>.\x64/Release/NowPlaying.lib</ImportLibrary>
      <TargetMachine>MachineX64</TargetMachine>
      <MergeSections>.rdata=.text</MergeSections>
      <OptimizeReferences>true</OptimizeReferences>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="Cover.cpp" />
    <ClCompile Include="Internet.cpp" />
    <ClCompile Include="Lyrics.cpp" />
    <ClCompile Include="NowPlaying.cpp" />
    <ClCompile Include="Player.cpp" />
    <ClCompile Include="PlayerAIMP.cpp" />
    <ClCompile Include="PlayerCAD.cpp" />
    <ClCompile Include="PlayerITunes.cpp" />
    <ClCompile Include="PlayerSpotify.cpp" />
    <ClCompile Include="PlayerWinamp.cpp" />
    <ClCompile Include="PlayerWLM.cpp" />
    <ClCompile Include="PlayerWMP.cpp" />
    <ClCompile Include="SDKs\iTunes\iTunesCOMInterface_i.c" />
    <ClCompile Include="StdAfx.cpp" />
    <ClCompile Include="taglib\ape\apefile.cpp" />
    <ClCompile Include="taglib\ape\apefooter.cpp" />
    <ClCompile Include="taglib\ape\apeitem.cpp" />
    <ClCompile Include="taglib\ape\apeproperties.cpp" />
    <ClCompile Include="taglib\ape\apetag.cpp" />
    <ClCompile Include="taglib\asf\asfattribute.cpp" />
    <ClCompile Include="taglib\asf\asffile.cpp" />
    <ClCompile Include="taglib\asf\asfpicture.cpp" />
    <ClCompile Include="taglib\asf\asfproperties.cpp" />
    <ClCompile Include="taglib\asf\asftag.cpp" />
    <ClCompile Include="taglib\audioproperties.cpp" />
    <ClCompile Include="taglib\fileref.cpp" />
    <ClCompile Include="taglib\flac\flacfile.cpp" />
    <ClCompile Include="taglib\flac\flacmetadatablock.cpp" />
    <ClCompile Include="taglib\flac\flacpicture.cpp" />
    <ClCompile Include="taglib\flac\flacproperties.cpp" />
    <ClCompile Include="taglib\flac\flacunknownmetadatablock.cpp" />
    <ClCompile Include="taglib\mp4\mp4atom.cpp" />
    <ClCompile Include="taglib\mp4\mp4coverart.cpp" />
    <ClCompile Include="taglib\mp4\mp4file.cpp" />
    <ClCompile Include="taglib\mp4\mp4item.cpp" />
    <ClCompile Include="taglib\mp4\mp4properties.cpp" />
    <ClCompile Include="taglib\mp4\mp4tag.cpp" />
    <ClCompile Include="taglib\mpc\mpcfile.cpp" />
    <ClCompile Include="taglib\mpc\mpcproperties.cpp" />
    <ClCompile Include="taglib\mpeg\id3v1\id3v1genres.cpp" />
    <ClCompile Include="taglib\mpeg\id3v1\id3v1tag.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\attachedpictureframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\commentsframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\generalencapsulatedobjectframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\popularimeterframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\privateframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\relativevolumeframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\textidentificationframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\uniquefileidentifierframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\unknownframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\unsynchronizedlyricsframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\frames\urllinkframe.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\id3v2extendedheader.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\id3v2footer.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\id3v2frame.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\id3v2framefactory.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\id3v2header.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\id3v2synchdata.cpp" />
    <ClCompile Include="taglib\mpeg\id3v2\id3v2tag.cpp" />
    <ClCompile Include="taglib\mpeg\mpegfile.cpp" />
    <ClCompile Include="taglib\mpeg\mpegheader.cpp" />
    <ClCompile Include="taglib\mpeg\mpegproperties.cpp" />
    <ClCompile Include="taglib\mpeg\xingheader.cpp" />
    <ClCompile Include="taglib\ogg\flac\oggflacfile.cpp" />
    <ClCompile Include="taglib\ogg\oggfile.cpp" />
    <ClCompile Include="taglib\ogg\oggpage.cpp" />
    <ClCompile Include="taglib\ogg\oggpageheader.cpp" />
    <ClCompile Include="taglib\ogg\vorbis\vorbisfile.cpp" />
    <ClCompile Include="taglib\ogg\vorbis\vorbisproperties.cpp" />
    <ClCompile Include="taglib\ogg\xiphcomment.cpp" />
    <ClCompile Include="taglib\tag.cpp" />
    <ClCompile Include="taglib\tagunion.cpp" />
    <ClCompile Include="taglib\toolkit\tbytevector.cpp" />
    <ClCompile Include="taglib\toolkit\tbytevectorlist.cpp" />
    <ClCompile Include="taglib\toolkit\tdebug.cpp" />
    <ClCompile Include="taglib\toolkit\tfile.cpp" />
    <ClCompile Include="taglib\toolkit\tstring.cpp" />
    <ClCompile Include="taglib\toolkit\tstringlist.cpp" />
    <ClCompile Include="taglib\toolkit\unicode.cpp" />
    <ClCompile Include="taglib\wavpack\wavpackfile.cpp" />
    <ClCompile Include="taglib\wavpack\wavpackproperties.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Library\Library.vcxproj">
      <Project>{be9d2400-7f1c-49d6-8498-5ce495491ad6}</Project>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Cover.h" />
    <ClInclude Include="Internet.h" />
    <ClInclude Include="Lyrics.h" />
    <ClInclude Include="NowPlaying.h" />
    <ClInclude Include="Player.h" />
    <ClInclude Include="PlayerAIMP.h" />
    <ClInclude Include="PlayerCAD.h" />
    <ClInclude Include="PlayerITunes.h" />
    <ClInclude Include="PlayerSpotify.h" />
    <ClInclude Include="PlayerWinamp.h" />
    <ClInclude Include="PlayerWLM.h" />
    <ClInclude Include="PlayerWMP.h" />
    <ClInclude Include="SDKs\AIMP\aimp2_sdk.h" />
    <ClInclude Include="SDKs\CAD\cad_sdk.h" />
    <ClInclude Include="SDKs\iTunes\iTunesCOMInterface.h" />
    <ClInclude Include="SDKs\Winamp\wa_cmd.h" />
    <ClInclude Include="SDKs\Winamp\wa_dlg.h" />
    <ClInclude Include="SDKs\Winamp\wa_hotkeys.h" />
    <ClInclude Include="SDKs\Winamp\wa_ipc.h" />
    <ClInclude Include="StdAfx.h" />
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="PluginNowPlaying.rc" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>