mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional change to cea85dd
This commit is contained in:
parent
cea85dd0f0
commit
bb067ae305
@ -63,7 +63,6 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\..\Downloads\taglib-1.9.1.tar\taglib-1.9.1\taglib-1.9.1\taglib\toolkit\tpropertymap.cpp" />
|
||||
<ClCompile Include="Cover.cpp" />
|
||||
<ClCompile Include="Internet.cpp" />
|
||||
<ClCompile Include="Lyrics.cpp" />
|
||||
@ -80,7 +79,6 @@
|
||||
<ClCompile Include="StdAfx.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\..\Downloads\taglib-1.9.1.tar\taglib-1.9.1\taglib-1.9.1\taglib\toolkit\tpropertymap.h" />
|
||||
<ClInclude Include="Cover.h" />
|
||||
<ClInclude Include="Internet.h" />
|
||||
<ClInclude Include="Lyrics.h" />
|
||||
@ -108,6 +106,7 @@
|
||||
<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" />
|
||||
@ -208,6 +207,7 @@
|
||||
<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" />
|
||||
|
@ -264,7 +264,7 @@
|
||||
<ClCompile Include="taglib\ogg\xiphcomment.cpp">
|
||||
<Filter>taglib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\Downloads\taglib-1.9.1.tar\taglib-1.9.1\taglib-1.9.1\taglib\toolkit\tpropertymap.cpp">
|
||||
<ClCompile Include="taglib\toolkit\tpropertymap.cpp">
|
||||
<Filter>taglib</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
@ -527,7 +527,7 @@
|
||||
<ClInclude Include="taglib\ogg\xiphcomment.h">
|
||||
<Filter>taglib</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\Downloads\taglib-1.9.1.tar\taglib-1.9.1\taglib-1.9.1\taglib\toolkit\tpropertymap.h">
|
||||
<ClInclude Include="taglib\toolkit\tpropertymap.h">
|
||||
<Filter>taglib</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user