Click here to Skip to main content
15,886,825 members
Articles / Desktop Programming / WPF

Another Screensaver with WPF

Rate me:
Please Sign up or sign in to vote.
4.87/5 (17 votes)
27 Jan 2012CDDL8 min read 72K   4.3K   63  
Lessons learnt from writing a screensaver with WPF

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RZWScreenSaver", "RZWScreenSaver\RZWScreenSaver.csproj", "{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78AB2D4A-0F28-4D89-938C-EF2963D25E60}"
	ProjectSection(SolutionItems) = preProject
		license.txt = license.txt
		user stories.txt = user stories.txt
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x64 = Debug|x64
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Debug|x64.ActiveCfg = Debug|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Release|Any CPU.Build.0 = Release|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{94FEF7B6-CD22-4ABE-A622-FC0E85ADEC46}.Release|x64.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)


Written By
Architect
Thailand Thailand
C/C++ and C# programmer.

Comments and Discussions