Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width600px

Resource Compiler Action allows for the conversion of text files (.txt or .restext) and XML-based resource files (.resx) to common language runtime binary files (.resources). These can then be embedded into runtime binaries. 

...

Image Added

Column
width300px
Panel
borderColor#D8D8D8
bgColor#FFFFFF
titleColor#FFFFFF
borderWidth1
titleBGColor#006396
borderStylesolid
titleOn this page:

Table of Contents
maxLevel3
minLevel2
printablefalse
 

Column


Resources

Resources

Working Directory

The directory from which to base resolutions of required\included filesthat relative paths will be resolved from.

Output File

The name and type of the resulting file. When converting from .txt, .restext, or resx file to a .resource file, this value is optional. In this case When not specified the input filename will be used the and its extension change to .resource. 

When converting from a .resource file, the output file this value is required. 

Type Assembly

The assembly to reference metadata from. Used when converting .resx files, or when object resources need to be serialize\deserializede-serialize

Create a Strongly-Typed Resource Class

Signals that a strongly-typed resource is required for a specific language. 

Language

The language for which the strongly-typed resource file is required. 

Namespace

The default namespace for the project.

Class 

The name of the generated class. 

Public Class

When turned on the generated strongly-typed resource class will be public. By default it is an internal/friend class. 

File

The file to write the generated strongly-typed class to. 

Excerpt Include
_Inc_.NetFramework
_Inc_.NetFramework
nopaneltrue

Input Files

Input Files

The list of resource files to convert. If more than one file is listed the Output File value is ignored and the input files file is used with an altered extension. 

...