Click here to Skip to main content
15,896,201 members
Articles / Web Development / HTML

XML Data Files, XML Serialization, and .NET

Rate me:
Please Sign up or sign in to vote.
4.82/5 (28 votes)
27 Aug 200317 min read 340.5K   6.4K   130  
Describes a means to build XML data files using XML Schema and xsd.exe to facilitate easy XML Serialization
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "CardfileCE", "CardfileCE.csdproj", "{E63CC04C-F10B-4763-9A0E-492AAF6952D5}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E63CC04C-F10B-4763-9A0E-492AAF6952D5}.Debug.ActiveCfg = Debug|Pocket PC
		{E63CC04C-F10B-4763-9A0E-492AAF6952D5}.Debug.Build.0 = Debug|Pocket PC
		{E63CC04C-F10B-4763-9A0E-492AAF6952D5}.Debug.Deploy.0 = Debug|Pocket PC
		{E63CC04C-F10B-4763-9A0E-492AAF6952D5}.Release.ActiveCfg = Release|Pocket PC
		{E63CC04C-F10B-4763-9A0E-492AAF6952D5}.Release.Build.0 = Release|Pocket PC
		{E63CC04C-F10B-4763-9A0E-492AAF6952D5}.Release.Deploy.0 = Release|Pocket PC
	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.


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

Comments and Discussions