Managed Resources Property Page
The Managed Resources property page exposes the following properties for the managed resource compiler resgen.exe when using .NET resources in C++/CLI programs:
Resource Logical Name
Specifies the logical name of the generated intermediate .resources file. The logical name is the name used to load the resource. If no logical name is specified, the resource (.resx) file name is used as the logical name.
Output File Name
Specifies the name of the final output file that the resource (.resx) file contributes to.
Default Localized Resources
Specifies whether the given .resx file contributes to the default resources or to a satellite .dll.
For information on how to access the Managed Resources property page, see Set C++ compiler and build properties in Visual Studio.
See also
Using RC (The RC Command Line)
C++ project property page reference
/ASSEMBLYRESOURCE (Embed a Managed Resource)