Click here to Skip to main content
15,891,905 members
Articles / Programming Languages / Visual Basic

AGE, Another Graphic Engine in .NET

Rate me:
Please Sign up or sign in to vote.
4.96/5 (36 votes)
10 May 2007CPOL8 min read 136.3K   5.9K   170  
A library that allows some GDI+ manipulation at runtime in an easy way

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeoDataType.GraphicDesigner", "NeoDataType.GraphicDesigner.csproj", "{69351EFB-EB2B-43E8-85E0-CCA1FCAEB563}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeoDataType.Graphic", "..\NeoDataType.Graphic\NeoDataType.Graphic.csproj", "{0AA22D83-275A-4878-B846-E613B3783568}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeoDataType.Graphic.Christmas", "..\NeoDataType.Graphic.Christmas\NeoDataType.Graphic.Christmas.csproj", "{3AF80446-DE5E-43D1-A2DA-04B502197420}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{69351EFB-EB2B-43E8-85E0-CCA1FCAEB563}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{69351EFB-EB2B-43E8-85E0-CCA1FCAEB563}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{69351EFB-EB2B-43E8-85E0-CCA1FCAEB563}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{69351EFB-EB2B-43E8-85E0-CCA1FCAEB563}.Release|Any CPU.Build.0 = Release|Any CPU
		{0AA22D83-275A-4878-B846-E613B3783568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0AA22D83-275A-4878-B846-E613B3783568}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0AA22D83-275A-4878-B846-E613B3783568}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0AA22D83-275A-4878-B846-E613B3783568}.Release|Any CPU.Build.0 = Release|Any CPU
		{3AF80446-DE5E-43D1-A2DA-04B502197420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3AF80446-DE5E-43D1-A2DA-04B502197420}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3AF80446-DE5E-43D1-A2DA-04B502197420}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3AF80446-DE5E-43D1-A2DA-04B502197420}.Release|Any CPU.Build.0 = 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 Code Project Open License (CPOL)


Written By
Web Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions