diff options
author | montellese <montellese@xbmc.org> | 2012-04-14 22:12:42 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-04-14 22:13:14 +0200 |
commit | e0cfad9c9b9a46dc367653ea6b7a650289aa794a (patch) | |
tree | daac2d319bbdafc01b404c825e64adb31d9fff8e /project | |
parent | 27275a9c5fdb9c6246f97fbe05fc9d8dbede342d (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.filters | 4 |
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"> |