Click here to Skip to main content
15,886,724 members
Articles / Web Development / HTML

An XML Compiler

Rate me:
Please Sign up or sign in to vote.
4.59/5 (25 votes)
13 Sep 2005CPOL9 min read 96K   1.3K   72  
Convert your XML object graph to code using CodeDom
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UTWinForm", "UTWinForm.csproj", "{099C35C8-C5AC-4AE9-986D-5BD831E641A5}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clifton.Tools.Strings", "..\..\Clifton.Tools.Strings\Clifton.Tools.Strings.csproj", "{785E007E-4692-4017-8A82-E2287654F2EF}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clifton.Tools.Xml", "..\..\Clifton.Tools.Xml\Clifton.Tools.Xml.csproj", "{A4D7BE54-89F7-4785-8A3E-EAEBC46D4AB1}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MuteLib", "..\MuteLib\MuteLib.csproj", "{761A223C-85A5-4D89-844C-6767822F52DB}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "..\UnitTest\UnitTest.csproj", "{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clifton.Tools.Data", "..\..\Clifton.Tools.Data\Clifton.Tools.Data.csproj", "{D278589A-31A5-448B-9510-50DBC265DCB6}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{099C35C8-C5AC-4AE9-986D-5BD831E641A5}.Debug.ActiveCfg = Debug|.NET
		{099C35C8-C5AC-4AE9-986D-5BD831E641A5}.Debug.Build.0 = Debug|.NET
		{099C35C8-C5AC-4AE9-986D-5BD831E641A5}.Release.ActiveCfg = Release|.NET
		{099C35C8-C5AC-4AE9-986D-5BD831E641A5}.Release.Build.0 = Release|.NET
		{785E007E-4692-4017-8A82-E2287654F2EF}.Debug.ActiveCfg = Debug|.NET
		{785E007E-4692-4017-8A82-E2287654F2EF}.Debug.Build.0 = Debug|.NET
		{785E007E-4692-4017-8A82-E2287654F2EF}.Release.ActiveCfg = Release|.NET
		{785E007E-4692-4017-8A82-E2287654F2EF}.Release.Build.0 = Release|.NET
		{A4D7BE54-89F7-4785-8A3E-EAEBC46D4AB1}.Debug.ActiveCfg = Debug|.NET
		{A4D7BE54-89F7-4785-8A3E-EAEBC46D4AB1}.Debug.Build.0 = Debug|.NET
		{A4D7BE54-89F7-4785-8A3E-EAEBC46D4AB1}.Release.ActiveCfg = Release|.NET
		{A4D7BE54-89F7-4785-8A3E-EAEBC46D4AB1}.Release.Build.0 = Release|.NET
		{761A223C-85A5-4D89-844C-6767822F52DB}.Debug.ActiveCfg = Debug|.NET
		{761A223C-85A5-4D89-844C-6767822F52DB}.Debug.Build.0 = Debug|.NET
		{761A223C-85A5-4D89-844C-6767822F52DB}.Release.ActiveCfg = Release|.NET
		{761A223C-85A5-4D89-844C-6767822F52DB}.Release.Build.0 = Release|.NET
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Debug.ActiveCfg = Debug|.NET
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Debug.Build.0 = Debug|.NET
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Release.ActiveCfg = Release|.NET
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Release.Build.0 = Release|.NET
		{D278589A-31A5-448B-9510-50DBC265DCB6}.Debug.ActiveCfg = Debug|.NET
		{D278589A-31A5-448B-9510-50DBC265DCB6}.Debug.Build.0 = Debug|.NET
		{D278589A-31A5-448B-9510-50DBC265DCB6}.Release.ActiveCfg = Release|.NET
		{D278589A-31A5-448B-9510-50DBC265DCB6}.Release.Build.0 = Release|.NET
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Interacx
United States United States
Blog: https://marcclifton.wordpress.com/
Home Page: http://www.marcclifton.com
Research: http://www.higherorderprogramming.com/
GitHub: https://github.com/cliftonm

All my life I have been passionate about architecture / software design, as this is the cornerstone to a maintainable and extensible application. As such, I have enjoyed exploring some crazy ideas and discovering that they are not so crazy after all. I also love writing about my ideas and seeing the community response. As a consultant, I've enjoyed working in a wide range of industries such as aerospace, boatyard management, remote sensing, emergency services / data management, and casino operations. I've done a variety of pro-bono work non-profit organizations related to nature conservancy, drug recovery and women's health.

Comments and Discussions