Linker Tools Error LNK1316

duplicate managed resource name 'name'

A file was specified in more than one invocation of /ASSEMBLYRESOURCE or multiple invocations of /ASSEMBLYRESOURCE specified the same name inside the assembly.

A resource name inside an assembly must be unique. Modify your /ASSEMBLYRESOURCE calls.

For more information, see /ASSEMBLYRESOURCE (Embed a Managed Resource).