From ae0891d15d1e530cb481cc8efe82aa933ec57975 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 30 May 2019 15:47:38 -0700 Subject: [PATCH] Updated nuget --- .nuget/directxtex_desktop_win10.targets | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.nuget/directxtex_desktop_win10.targets b/.nuget/directxtex_desktop_win10.targets index 1be9ac8..8a0ca39 100644 --- a/.nuget/directxtex_desktop_win10.targets +++ b/.nuget/directxtex_desktop_win10.targets @@ -2,14 +2,21 @@ - Debug + <_NuGetConfiguration>Debug - Release + <_NuGetConfiguration>Release + + + + <_NuGetPlatform>x64 + + + <_NuGetPlatform>$(Platform) - $(MSBuildThisFileDirectory)..\..\lib\$(Platform)\$(NuGetConfiguration) + $(MSBuildThisFileDirectory)..\..\lib\$(_NuGetPlatform)\$(_NuGetConfiguration) @@ -26,4 +33,9 @@ + + <_NuGetConfiguration> + <_NuGetPlatform> + +