diff options
author | Kolja Lampe <razzeee@gmail.com> | 2016-07-24 21:19:45 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-07-30 09:46:57 +0200 |
commit | 3a012a73d769312310c9b65b4f92eaa269617819 (patch) | |
tree | 52c0c1f4bd1b0a31c87a10d9aa2d43132ee2084f | |
parent | 30a127fbac8cb3da0034c6273278482dedef3d47 (diff) |
[vs] Visual Studio project update.
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 1daadc42fe..8667a55212 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -341,6 +341,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogOK.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogPlayEject.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogPlayerControls.cpp" /> + <ClCompile Include="..\..\xbmc\dialogs\GUIDialogPlayerProcessInfo.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogProgress.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSeekBar.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogSelect.cpp" /> @@ -1088,6 +1089,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClInclude Include="..\..\xbmc\DbUrl.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardTouch.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" /> + <ClInclude Include="..\..\xbmc\dialogs\GUIDialogPlayerProcessInfo.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogSimpleMenu.h" /> <ClInclude Include="..\..\xbmc\epg\GUIEPGGridContainerModel.h" /> <ClInclude Include="..\..\xbmc\events\AddonEvent.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index e59468b15e..595e123080 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2842,6 +2842,9 @@ <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons\ActiveAEDSP.cpp"> <Filter>cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\dialogs\GUIDialogPlayerProcessInfo.cpp"> + <Filter>dialogs</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\xbmc\media\MediaType.cpp"> @@ -6701,6 +6704,9 @@ <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons\ActiveAEDSP.h"> <Filter>cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\dialogs\GUIDialogPlayerProcessInfo.h"> + <Filter>dialogs</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\platform\win32\XBMC_PC.rc"> |