aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2011-06-26 18:08:35 +1200
committerJonathan Marshall <jmarshall@never.you.mind>2011-06-27 10:43:52 +1200
commitd77b13a86d1fed9e9993c23af3f9ad2274c9f96f (patch)
treefba457e78643a535a46096927ad0019844e8f3d2 /project
parent37d78498970dad89ee81a9a4f25a6e5f10a00485 (diff)
move dim/black screensaver to the windowmanager
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj4
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters8
2 files changed, 10 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index f052425b31..d8e0a9604a 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1151,6 +1151,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" />
@@ -1991,6 +1992,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" />
@@ -2053,4 +2055,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>