Click here to Skip to main content
15,895,709 members
Articles / Programming Languages / Visual Basic

VS.NET CodeDOM-Based Custom Tool for String Resource Management

Rate me:
Please Sign up or sign in to vote.
4.52/5 (12 votes)
22 Jun 200413 min read 123.8K   1.1K   48  
A VS.NET custom tool, created with the help of CodeDOM and EnvDTE, used to facilitate management of resource strings via IntelliSense and error checking in VS.NET environment.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceClassGenerator", "ResourceClassGenerator\ResourceClassGenerator.csproj", "{3E5BC4C5-7A26-4F00-A193-198ADB005EB9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestVB", "TestVB\TestVB.vbproj", "{C2159F93-8A8B-40B9-9743-D06E52A8A8E7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestCSharp", "TestCSharp\TestCSharp.csproj", "{68DC62F7-54C9-4158-9F58-81E50002173D}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3E5BC4C5-7A26-4F00-A193-198ADB005EB9}.Debug.ActiveCfg = Debug|.NET
		{3E5BC4C5-7A26-4F00-A193-198ADB005EB9}.Debug.Build.0 = Debug|.NET
		{3E5BC4C5-7A26-4F00-A193-198ADB005EB9}.Release.ActiveCfg = Release|.NET
		{3E5BC4C5-7A26-4F00-A193-198ADB005EB9}.Release.Build.0 = Release|.NET
		{C2159F93-8A8B-40B9-9743-D06E52A8A8E7}.Debug.ActiveCfg = Debug|.NET
		{C2159F93-8A8B-40B9-9743-D06E52A8A8E7}.Debug.Build.0 = Debug|.NET
		{C2159F93-8A8B-40B9-9743-D06E52A8A8E7}.Release.ActiveCfg = Release|.NET
		{C2159F93-8A8B-40B9-9743-D06E52A8A8E7}.Release.Build.0 = Release|.NET
		{68DC62F7-54C9-4158-9F58-81E50002173D}.Debug.ActiveCfg = Debug|.NET
		{68DC62F7-54C9-4158-9F58-81E50002173D}.Debug.Build.0 = Debug|.NET
		{68DC62F7-54C9-4158-9F58-81E50002173D}.Release.ActiveCfg = Release|.NET
		{68DC62F7-54C9-4158-9F58-81E50002173D}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer Mono Ltd
Croatia Croatia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions