I have a C# project in Visual Studio 2012 that is a PCL, targeting these platforms (I removed the names):
When I try to add the dll, from a successful build, to a Silverlight 5 project in VS2013, I am getting this warning and it doesn't seem to actually be added:
Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "[Name]", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
Why would a PCL be showing as x86?