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 3ac2135 commit 4dee14f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DirectXTK_Desktop_2015_Win10.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<Keyword>Win32Proj</Keyword>
<ProjectName>DirectXTK12</ProjectName>
<RootNamespace>DirectXTK12</RootNamespace>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
Expand Down
4 changes: 2 additions & 2 deletions DirectXTK_Windows10.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,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
8 changes: 6 additions & 2 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ DirectXTK - the DirectX Tool Kit for DirectX 12

Copyright (c) Microsoft Corporation. All rights reserved.

August 1, 2016
August 2, 2016

This package contains the "DirectX Tool Kit", a collection of helper classes for
writing Direct3D 12 C++ code for Universal Windows Platform (UWP) apps, Win32 desktop
applications for Windows 10, and Xbox One exclusive apps.

This code is designed to build with Visual Studio 2015. It is recommended that you
make use of VS 2015 Update 3 and Windows 10 (November 2015) or later.
make use of VS 2015 Update 3, Windows Tools 1.4.1., and the
Windows 10 Anniversary Update (14393).

Inc\
Public Header Files (in the DirectX C++ namespace):
Expand Down Expand Up @@ -93,6 +94,9 @@ COMPARISONS TO DIRECTX 11 VERSION
RELEASE HISTORY
---------------

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

August 1, 2016
Model effects array is now indexed by part rather than by material
GamePad capabilities information updated for Universal Windows and Xbox One platforms
Expand Down

0 comments on commit 4dee14f

Please sign in to comment.