I have had this Warning lingering around the background of my project for quite a while now and I was told not to worry about it. However now I have other issues I figure now is probably the best time to enquire about it. (The best time was probably when I first occurred, but hey, too late for that now.)
There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Users\Benjamin\Documents\Visual Studio 2010\Projects\DCIM\DCIM\bin\Debug\DCIM.exe", "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.
This same error shows twice in my errors list.
In all honesty, I have never before seen, heard of, or used the title 'MSIL' before in my life, but here it is now, and I have no idea what it wants or means.
This is what my Configuration Manager has to offer me: (again, no idea what this all means)

and the only other 'Active Solution Platforms' are "Any CPU" or "Mixed Platforms".
Can anyone explain why this warning is occurring, what it means and what I might be able to do to fix it?