From 9df690e2050c42a93c698169c6b8e94544d6478d Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 10 Nov 2025 16:33:31 -0800 Subject: [PATCH] Ensure projects using NuGet packages select correct input implementation --- .nuget/directxtk_desktop_2019.targets | 2 +- .nuget/directxtk_desktop_win10.targets | 2 +- .nuget/directxtk_uwp.targets | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nuget/directxtk_desktop_2019.targets b/.nuget/directxtk_desktop_2019.targets index d7697bd0..0520e030 100644 --- a/.nuget/directxtk_desktop_2019.targets +++ b/.nuget/directxtk_desktop_2019.targets @@ -29,7 +29,7 @@ - HAS_DIRECTXTK;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions) + HAS_DIRECTXTK;USING_XINPUT;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions) $(MSBuildThisFileDirectory)..\..\include;%(AdditionalIncludeDirectories) diff --git a/.nuget/directxtk_desktop_win10.targets b/.nuget/directxtk_desktop_win10.targets index 1063bd88..058d4d88 100644 --- a/.nuget/directxtk_desktop_win10.targets +++ b/.nuget/directxtk_desktop_win10.targets @@ -29,7 +29,7 @@ - HAS_DIRECTXTK;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) + HAS_DIRECTXTK;USING_WINDOWS_GAMING_INPUT;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) $(MSBuildThisFileDirectory)..\..\include;%(AdditionalIncludeDirectories) diff --git a/.nuget/directxtk_uwp.targets b/.nuget/directxtk_uwp.targets index 9ebdbade..2654582a 100644 --- a/.nuget/directxtk_uwp.targets +++ b/.nuget/directxtk_uwp.targets @@ -27,7 +27,7 @@ - HAS_DIRECTXTK;%(PreprocessorDefinitions) + HAS_DIRECTXTK;USING_WINDOWS_GAMING_INPUT;%(PreprocessorDefinitions) $(MSBuildThisFileDirectory)..\..\include;%(AdditionalIncludeDirectories)