1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-09 22:20:08 +00:00
DirectXMath/.nuget/directxmath.nuspec

29 lines
1.6 KiB
Plaintext
Raw Normal View History

2018-04-27 23:33:09 +00:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.6">
<id>directxmath</id>
<version>0.0.0-SpecifyVersionOnCommandline</version>
<title>DirectXMath</title>
<authors>Microsoft</authors>
<owners>microsoft,directxtk</owners>
<summary>DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps.</summary>
<description>The DirectXMath API provides SIMD-friendly C++ types and functions for common linear algebra and graphics math operations common to DirectX applications. The library provides optimized versions for Windows 32-bit (x86), Windows 64-bit (x64), and Windows RT through SSE2 and ARM-NEON intrinsics support in the Visual Studio compiler.</description>
2018-07-23 20:13:18 +00:00
<releaseNotes>Matches the July 2018 release.</releaseNotes>
2018-04-27 23:33:09 +00:00
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMath/wiki/X_jpg.jpg</iconUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>C++ native DirectX math nativepackage</tags>
</metadata>
<files>
<file target="docs" src="Readme.*" />
<file target="include" src="Inc\*" />
2018-05-02 02:27:17 +00:00
<file src=".nuget/directxmath.targets" target="build\native" />
2018-04-27 23:33:09 +00:00
</files>
</package>