WindowsSDK_IncludePath在哪里定义? [英] Where is WindowsSDK_IncludePath defined?

查看:2211
本文介绍了WindowsSDK_IncludePath在哪里定义?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

宏$(WindowsSDK_IncludePath)具有图片中显示的值.

The macro $(WindowsSDK_IncludePath) has the values shown in the picture.

我想知道这些值在哪里定义,它们必须在某些文件中定义.

I'd like to know where those values are defined, they must be defined in some files.

图片是从Visual Studio 2013拍摄的.

The picture was taken from Visual Studio 2013.

推荐答案

我在文件夹C:\Program Files (x86)\Windows Kits\8.0\build\CommonConfiguration\Neutral

<PropertyGroup>
     <WindowsSdkDir Condition="'$(WindowsSdkDir)' == ''">$([MSBUILD]::GetDirectoryNameOfFileAbove('$(MSBUILDTHISFILEDIRECTORY)', 'sdkmanifest.xml'))</WindowsSdkDir>
  </PropertyGroup>

  <PropertyGroup>    <WindowsSDK_IncludePath>$(WindowsSdkDir)Include\um;$(WindowsSdkDir)Include\shared;$(WindowsSdkDir)Include\winrt;</WindowsSDK_IncludePath>
  </PropertyGroup>

我使用的是Win8 + VS2012,因此它应该位于VS2013 + 8.1 SDK的文件夹8.1中.

I use a Win8 + VS2012, so it should be in folder 8.1 for your VS2013 + 8.1 SDK.

这篇关于WindowsSDK_IncludePath在哪里定义?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆