aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC.vcxproj
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@xbmc.org>2014-07-12 18:20:04 +1200
committerJonathan Marshall <jmarshall@xbmc.org>2014-08-11 21:48:25 +1200
commitd2223e59898619d09266e4c9c602528dac607f0b (patch)
tree3864e4ac323eecc36a01e6efb0faa7b3aba14716 /project/VS2010Express/XBMC.vcxproj
parent94e41941647ecfed971e08c7a8b14cdcf0f58089 (diff)
[keyboard] adds code for loading keyboard layouts
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 271ee3aa36..e5b6e16975 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -486,6 +486,7 @@
<ClCompile Include="..\..\xbmc\GUIPassword.cpp" />
<ClCompile Include="..\..\xbmc\input\ButtonTranslator.cpp" />
<ClCompile Include="..\..\xbmc\input\InertialScrollingHandler.cpp" />
+ <ClCompile Include="..\..\xbmc\input\KeyboardLayout.cpp" />
<ClCompile Include="..\..\xbmc\input\KeyboardLayoutConfiguration.cpp" />
<ClCompile Include="..\..\xbmc\input\KeyboardStat.cpp" />
<ClCompile Include="..\..\xbmc\input\MouseStat.cpp" />
@@ -1804,6 +1805,7 @@
<ClInclude Include="..\..\xbmc\GUIUserMessages.h" />
<ClInclude Include="..\..\xbmc\input\ButtonTranslator.h" />
<ClInclude Include="..\..\xbmc\input\InertialScrollingHandler.h" />
+ <ClInclude Include="..\..\xbmc\input\KeyboardLayout.h" />
<ClInclude Include="..\..\xbmc\input\KeyboardLayoutConfiguration.h" />
<ClInclude Include="..\..\xbmc\input\KeyboardStat.h" />
<ClInclude Include="..\..\xbmc\input\MouseStat.h" />