diff options
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 560b852f7f..780b6029fb 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -334,6 +334,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogGamepad.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogKaiToast.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.cpp" /> + <ClCompile Include="..\..\xbmc\dialogs\GUIDialogKeyboardTouch.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogMediaSource.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogNumeric.cpp" /> @@ -1089,6 +1090,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\WinRenderer.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.h" /> <ClInclude Include="..\..\xbmc\DbUrl.h" /> + <ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardTouch.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogSimpleMenu.h" /> <ClInclude Include="..\..\xbmc\epg\GUIEPGGridContainerModel.h" /> |