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 6f6d7b1716..b1f8cc3690 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1668,6 +1668,7 @@ <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogAudioSubtitleSettings.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogFileStacking.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogFullScreenInfo.cpp" /> + <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogSubtitles.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogTeletext.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoBookmarks.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoInfo.cpp" /> @@ -2456,6 +2457,7 @@ <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogAudioSubtitleSettings.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogFileStacking.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogFullScreenInfo.h" /> + <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogSubtitles.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogTeletext.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogVideoBookmarks.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogVideoInfo.h" /> |