c# - Can I use a Windows -> Class Library inside a WP7 application? -
i'm creating library application act wrapper exposed api. library ideally should work on desktop application, truth told i'm intending use on wp7 once i'm done creating library.
would work?
from silverlight.net:
silverlight application development platform windows phone 7. high performance gaming supported through xna framework.
you can't reference .net assembly compiled against full .net framework in silverlight application.
develop library silverlight , should fine.
Comments
Post a Comment