visual studio - How (practically) to reuse an existing .NET library in MonoTouch -


let's i've got existing .net assembly built in visual studio 2010, consumed in other winforms product. has no third-party dependencies.

i want reuse library directly in monotouch solution.

as stands, able add reference library within monotouch ui project, have create new csproj file , create links of source files within it.

this works maintenance burden. there must better way?

thanks in advance.

as of today need rebuild assemblies. that's because they'll linked monotouch bcl (e.g. different mscorlib.dll) superset of base class libraries (bcl) shipped silverlight.

hopefully newer release of monotouch (and mono, mono android...) support new "portable library" make easier share compiled binaries across frameworks.

http://blogs.msdn.com/b/bclteam/archive/2011/01/19/announcing-portable-library-tools-ctp-justin-van-patten.aspx


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -