diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index f593f18c6f..24f3ea6aee 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -441,8 +441,8 @@ <ClCompile Include="..\..\xbmc\GUIPassword.cpp" /> <ClCompile Include="..\..\xbmc\GUIViewControl.cpp" /> <ClCompile Include="..\..\xbmc\GUIViewState.cpp" /> - <ClCompile Include="..\..\xbmc\InertialScrollingHandler.cpp" /> <ClCompile Include="..\..\xbmc\input\ButtonTranslator.cpp" /> + <ClCompile Include="..\..\xbmc\input\InertialScrollingHandler.cpp" /> <ClCompile Include="..\..\xbmc\input\KeyboardLayoutConfiguration.cpp" /> <ClCompile Include="..\..\xbmc\input\KeyboardStat.cpp" /> <ClCompile Include="..\..\xbmc\input\KeymapLoader.cpp" /> @@ -1357,8 +1357,8 @@ <ClInclude Include="..\..\xbmc\GUIUserMessages.h" /> <ClInclude Include="..\..\xbmc\GUIViewControl.h" /> <ClInclude Include="..\..\xbmc\GUIViewState.h" /> - <ClInclude Include="..\..\xbmc\InertialScrollingHandler.h" /> <ClInclude Include="..\..\xbmc\input\ButtonTranslator.h" /> + <ClInclude Include="..\..\xbmc\input\InertialScrollingHandler.h" /> <ClInclude Include="..\..\xbmc\input\KeyboardLayoutConfiguration.h" /> <ClInclude Include="..\..\xbmc\input\KeyboardStat.h" /> <ClInclude Include="..\..\xbmc\input\KeymapLoader.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index a2a7590875..3a377505f9 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2475,7 +2475,9 @@ <ClCompile Include="..\..\xbmc\guilib\DirtyRegionTracker.cpp"> <Filter>guilib</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\InertialScrollingHandler.cpp" /> + <ClCompile Include="..\..\xbmc\input\InertialScrollingHandler.cpp"> + <Filter>input</Filter> + </ClCompile> <ClCompile Include="..\..\xbmc\threads\platform\Implementation.cpp"> <Filter>threads\platform</Filter> </ClCompile> @@ -4974,7 +4976,9 @@ <ClInclude Include="..\..\xbmc\threads\ThreadLocal.h"> <Filter>threads</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\InertialScrollingHandler.h" /> + <ClInclude Include="..\..\xbmc\input\InertialScrollingHandler.h" > + <Filter>input</Filter> + </ClInclude> <ClInclude Include="..\..\xbmc\threads\platform\Condition.h"> <Filter>threads\platform</Filter> </ClInclude> |