diff options
author | ace20022 <ace20022@xbmc.org> | 2015-02-03 15:19:06 +0100 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2015-02-08 18:33:05 +0100 |
commit | 6e4afa4389494f14756349e862e7e6869d22abeb (patch) | |
tree | e4edf849de6d2e16961bbf7f47b9b79461d1d233 /project/VS2010Express/XBMC.vcxproj | |
parent | a5bf5d49f950120d4a338529efb54e0a8937a7ff (diff) |
[dialogs] Move CGUIWindowVideoBase::ShowPlaySelection to its own class.
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index e29e9a4479..7e873102bb 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -263,6 +263,7 @@ <ClCompile Include="..\..\xbmc\dialogs\GUIDialogProgress.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSeekBar.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSelect.cpp" /> + <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSimpleMenu.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSlider.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSmartPlaylistEditor.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSmartPlaylistRule.cpp" /> @@ -861,6 +862,7 @@ <ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.h" /> <ClInclude Include="..\..\xbmc\DbUrl.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" /> + <ClInclude Include="..\..\xbmc\dialogs\GUIDialogSimpleMenu.h" /> <ClInclude Include="..\..\xbmc\FileItemListModification.h" /> <ClInclude Include="..\..\xbmc\filesystem\BlurayFile.h" /> <ClInclude Include="..\..\xbmc\filesystem\HTTPFile.h" /> |