diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2011-06-11 19:26:03 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2011-06-16 16:08:27 +1200 |
commit | 42109b546d91827aa879f253f37cf0ba954d41f8 (patch) | |
tree | f79d2ad1262aff065d6bc48cbe52ee6b22a80614 /project/VS2010Express/XBMC.vcxproj | |
parent | d277c52e6b9d44ccc6169d92df28cd6080074d2c (diff) |
move debug info rendering to the windowmanager
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 91c61c8854..b6aed2656d 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1145,6 +1145,7 @@ <ClCompile Include="..\..\xbmc\windowing\WinEventsSDL.cpp" /> <ClCompile Include="..\..\xbmc\windowing\WinSystem.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIMediaWindow.cpp" /> + <ClCompile Include="..\..\xbmc\windows\GUIWindowDebugInfo.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowFileManager.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowHome.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowLoginScreen.cpp" /> @@ -1980,6 +1981,7 @@ <ClInclude Include="..\..\xbmc\windowing\WinSystem.h" /> <ClInclude Include="..\..\xbmc\windowing\XBMC_events.h" /> <ClInclude Include="..\..\xbmc\windows\GUIMediaWindow.h" /> + <ClInclude Include="..\..\xbmc\windows\GUIWindowDebugInfo.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowFileManager.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowHome.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowLoginScreen.h" /> |