Solved it. Need to add
<NoStdLib>true</NoStdLib> to get VS to not automatically add the mscorlib reference. Cheers, Greg On 03/10/2012, at 10:21 PM, Greg Munn <[email protected]> wrote: > Hi All, > > I've been trying to get VSMonoTouch working again for VS 2012. I've tried > the fork that supports VS 2012 and the project loads but when I build I get > the following: > > Warning 2 There was a mismatch between the processor architecture > of the project being built "MSIL" and the processor architecture of the > reference "C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll", > "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. > C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets > MonoKit > > > Has anyone managed to get it to work? > > Cheers, > Greg > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
