/linkresource:filename[,identifier]
-or-
/linkres:filename[,identifier]
The /linkresource option does not embed the resource file in the output file. Use the /resource option to embed a resource file in the output file.
/linkresource requires one of the /target options other than /target:module.
NGWS runtime resources can be accessed with members in the System.Resources namespace.
/linkres is the short form of /linkresource.
Compile in.vb
and link to resource file rf.resource
:
vbc /linkresource:rf.resource in.vb