This commit is contained in:
Chuck Walbourn 2019-07-01 00:48:02 -07:00
Родитель cb4c87c1eb
Коммит e872076798
4 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2015 Update 3, Visual Studio 2017, or Visual Studio 2019 and supports Windows 7 / DirectX 11.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the May 30, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the June 30, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<license type="expression">MIT</license>

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2015 Update 3, Visual Studio 2017, or Visual Studio 2019 and supports Windows 10 including both DirectX 11 and DirectX 12.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the May 30, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the June 30, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<license type="expression">MIT</license>

Просмотреть файл

@ -10,7 +10,7 @@
<description>This version is for Universal Windows Platform apps on Windows 10 using Visual Studio 2017 or Visual Studio 2019.
DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, and vertex cache optimization.</description>
<releaseNotes>Matches the May 30, 2019 release on GitHub.</releaseNotes>
<releaseNotes>Matches the June 30, 2019 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMesh/wiki/X_jpg.jpg</iconUrl>
<license type="expression">MIT</license>

Просмотреть файл

@ -3,7 +3,7 @@ DIRECTX MESH LIBRARY (DirectXMesh)
Copyright (c) Microsoft Corporation. All rights reserved.
May 30, 2019
June 30, 2019
This package contains DirectXMesh, a shared source library for performing various geometry
content processing operations including generating normals and tangent frames, triangle
@ -79,6 +79,11 @@ RELEASE NOTES
RELEASE HISTORY
---------------
June 30, 2019
Clang/LLVM warning cleanup
Renamed DirectXMesh_Windows10.vcxproj to _Windows10_2017.vcxproj
Added VS 2019 UWP project
May 30, 2019
Added CMake project files
Code cleanup