ImageBoxSample/ImageBoxSample.sln

Download

imageboxsample-part-1.zip

(37.58 KB | 12 August 2010 )

First in a multi part series on creating an image viewer that can be scrolled and zoomed in C#.

Donate

Contents of imageboxsample-part-1.zip/ImageBoxSample/ImageBoxSample.sln

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageBoxSample", "ImageBoxSample.csproj", "{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

Files