diff options
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 128f32ac8e..9d35b9ee62 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -502,6 +502,7 @@ <ClCompile Include="..\..\xbmc\input\InputManager.cpp" /> <ClCompile Include="..\..\xbmc\input\Key.cpp" /> <ClCompile Include="..\..\xbmc\input\KeyboardLayout.cpp" /> + <ClCompile Include="..\..\xbmc\input\KeyboardLayoutManager.cpp" /> <ClCompile Include="..\..\xbmc\input\KeyboardStat.cpp" /> <ClCompile Include="..\..\xbmc\input\MouseStat.cpp" /> <ClCompile Include="..\..\xbmc\input\touch\generic\GenericTouchActionHandler.cpp" /> @@ -904,6 +905,7 @@ <ClInclude Include="..\..\xbmc\IFileItemListModifier.h" /> <ClInclude Include="..\..\xbmc\input\InputManager.h" /> <ClInclude Include="..\..\xbmc\input\Key.h" /> + <ClInclude Include="..\..\xbmc\input\KeyboardLayoutManager.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" /> @@ -2613,4 +2615,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project>
\ No newline at end of file +</Project> |