用于MonoDroid和MonoTouch的可移植类库 [英] Portable class library for MonoDroid and MonoTouch

查看:75
本文介绍了用于MonoDroid和MonoTouch的可移植类库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为MonoDroid和MonoTouch创建PCL,以共享代码AES加密(RijndaelManaged),但是Visual Studio不允许我这样做,相反,它迫使我添加所有其他框架,消息如下:

I want to create PCL for MonoDroid and MonoTouch, to share code AES encryption (RijndaelManaged), but Visual Studio wouldn't let me to do so, instead it forces me to add all other frameworks, message is following:

以下框架将被自动选择,因为它们支持在您选择的其他框架之间可移植的所有可用功能:用于Windows Store应用程序的.NET,.NET Framework 4.5,Windows Phone 8.

The following frameworks will be selected automatically because they support all of the available functionality that is portable between the other frameworks you have selected: .NET for Windows Store apps, .NET Framework 4.5, Windows Phone 8.

并且那些框架不支持System.Security.Cryptography命名空间.

and those frameworks doesn't support System.Security.Cryptography namespace.

用于MonoDroid和MonoTouch的文件位于C:\ Program Files(x86)\参考程序集\ Microsoft \ Framework.NETPortable \ v4.5 \ Profile \ Profile78 \ SupportedFrameworks中,Windows商店中已包含.NET apps.xml ,.NET Framework 4.5.xml,Windows Phone 8.xml.

Files for MonoDroid and MonoTouch are placed in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETPortable\v4.5\Profile\Profile78\SupportedFrameworks, witch already contained .NET for Windows Store apps.xml, .NET Framework 4.5.xml, Windows Phone 8.xml.

有人可以建议如何将Mono框架与其他框架隔离吗,我需要新的配置文件还是其他一些东西.

Can somebody please advice how to isolate Mono frameworks from others, do I need new profile or something else.

推荐答案

Afaik没有Visual Studio的Xamarin产品PCL配置文件.所以你不能选择它.

Afaik has Visual Studio no PCL profile for the Xamarin products. So you cant select it.

您可能想要尝试启用:.NET> = 4.0.3和Silverlight 5,以获得与Xamarin产品兼容的配置文件.

You may want to try to enable: .NET >= 4.0.3 and Silverlight 5 to get a Profile that should be compatible with the Xamarin products.

这篇关于用于MonoDroid和MonoTouch的可移植类库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆