积极答复者
如何创建universal app的分为三个工程(windows、windowsPhone、Shared)的通用类库?

问题
答案
全部回复
-
Hi Nomooo,
Shared项目中存放的东西是同时可供Windows和Windows Phone使用的通用代码,所以Shared项目就相当于一个通用库。
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later. -
对,正如shi xin说的,这个是Update2里面的新内容,没升级的话自然看不到 :)
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.