Click here to Skip to main content
15,878,852 members
Articles / Desktop Programming / Windows Forms

An XML Schema Definition (XSD) Editor and Strongly-Typed Configuration Class Generator

Rate me:
Please Sign up or sign in to vote.
4.82/5 (6 votes)
20 Jul 2009CPOL5 min read 39.3K   2.5K   28  
An editor capable of producing commmon XSD documents and generating strongly-typed configuration class corresponding to the XML schema (XSD) file

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigClassGen", "ConfigClassGen\ConfigClassGen.csproj", "{08B4E4D4-733E-4F31-9B2B-79FE167A9ED7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{08B4E4D4-733E-4F31-9B2B-79FE167A9ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{08B4E4D4-733E-4F31-9B2B-79FE167A9ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{08B4E4D4-733E-4F31-9B2B-79FE167A9ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{08B4E4D4-733E-4F31-9B2B-79FE167A9ED7}.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
Software Developer (Senior) ThinData
Canada Canada
Song is a senior .NET Developer specialized on both Web and Windows applications. He is an MCTS (Microsoft Certified Technology Specialist) for Windows Applications, Web Applications and Distributed Applications.

He currently lives in Toronto and likes to travel.

You may contact Song through his email: song_gao@hotmail.com

Comments and Discussions