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.
我已经安装了 Windows 8 和 Visual Studio 11 来开发 Metro 风格的应用程序。但是每次我尝试创建 Metro 应用程序项目时,都会创建项目,但在参考中没有添加任何内容,但项目构建成功,甚至不允许我添加任何参考 dll。
您要添加什么参考?Metro 风格应用只能添加对其他 Metro 风格类库或可移植类库的引用。
Metro 风格应用程序以 .NETCore 框架为目标,如果依赖解决方案是基于 .NetFramework 构建的,则它不能在 Metro 风格应用程序中使用。目前,您无法在 .NETCore 上重建 .NETFramework 库,因为它的访问权限有限(仅适用于 Windows 应用商店应用程序)。