diff options
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 1a281aebee..236859a796 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1155,6 +1155,7 @@ <ClCompile Include="..\..\xbmc\windows\GUIWindowLoginScreen.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowPointer.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowScreensaver.cpp" /> + <ClCompile Include="..\..\xbmc\windows\GUIWindowScreensaverDim.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowStartup.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowSystemInfo.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowWeather.cpp" /> @@ -1995,6 +1996,7 @@ <ClInclude Include="..\..\xbmc\windows\GUIWindowLoginScreen.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowPointer.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowScreensaver.h" /> + <ClInclude Include="..\..\xbmc\windows\GUIWindowScreensaverDim.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowStartup.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowSystemInfo.h" /> <ClInclude Include="..\..\xbmc\windows\GUIWindowWeather.h" /> @@ -2057,4 +2059,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project>
\ No newline at end of file +</Project> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 7aaf2ad10d..f07d4de2bd 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2222,6 +2222,9 @@ <ClCompile Include="..\..\xbmc\windows\GUIWindowScreensaver.cpp"> <Filter>windows</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\windows\GUIWindowScreensaverDim.cpp"> + <Filter>windows</Filter> + </ClCompile> <ClCompile Include="..\..\xbmc\windows\GUIWindowStartup.cpp"> <Filter>windows</Filter> </ClCompile> @@ -4684,6 +4687,9 @@ <ClInclude Include="..\..\xbmc\windows\GUIWindowScreensaver.h"> <Filter>windows</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\windows\GUIWindowScreensaverDim.h"> + <Filter>windows</Filter> + </ClInclude> <ClInclude Include="..\..\xbmc\windows\GUIWindowStartup.h"> <Filter>windows</Filter> </ClInclude> @@ -4956,4 +4962,4 @@ <Filter>win32</Filter> </CustomBuild> </ItemGroup> -</Project>
\ No newline at end of file +</Project> |