diff options
author | montellese <montellese@xbmc.org> | 2013-08-07 09:00:48 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-11-03 10:05:16 +0100 |
commit | 3926f8540a4f06fcc6f14046f8c6bd8c4d3e5f16 (patch) | |
tree | 40868e2f26c80c70d9690fc0c1b4d47c5714211c /project/VS2010Express/XBMC.vcxproj | |
parent | 362a79f0e50b7d3c3ab20cd0612253d322fafca3 (diff) |
[win32] update VS project files
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 7cea76506f..7f3fa696c4 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -460,6 +460,7 @@ <ClCompile Include="..\..\xbmc\epg\EpgSearchFilter.cpp" /> <ClCompile Include="..\..\xbmc\epg\GUIEPGGridContainer.cpp" /> <ClCompile Include="..\..\xbmc\FileItem.cpp" /> + <ClCompile Include="..\..\xbmc\FileItemListModification.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\AddonsDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\AFPDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\AFPFile.cpp" /> @@ -916,6 +917,7 @@ <ClCompile Include="..\..\xbmc\playlists\PlayListWPL.cpp" /> <ClCompile Include="..\..\xbmc\playlists\PlayListXML.cpp" /> <ClCompile Include="..\..\xbmc\playlists\SmartPlayList.cpp" /> + <ClCompile Include="..\..\xbmc\playlists\SmartPlaylistFileItemListModifier.cpp" /> <ClCompile Include="..\..\xbmc\powermanagement\DPMSSupport.cpp" /> <ClCompile Include="..\..\xbmc\powermanagement\PowerManager.cpp" /> <ClCompile Include="..\..\xbmc\powermanagement\windows\Win32PowerSyscall.cpp" /> @@ -1080,6 +1082,7 @@ <ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.h" /> <ClInclude Include="..\..\xbmc\DbUrl.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" /> + <ClInclude Include="..\..\xbmc\FileItemListModification.h" /> <ClInclude Include="..\..\xbmc\filesystem\HTTPFile.h" /> <ClInclude Include="..\..\xbmc\filesystem\DAVCommon.h" /> <ClInclude Include="..\..\xbmc\filesystem\DAVFile.h" /> @@ -1103,6 +1106,7 @@ <ClInclude Include="..\..\xbmc\guilib\GUIKeyboardFactory.h" /> <ClInclude Include="..\..\xbmc\guilib\iimage.h" /> <ClInclude Include="..\..\xbmc\guilib\imagefactory.h" /> + <ClInclude Include="..\..\xbmc\IFileItemListModifier.h" /> <ClInclude Include="..\..\xbmc\input\touch\generic\GenericTouchActionHandler.h" /> <ClInclude Include="..\..\xbmc\input\touch\generic\GenericTouchSwipeDetector.h" /> <ClInclude Include="..\..\xbmc\input\touch\generic\IGenericTouchGestureDetector.h" /> @@ -1165,6 +1169,7 @@ <ClInclude Include="..\..\xbmc\network\NetworkServices.h" /> <ClInclude Include="..\..\xbmc\peripherals\bus\virtual\PeripheralBusCEC.h" /> <ClInclude Include="..\..\xbmc\network\upnp\UPnPSettings.h" /> + <ClInclude Include="..\..\xbmc\playlists\SmartPlaylistFileItemListModifier.h" /> <ClInclude Include="..\..\xbmc\profiles\dialogs\GUIDialogLockSettings.h" /> <ClInclude Include="..\..\xbmc\profiles\dialogs\GUIDialogProfileSettings.h" /> <ClInclude Include="..\..\xbmc\profiles\Profile.h" /> |