diff options
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index fbf9728b4e..13b0d70a8b 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -402,7 +402,6 @@ <ClCompile Include="..\..\xbmc\cores\paplayer\DTSCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\FLACcodec.cpp" />
- <ClCompile Include="..\..\xbmc\cores\paplayer\GYMCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\ModplugCodec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\MP3codec.cpp" />
<ClCompile Include="..\..\xbmc\cores\paplayer\NSFCodec.cpp" />
@@ -532,7 +531,6 @@ <ClCompile Include="..\..\xbmc\MusicInfoTagLoaderDatabase.cpp" />
<ClCompile Include="..\..\xbmc\musicInfoTagLoaderFactory.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderFlac.cpp" />
- <ClCompile Include="..\..\xbmc\MusicInfoTagLoaderGYM.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderMidi.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderMod.cpp" />
<ClCompile Include="..\..\xbmc\MusicInfoTagLoaderMP3.cpp" />
@@ -1151,7 +1149,6 @@ <ClInclude Include="..\..\xbmc\cores\paplayer\DTSCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DVDPlayerCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\FLACcodec.h" />
- <ClInclude Include="..\..\xbmc\cores\paplayer\GYMCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\ICodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\ModplugCodec.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\MP3codec.h" />
@@ -1235,7 +1232,6 @@ <ClInclude Include="..\..\xbmc\MusicInfoTagLoaderApe.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderASAP.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderDatabase.h" />
- <ClInclude Include="..\..\xbmc\MusicInfoTagLoaderGYM.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderMidi.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderMod.h" />
<ClInclude Include="..\..\xbmc\MusicInfoTagLoaderMPC.h" />
|