From 1fcd7a738bae6fed56b3d81fdc5461460e34aa10 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 16 Nov 2018 17:37:23 -0800 Subject: [PATCH] Update NuGet files --- .nuget/directxtex_desktop_win10.nuspec | 44 +++++++++++++++++++ .nuget/directxtex_desktop_win10.targets | 22 ++++++++++ ...esktop_2015.xml => signconfig_desktop.xml} | 1 + 3 files changed, 67 insertions(+) create mode 100644 .nuget/directxtex_desktop_win10.nuspec create mode 100644 .nuget/directxtex_desktop_win10.targets rename .nuget/{signconfig_desktop_2015.xml => signconfig_desktop.xml} (67%) diff --git a/.nuget/directxtex_desktop_win10.nuspec b/.nuget/directxtex_desktop_win10.nuspec new file mode 100644 index 0000000..9edd973 --- /dev/null +++ b/.nuget/directxtex_desktop_win10.nuspec @@ -0,0 +1,44 @@ + + + + directxtex_desktop_win10 + 0.0.0-SpecifyVersionOnCommandline + DirectXTex Library (VS 2015/VS 2017 Win32 for Windows 10) + Microsoft + microsoft,directxtk + DirectXTex texture processing library + This version is for Windows desktop applications using Visual Studio 2015 Update 3 or Visual Studio 2017 and supports Windows 10 including both DirectX 11 and DirectX 12. + +DirectXTex, a shared source library for reading and writing .DDS files, and performing various texture content processing operations including resizing, format conversion, mip-map generation, block compression for Direct3D runtime texture resources, and height-map to normal-map conversion. This library makes use of the Windows Image Component (WIC) APIs. It also includes simple .TGA and .HDR readers and writers since these image file format are commonly used for texture content processing pipelines, but are not currently supported by a built-in WIC codec. + Matches the November 16, 2018 release on GitHub. + http://go.microsoft.com/fwlink/?LinkId=248926 + https://github.com/Microsoft/DirectXTex/wiki/X_jpg.jpg + http://opensource.org/licenses/MIT + false + © Microsoft Corporation. All rights reserved. + DirectX DirectXTex native nativepackage + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.nuget/directxtex_desktop_win10.targets b/.nuget/directxtex_desktop_win10.targets new file mode 100644 index 0000000..4728a20 --- /dev/null +++ b/.nuget/directxtex_desktop_win10.targets @@ -0,0 +1,22 @@ + + + + + $(MSBuildThisFileDirectory)..\..\lib\$(Platform)\$(Configuration) + + + + + $(directxtex-LibPath);%(AdditionalLibraryDirectories) + DirectXTex.lib;%(AdditionalDependencies) + + + + + + HAS_DIRECTXTEX;%(PreprocessorDefinitions) + $(MSBuildThisFileDirectory)..\..\include;%(AdditionalIncludeDirectories) + + + + diff --git a/.nuget/signconfig_desktop_2015.xml b/.nuget/signconfig_desktop.xml similarity index 67% rename from .nuget/signconfig_desktop_2015.xml rename to .nuget/signconfig_desktop.xml index b0a1439..e978df1 100644 --- a/.nuget/signconfig_desktop_2015.xml +++ b/.nuget/signconfig_desktop.xml @@ -2,5 +2,6 @@ + \ No newline at end of file