Hi, Does this extension support VS 2012 ? Do you know where in VS 2012 the "Do not reference mscorlib" checkbox is, it isn't where is was is VS 2010 - well, not that I can find it.
Cheers, Greg On 04/10/2012, at 9:24 PM, Miljenko Cvjetko <[email protected]> wrote: > Hi > > On 2012.10.04 12:31, Tomasz Cielecki wrote: >> Maybe you could make a little guide on how to get this working? I >> would appreciate it a lot! > Plugin helps VS to recognize different ProjectTypeGUIDs. > We are porting several CF and SmartDev apps to MT and/or MA and as You know > MS has stopped support for Win Mobile in VS2010. In order to port I need to > load > those projects too, so I have added support for CF/SD in Jamie Briant's > plugin https://github.com/jamiebriant/VsMono > Yes I have refactored his code to understand it better.... > Here it is: > https://github.com/moljac/MonoVersalProjectFlavesForVisualStudio2010 > > >> >> On Thu, Oct 4, 2012 at 2:00 AM, Greg Munn <[email protected]> wrote: >>> Solved it. >>> >>> Need to add >>> >>> <NoStdLib>true</NoStdLib> > This xml snippet comes in from Build +/ Advanced +/ Do not reference > mscorlib.dll (checkbox) > > http://msdn.microsoft.com/en-us/library/aa287481(v=vs.71).aspx > <http://msdn.microsoft.com/en-us/library/aa287481%28v=vs.71%29.aspx> > VS Automation > http://msdn.microsoft.com/en-us/library/aa983798(v=vs.71).aspx > <http://msdn.microsoft.com/en-us/library/aa983798%28v=vs.71%29.aspx> > > > regards > > mel > >>> >>> 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 >> >> > > > -- > Miljenko Cvjetko dipl.ing. ET > Direktor/CEO > Projektant rješenja/Solution Architect > Razvojni programer/Senior developer > Voditelj projekta/Project Manager > > IX južna obala 13 > Kajzerica Zagreb > T: 385 1 7775555 > M: 385 91 557 447 3 > F: 385 1 7779556 > e: [email protected] > w: http://www.holisticware.net > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
