<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.Default.props" /> <PropertyGroup Label="Globals"> <ProjectGuid>{C7FECFCD-E6C6-4F95-BB9A-E1762B043969}</ProjectGuid> <ConfigurationType>DynamicLibrary</ConfigurationType> <TargetName>NowPlaying</TargetName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(SolutionDir)Build\VS\Rainmeter.Cpp.props" /> <Import Project="$(SolutionDir)Build\VS\RainmeterPlugin.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions>_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>./taglib;./taglib/toolkit;./taglib/asf;./taglib/mpeg;./taglib/ogg;./taglib/ogg/flac;./taglib/flac;./taglib/mpc;./taglib/ogg/vorbis;./taglib/mpeg/id3v2;./taglib/mpeg/id3v2/frames;./taglib/mpeg/id3v1;./taglib/ape;./taglib/wavpack;.\SDKs\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <ExceptionHandling Condition="'$(Configuration)'=='Release'">false</ExceptionHandling> <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">false</WholeProgramOptimization> </ClCompile> <Link> <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> <AdditionalDependencies>Psapi.lib;WinInet.lib;comsuppwd.lib;%(AdditionalDependencies)</AdditionalDependencies> <RuntimeTypeInfo>true</RuntimeTypeInfo> </Link> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="Cover.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="Internet.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="Lyrics.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="NowPlaying.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="Player.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="PlayerAIMP.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="PlayerCAD.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="PlayerITunes.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="PlayerSpotify.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="PlayerWinamp.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="PlayerWLM.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="PlayerWMP.cpp"> <PrecompiledHeader>Use</PrecompiledHeader> </ClCompile> <ClCompile Include="SDKs\iTunes\iTunesCOMInterface_i.c" /> <ClCompile Include="StdAfx.cpp"> <PrecompiledHeader>Create</PrecompiledHeader> </ClCompile> <ClCompile Include="TagLibUnity.cpp" /> </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> <ClInclude Include="taglib\tag.h" /> <ClInclude Include="taglib\fileref.h" /> <ClInclude Include="taglib\audioproperties.h" /> <ClInclude Include="taglib\taglib_export.h" /> <ClInclude Include="taglib\toolkit\taglib.h" /> <ClInclude Include="taglib\toolkit\tpropertymap.h" /> <ClInclude Include="taglib\toolkit\tstring.h" /> <ClInclude Include="taglib\toolkit\tlist.h" /> <ClInclude Include="taglib\toolkit\tstringlist.h" /> <ClInclude Include="taglib\toolkit\tbytevector.h" /> <ClInclude Include="taglib\toolkit\tbytevectorlist.h" /> <ClInclude Include="taglib\toolkit\tbytevectorstream.h" /> <ClInclude Include="taglib\toolkit\tiostream.h" /> <ClInclude Include="taglib\toolkit\tfile.h" /> <ClInclude Include="taglib\toolkit\tfilestream.h" /> <ClInclude Include="taglib\toolkit\tmap.h" /> <ClInclude Include="taglib\toolkit\trefcounter.h" /> <ClInclude Include="taglib\toolkit\tdebuglistener.h" /> <ClInclude Include="taglib\mpeg\mpegfile.h" /> <ClInclude Include="taglib\mpeg\mpegproperties.h" /> <ClInclude Include="taglib\mpeg\mpegheader.h" /> <ClInclude Include="taglib\mpeg\xingheader.h" /> <ClInclude Include="taglib\mpeg\id3v1\id3v1tag.h" /> <ClInclude Include="taglib\mpeg\id3v1\id3v1genres.h" /> <ClInclude Include="taglib\mpeg\id3v2\id3v2extendedheader.h" /> <ClInclude Include="taglib\mpeg\id3v2\id3v2frame.h" /> <ClInclude Include="taglib\mpeg\id3v2\id3v2header.h" /> <ClInclude Include="taglib\mpeg\id3v2\id3v2synchdata.h" /> <ClInclude Include="taglib\mpeg\id3v2\id3v2footer.h" /> <ClInclude Include="taglib\mpeg\id3v2\id3v2framefactory.h" /> <ClInclude Include="taglib\mpeg\id3v2\id3v2tag.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\attachedpictureframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\commentsframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\generalencapsulatedobjectframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\ownershipframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\popularimeterframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\privateframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\relativevolumeframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\textidentificationframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\uniquefileidentifierframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\unknownframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\unsynchronizedlyricsframe.h" /> <ClInclude Include="taglib\mpeg\id3v2\frames\urllinkframe.h" /> <ClInclude Include="taglib\ogg\oggfile.h" /> <ClInclude Include="taglib\ogg\oggpage.h" /> <ClInclude Include="taglib\ogg\oggpageheader.h" /> <ClInclude Include="taglib\ogg\xiphcomment.h" /> <ClInclude Include="taglib\ogg\vorbis\vorbisfile.h" /> <ClInclude Include="taglib\ogg\vorbis\vorbisproperties.h" /> <ClInclude Include="taglib\ogg\flac\oggflacfile.h" /> <ClInclude Include="taglib\flac\flacfile.h" /> <ClInclude Include="taglib\flac\flacpicture.h" /> <ClInclude Include="taglib\flac\flacproperties.h" /> <ClInclude Include="taglib\flac\flacmetadatablock.h" /> <ClInclude Include="taglib\ape\apefile.h" /> <ClInclude Include="taglib\ape\apeproperties.h" /> <ClInclude Include="taglib\ape\apetag.h" /> <ClInclude Include="taglib\ape\apefooter.h" /> <ClInclude Include="taglib\ape\apeitem.h" /> <ClInclude Include="taglib\mpc\mpcfile.h" /> <ClInclude Include="taglib\mpc\mpcproperties.h" /> <ClInclude Include="taglib\riff\wav\infotag.h" /> <ClInclude Include="taglib\asf\asffile.h" /> <ClInclude Include="taglib\asf\asfproperties.h" /> <ClInclude Include="taglib\asf\asftag.h" /> <ClInclude Include="taglib\asf\asfattribute.h" /> <ClInclude Include="taglib\asf\asfpicture.h" /> <ClCompile Include="TagLibUnity_ape.cpp" /> <ClCompile Include="TagLibUnity_asf.cpp" /> <ClCompile Include="TagLibUnity_flac.cpp" /> <ClCompile Include="TagLibUnity_mpeg.cpp" /> <ClCompile Include="TagLibUnity_mpeg_id3v2.cpp" /> <ClCompile Include="TagLibUnity_ogg.cpp" /> <ClCompile Include="TagLibUnity_toolkit.cpp" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="PluginNowPlaying.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>