Click here to Skip to main content
15,894,646 members
Articles / Programming Languages / C#

Visual Studio Add-in that produces compact HTML code documentation

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
5 Aug 2005CPOL4 min read 35.4K   235   16  
A Visual Studio add-in that produces compact HTML code documentation from embedded XML.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VShtmlhelp", "VShtmlhelp.csproj", "{26CC1A5E-0CAC-48C9-A7C5-524C037BE054}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "VShtmlhelpSetup", "VShtmlhelpSetup\VShtmlhelpSetup.vdproj", "{6AEAD765-CA8E-4EE5-B5D6-47EB9E0FC5F7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{26CC1A5E-0CAC-48C9-A7C5-524C037BE054}.Debug.ActiveCfg = Debug|.NET
		{26CC1A5E-0CAC-48C9-A7C5-524C037BE054}.Debug.Build.0 = Debug|.NET
		{26CC1A5E-0CAC-48C9-A7C5-524C037BE054}.Release.ActiveCfg = Release|.NET
		{26CC1A5E-0CAC-48C9-A7C5-524C037BE054}.Release.Build.0 = Release|.NET
		{6AEAD765-CA8E-4EE5-B5D6-47EB9E0FC5F7}.Debug.ActiveCfg = Debug
		{6AEAD765-CA8E-4EE5-B5D6-47EB9E0FC5F7}.Release.ActiveCfg = Release
	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
Web Developer
United Kingdom United Kingdom
Mike Knuckey is a software consultant for Barnecourt Solutions, operating from Dartmoor, Devon, UK.

Comments and Discussions