Skip to content

Commit

Permalink
Updated for Windows 10 Anniversary Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Aug 2, 2016
1 parent 6b8996a commit 3e59188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DirectXMesh/DirectXMesh_Windows10.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10586.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
5 changes: 4 additions & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DIRECTX MESH LIBRARY (DirectXMesh)

Copyright (c) Microsoft Corporation. All rights reserved.

July 19, 2016
August 2, 2016

This package contains DirectXMesh, a shared source library for performing various geometry
content processing operations including generating normals and tangent frames, triangle
Expand Down Expand Up @@ -53,6 +53,9 @@ https://opensource.microsoft.com/codeofconduct/
RELEASE HISTORY
---------------

August 2, 2016
Updated for VS 2015 Update 3 and Windows 10 SDK (14393)

July 19, 2016
meshconvert command-line tool updated with -flipu switch

Expand Down

0 comments on commit 3e59188

Please sign in to comment.