diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index bfefc2b180..3d9875c479 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -748,7 +748,6 @@ <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderNSF.cpp" /> <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderShn.cpp" /> <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderSPC.cpp" /> - <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.cpp" /> <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderYM.cpp" /> <ClCompile Include="..\..\xbmc\music\tags\TagLibVFSStream.cpp" /> <ClCompile Include="..\..\xbmc\music\tags\TagLoaderTagLib.cpp" /> @@ -1139,7 +1138,6 @@ <ClInclude Include="..\..\xbmc\interfaces\python\swig.h" /> <ClInclude Include="..\..\xbmc\interfaces\python\XBPython.h" /> <ClInclude Include="..\..\xbmc\music\MusicDbUrl.h" /> - <ClInclude Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.h" /> <ClInclude Include="..\..\xbmc\music\tags\TagLibVFSStream.h" /> <ClInclude Include="..\..\xbmc\music\tags\TagLoaderTagLib.h" /> <ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPImageHandler.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 3e5fffd35f..b5e72d9719 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2839,9 +2839,6 @@ <ClCompile Include="..\..\xbmc\music\tags\TagLoaderTagLib.cpp"> <Filter>music\tags</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.cpp"> - <Filter>music\tags</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\interfaces\python\test\TestSwig.cpp"> <Filter>interfaces\python\test</Filter> </ClCompile> @@ -5801,9 +5798,6 @@ <ClInclude Include="..\..\xbmc\music\tags\TagLoaderTagLib.h"> <Filter>music\tags</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.h"> - <Filter>music\tags</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\interfaces\json-rpc\AddonsOperations.h"> <Filter>interfaces\json-rpc</Filter> </ClInclude> |