aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2013-02-02 14:42:13 +0100
committermontellese <montellese@xbmc.org>2013-02-02 14:42:13 +0100
commita1ddaf04fbb29cb6c09fd6b07c2f7212f0a6918a (patch)
treec9004446146153b5d4319218074d395b0e4bcbe2 /project
parent51f72f81751620f43fc7b93706087e33aa834bc4 (diff)
[win32] cleanup VS project files
Karaoke related files were in the wrong place of the directory hierarchy.
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters11
1 files changed, 10 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 53a6c9754f..f2c2379d19 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2957,6 +2957,9 @@
<ClCompile Include="..\..\xbmc\interfaces\python\PyContext.cpp">
<Filter>interfaces\python</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\video\FFmpegVideoDecoder.cpp">
+ <Filter>video</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xbmc\win32\pch.h">
@@ -5773,6 +5776,12 @@
<ClInclude Include="..\..\xbmc\interfaces\python\PyContext.h">
<Filter>interfaces\python</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\music\karaoke\karaokevideobackground.h">
+ <Filter>music\karaoke</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h">
+ <Filter>video</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc">
@@ -5804,4 +5813,4 @@
<Filter>interfaces\swig</Filter>
</None>
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file