mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying: Compile most TagLib files together for greatly increased build performance
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
<ClCompile Include="PlayerWMP.cpp" />
|
||||
<ClCompile Include="SDKs\iTunes\iTunesCOMInterface_i.c" />
|
||||
<ClCompile Include="StdAfx.cpp" />
|
||||
<ClCompile Include="TagLibUnity.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Cover.h" />
|
||||
@ -135,72 +136,8 @@
|
||||
<ClInclude Include="taglib\asf\asftag.h" />
|
||||
<ClInclude Include="taglib\asf\asfattribute.h" />
|
||||
<ClInclude Include="taglib\asf\asfpicture.h" />
|
||||
<ClCompile Include="taglib\mpeg\mpegfile.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\mpegproperties.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\mpegheader.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\xingheader.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v1\id3v1tag.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v1\id3v1genres.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v2\id3v2framefactory.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v2\id3v2synchdata.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v2\id3v2tag.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v2\id3v2header.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v2\id3v2frame.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v2\id3v2footer.cpp" />
|
||||
<ClCompile Include="taglib\mpeg\id3v2\id3v2extendedheader.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\ownershipframe.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\ogg\oggfile.cpp" />
|
||||
<ClCompile Include="taglib\ogg\oggpage.cpp" />
|
||||
<ClCompile Include="taglib\ogg\oggpageheader.cpp" />
|
||||
<ClCompile Include="taglib\ogg\xiphcomment.cpp" />
|
||||
<ClCompile Include="taglib\ogg\vorbis\vorbisfile.cpp" />
|
||||
<ClCompile Include="taglib\ogg\vorbis\vorbisproperties.cpp" />
|
||||
<ClCompile Include="taglib\ogg\flac\oggflacfile.cpp" />
|
||||
<ClCompile Include="taglib\mpc\mpcfile.cpp" />
|
||||
<ClCompile Include="taglib\mpc\mpcproperties.cpp" />
|
||||
<ClCompile Include="taglib\ape\apetag.cpp" />
|
||||
<ClCompile Include="taglib\ape\apefooter.cpp" />
|
||||
<ClCompile Include="taglib\ape\apeitem.cpp" />
|
||||
<ClCompile Include="taglib\ape\apefile.cpp" />
|
||||
<ClCompile Include="taglib\ape\apeproperties.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tpropertymap.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tstring.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tstringlist.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tbytevector.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tbytevectorlist.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tbytevectorstream.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tiostream.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tfile.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tfilestream.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tdebug.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\trefcounter.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\tdebuglistener.cpp" />
|
||||
<ClCompile Include="taglib\toolkit\unicode.cpp" />
|
||||
<ClCompile Include="taglib\flac\flacfile.cpp" />
|
||||
<ClCompile Include="taglib\flac\flacpicture.cpp" />
|
||||
<ClCompile Include="taglib\flac\flacproperties.cpp" />
|
||||
<ClCompile Include="taglib\flac\flacmetadatablock.cpp" />
|
||||
<ClCompile Include="taglib\flac\flacunknownmetadatablock.cpp" />
|
||||
<ClCompile Include="taglib\asf\asftag.cpp" />
|
||||
<ClCompile Include="taglib\asf\asffile.cpp" />
|
||||
<ClCompile Include="taglib\asf\asfproperties.cpp" />
|
||||
<ClCompile Include="taglib\asf\asfattribute.cpp" />
|
||||
<ClCompile Include="taglib\asf\asfpicture.cpp" />
|
||||
<ClCompile Include="taglib\tag.cpp" />
|
||||
<ClCompile Include="taglib\tagunion.cpp" />
|
||||
<ClCompile Include="taglib\fileref.cpp" />
|
||||
<ClCompile Include="taglib\audioproperties.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="PluginNowPlaying.rc" />
|
||||
|
Reference in New Issue
Block a user