Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中使用了 Json.net 库,那么提交 App 到 Windows Phone 商店时我该怎么办?我必须包含 .dll 库(Json.net 的),还是只提交 .XAP 文件?谢谢你。
I found out, all the external dlls are encapsuled in the XAP file. Just submit the XAP file.