Resource File Generator

Program Description

The Resource File Generator converts .txt files and .resx (XML-based resource format) files to common language runtime binary .resources files that can be embedded in a runtime binary executable or compiled into satellite assemblies.


Download

http://msdn.microsoft.com/en-us/library/ccec7sz1%28v=vs.80%29.aspx


Supported File Types


icon .resx - Resource File (Misc Files)

Resource files used by Microsoft's .NET framework use the file extension .resx. These files consist of xml which specifies objects and strings inside xml... [More Information]