ResX File Public Code Generator 1.0
Free
Latest version:
1.0.1
See all
Developer:
Gokhan Altinoren
ResX File Public Code Generator is a custom Tool for Visual Studio 2005.
In Visual Studio 2005, strongly-typed code for resource files (.resx files) are automatically generated when you save them. The generated class, however, cannot be accessed externally since the class is marked as internal.
This little add-in just instructs the generation process to build a Public class. To use it, just change the Custom Tool property of any resource file from ResXFileCodeGenerator to ResXFilePublicCodeGenerator.
After you make any changes and save the file, IDE will auto-generate a Public strongly-typed class for your resource.
Comments