Click here to Skip to main content
15,892,643 members
Articles / Programming Languages / C#

Extended Strongly Typed Resource Generator

Rate me:
Please Sign up or sign in to vote.
4.87/5 (74 votes)
31 Mar 2009CDDL8 min read 764.8K   6K   138  
An extended version of a strongly typed resource generator, with formatting support.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Design", "Design", "{3480ABFD-000A-4C4A-90B6-476DCBF9BEC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXFileCodeGeneratorEx.Common", "src\ResXFileCodeGeneratorEx.Common\ResXFileCodeGeneratorEx.Common.csproj", "{387D7726-06E5-4CF4-8DB2-A625DAB4660D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXFileCodeGeneratorEx", "src\ResXFileCodeGeneratorEx\ResXFileCodeGeneratorEx.csproj", "{A8636D77-B876-4E6A-863D-8C924E40955C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{77CC0A1D-8B0B-491A-AC75-4C2DD86BD9DC}"
	ProjectSection(SolutionItems) = preProject
		src\Dependencies\envdte.dll = src\Dependencies\envdte.dll
		src\Dependencies\envdte80.dll = src\Dependencies\envdte80.dll
		src\Dependencies\microsoft.visualstudio.designer.interfaces.dll = src\Dependencies\microsoft.visualstudio.designer.interfaces.dll
		src\Dependencies\Microsoft.VisualStudio.OLE.Interop.dll = src\Dependencies\Microsoft.VisualStudio.OLE.Interop.dll
		src\Dependencies\Microsoft.VisualStudio.Shell.dll = src\Dependencies\Microsoft.VisualStudio.Shell.dll
		src\Dependencies\microsoft.visualstudio.shell.interop.8.0.dll = src\Dependencies\microsoft.visualstudio.shell.interop.8.0.dll
		src\Dependencies\Microsoft.VisualStudio.Shell.Interop.dll = src\Dependencies\Microsoft.VisualStudio.Shell.Interop.dll
		src\Dependencies\microsoft.visualstudio.textmanager.interop.8.0.dll = src\Dependencies\microsoft.visualstudio.textmanager.interop.8.0.dll
		src\Dependencies\Microsoft.VisualStudio.TextManager.Interop.dll = src\Dependencies\Microsoft.VisualStudio.TextManager.Interop.dll
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{387D7726-06E5-4CF4-8DB2-A625DAB4660D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{387D7726-06E5-4CF4-8DB2-A625DAB4660D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{387D7726-06E5-4CF4-8DB2-A625DAB4660D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{387D7726-06E5-4CF4-8DB2-A625DAB4660D}.Release|Any CPU.Build.0 = Release|Any CPU
		{A8636D77-B876-4E6A-863D-8C924E40955C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A8636D77-B876-4E6A-863D-8C924E40955C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A8636D77-B876-4E6A-863D-8C924E40955C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A8636D77-B876-4E6A-863D-8C924E40955C}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{387D7726-06E5-4CF4-8DB2-A625DAB4660D} = {3480ABFD-000A-4C4A-90B6-476DCBF9BEC0}
		{A8636D77-B876-4E6A-863D-8C924E40955C} = {3480ABFD-000A-4C4A-90B6-476DCBF9BEC0}
	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 Common Development and Distribution License (CDDL)


Written By
Team Leader Corrigo, Inc.
United States United States
Dmytro is Dev. Lead working for Corrigo, Inc. He has been programming for more than 10 years. He is a Microsoft MCSD for Visual C++ and Visual C#.

Dmytro's programming experience includes C/C++, MFC, STL, ATL, .NET Framework 1.x/2.0, ASP/ASP.NET, C#, WSE and many other interesting technologies.

Comments and Discussions