Visual Studio 2019 Windows SDK可执行路径宏有多个路径

Visual Studio 2019 Windows SDK executable path macro has multiple paths

我正在尝试在我的 C++ 项目 post 中使用 $(WindowsSDK_ExecutablePath_x64) 构建事件来复制一些文件。但是,它包含两条路径而不是一条。我似乎无法找到如何使用第一个路径(不是 .Net 路径):

C:\Program Files (x86)\Windows Kits\bin.0.19041.0\x64;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64

我想在我的 post 构建事件中做类似 copy /Y $(WindowsSDK_ExecutablePath_x64)\bin\file.ext destination 的事情。我怎样才能做到这一点?我正在使用 VS 2019 并安装了最新的 Windows SDK。

我最终使用了以下内容:

$(WindowsSdkDir)bin$(TargetPlatformVersion)\x64\dxil.dll