How to use windows phone toolkit in windows phone 8.1 universal app

后端 未结 1 1477
傲寒
傲寒 2021-01-04 09:36

I have added windows phone toolkit using nuget package in windows 8.1 universal app project. it is added successfully, but I can\'t see reference assemblies in the project a

相关标签:
1条回答
  • 2021-01-04 10:14

    The Windows Phone Toolkit is currently (26th of April, 2014) only supporting Silverlight 8.0 / 8.1 applications.

    If you wish to re-use components, you would need to download the source from CodePlex and port the individual components to a Windows Runtime library project. However, this might require a (very) large portion of work.

    0 讨论(0)
提交回复
热议问题