aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-04-14 22:12:42 +0200
committermontellese <montellese@xbmc.org>2012-04-14 22:13:14 +0200
commite0cfad9c9b9a46dc367653ea6b7a650289aa794a (patch)
treedaac2d319bbdafc01b404c825e64adb31d9fff8e /project
parent27275a9c5fdb9c6246f97fbe05fc9d8dbede342d (diff)
[win32] in VS project move MediaSource.cpp into utils folder (where MediaSource.h is located)
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index a0c71804ec..0ba9a08d7c 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -834,7 +834,6 @@
<ClCompile Include="..\..\xbmc\addons\Service.cpp">
<Filter>addons</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\MediaSource.cpp" />
<ClCompile Include="..\..\xbmc\guilib\GUIDialog.cpp">
<Filter>guilib</Filter>
</ClCompile>
@@ -2640,6 +2639,9 @@
<ClCompile Include="..\..\xbmc\filesystem\MemBufferCache.cpp">
<Filter>filesystem</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\MediaSource.cpp">
+ <Filter>utils</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xbmc\win32\pch.h">