Where should I put C# dll in Metro Style Appc#

人盡茶涼 提交于 2019-12-25 01:07:40

问题


I am trying to import dll from Metro Style App. But I don't know where should I put dll. Please reply to me.


回答1:


You can only reference DLLs built against WinRT. Typically these can be added via nuget, or alternatively added as a project, and using a project reference. Using other approaches is likely to fail certification, and not allow you to distribute your app to the general public.



来源:https://stackoverflow.com/questions/12685805/where-should-i-put-c-sharp-dll-in-metro-style-appc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!