Click here to Skip to main content
15,881,413 members
Articles / Programming Languages / C#

Album Surfer

Rate me:
Please Sign up or sign in to vote.
3.83/5 (3 votes)
19 Jun 20054 min read 50.3K   469   23  
An app for easy image scrolling.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlbumSurferProject", "AlbumSurfer\AlbumSurferProject.csproj", "{DA74A74E-4586-49F1-ACCD-707EA3C7B406}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlbumSurferHelp", "AlbumSurferHelp\AlbumSurferHelp.csproj", "{37E35C20-79B2-4E7D-9E4B-E8F07A7808B7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AlbumSurfer", "AlbumSurferDeploy\AlbumSurfer.vdproj", "{6D2D21DB-6B12-4746-853F-8E2E627856D0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{DA74A74E-4586-49F1-ACCD-707EA3C7B406}.Debug.ActiveCfg = Debug|.NET
		{DA74A74E-4586-49F1-ACCD-707EA3C7B406}.Debug.Build.0 = Debug|.NET
		{DA74A74E-4586-49F1-ACCD-707EA3C7B406}.Release.ActiveCfg = Release|.NET
		{DA74A74E-4586-49F1-ACCD-707EA3C7B406}.Release.Build.0 = Release|.NET
		{37E35C20-79B2-4E7D-9E4B-E8F07A7808B7}.Debug.ActiveCfg = Release|.NET
		{37E35C20-79B2-4E7D-9E4B-E8F07A7808B7}.Release.ActiveCfg = Release|.NET
		{6D2D21DB-6B12-4746-853F-8E2E627856D0}.Debug.ActiveCfg = Debug
		{6D2D21DB-6B12-4746-853F-8E2E627856D0}.Release.ActiveCfg = Release
		{6D2D21DB-6B12-4746-853F-8E2E627856D0}.Release.Build.0 = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here



Comments and Discussions