Internal Resource Generator (internalresgen.exe)

Converts a text file to a binary .resources file.  This tool is a simple unmanaged version of the Resource Generator tool that is used during the build process before the managed implementation of Resource Generator is built and available for use.

The application file for this tool is named resgen.exe on Microsoft® Windows®.

The input text file must have the following format:


# Use # at the beginning of a line for a comment character.
name=value
more elaborate name=value 2

Usage

internalresgen.exefilename [outputfile]
Argument Description
filename Name of input text file.
outputfile Name of output .resources binary file. 


Copyright (c) 2006 Microsoft Corporation. All rights reserved.