While the bug referenced by @jero2rome is closed as Won't Fix, VS2015 RC w/ .NET 4.6 no longer emits this warning:
From VS2013/.NET 4.5.1, I would see the same issue:
GenerateSatelliteAssemblies:
C:Program Files (x86)Microsoft SDKsWindowsv8.1AinNETFX 4.5.1 ToolsAL.exe /culture:zh-CHT /out:objx64Debugzh-CHTMyComponent.resources.dll /platform:x64 /template:objx64DebugMyComponent.dll /embed:objx64DebugMyComponent.Resources.string.zh-CHT.resources
ALINK : warning AL1073: Referenced assembly 'mscorlib.dll' targets a different processor [c:svnprojectMyComponent.csproj]
With VS2015 RC/.NET 4.6, no warning is emitted:
GenerateSatelliteAssemblies:
C:Program Files (x86)Microsoft SDKsWindowsv10.0AinNETFX 4.6 Toolsx64AL.exe /culture:zh-CHT /out:objx64Debugzh-CHTMyComponent.resources.dll /platform:x64 /template:objx64DebugMyComponent.dll /embed:objx64DebugMyComponent.Resources.string.zh-CHT.resources
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…