I have a Direct3D Application.
We use the NuGet Package directxtk_desktop_2015
.In recent packages like directxtk_desktop_win10
or directxtk_uwp
, I have additional WICTextureLoader
flags which I want and need.However, when I add these packages to NuGet, I receive the linker error
LINK : fatal error LNK1104: cannot open file 'DirectXTKAudioWin8.lib'
How can I resolve this?This is my current packages.config:
<?xml version="1.0" encoding="utf-8"?><packages><package id="directxtk_desktop_win10" version="2020.8.15.1" targetFramework="native" /></packages>