Click here to Skip to main content
15,884,472 members
Articles / Programming Languages / XSLT

XML Visualizer v.2

Rate me:
Please Sign up or sign in to vote.
4.88/5 (107 votes)
16 Nov 2016CPOL5 min read 292.8K   18.7K   404  
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, 2010, 2012, 2013 and 2015.
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestVisualizer", "TestVisualizer\TestVisualizer.csproj", "{374CD2F0-2E93-4264-8CB6-E460D191C0E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visualizer", "Visualizer\Visualizer.csproj", "{F9D2D3A4-46BB-480F-B131-ED69F1134B8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualizerMain", "VisualizerMain\VisualizerMain.csproj", "{49F5835F-B647-444D-BAAA-6AC39D8DDE59}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 4
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = https://tfs08.codeplex.com/
		SccLocalPath0 = .
		SccProjectUniqueName1 = TestVisualizer\\TestVisualizer.csproj
		SccProjectName1 = TestVisualizer
		SccLocalPath1 = TestVisualizer
		SccProjectUniqueName2 = Visualizer\\Visualizer.csproj
		SccProjectName2 = Visualizer
		SccLocalPath2 = Visualizer
		SccProjectUniqueName3 = VisualizerMain\\VisualizerMain.csproj
		SccProjectName3 = VisualizerMain
		SccLocalPath3 = VisualizerMain
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{374CD2F0-2E93-4264-8CB6-E460D191C0E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{374CD2F0-2E93-4264-8CB6-E460D191C0E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{374CD2F0-2E93-4264-8CB6-E460D191C0E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{374CD2F0-2E93-4264-8CB6-E460D191C0E7}.Release|Any CPU.Build.0 = Release|Any CPU
		{F9D2D3A4-46BB-480F-B131-ED69F1134B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F9D2D3A4-46BB-480F-B131-ED69F1134B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F9D2D3A4-46BB-480F-B131-ED69F1134B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F9D2D3A4-46BB-480F-B131-ED69F1134B8B}.Release|Any CPU.Build.0 = Release|Any CPU
		{49F5835F-B647-444D-BAAA-6AC39D8DDE59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{49F5835F-B647-444D-BAAA-6AC39D8DDE59}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{49F5835F-B647-444D-BAAA-6AC39D8DDE59}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{49F5835F-B647-444D-BAAA-6AC39D8DDE59}.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
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions