- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
根据文档:
http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx
By removing the command-line build environment, the Windows SDK no longer ships the following components:
Windows SDK Platform Toolset
Visual C++ Compilers and C Runtime (CRT)
Windows SDK Configuration Tool
最佳答案
Visual Studio 2012 已随 Windows 8.0 SDK 一起提供,每当您使用“v110”平台工具集进行构建时都会使用它。只要您安装了 VS 2012 Express for Windows Desktop,或者 VS 2012 Pro 或更高版本,您就拥有完整的 Windows 8.0 SDK。实际上,对于 VS 2012 Update 1,在使用“v110_xp”平台工具集时,您还拥有 Windows 7.1A SDK。
同样,如果您有 Visual Studio 2013,则您有 Windows 8.1 SDK。
当您想在 Visual Studio 2010 中使用 Windows 8.x SDK 或在 Visual Studio 2012 中使用 Windows 8.1 SDK 时,需要用到“手册”部分。请参阅 this和 this博客文章。
关于visual-studio - 如何将 Windows 8 SDK 与 Visual Studio 2012 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15076177/
我是一名优秀的程序员,十分优秀!