Skip to content

Commit

Permalink
November 16, 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Nov 17, 2018
1 parent bafc6e6 commit 7efdd5c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ UVAtlas - isochart texture atlasing

Copyright (c) Microsoft Corporation. All rights reserved.

August 17, 2018
November 16, 2018

This package contains UVAtlas, a shared source library for creating and packing an
isochart texture atlas.

This code is designed to build with Visual Studio 2015 Update 3 or Visual Studio 2017.
It is recommended that you make use of VS 2015 Update 3, Windows Tools 1.4.1, and the
Windows 10 Anniversary Update SDK (14393) or VS 2017 (15.8 update) with the
Windows 10 April 2018 Update SDK (17134).
Windows 10 Anniversary Update SDK (14393) -or- VS 2017 (15.9 update) with the
Windows 10 October 2018 Update SDK (17763).

These components are designed to work without requiring any content from the DirectX SDK. For details,
see "Where is the DirectX SDK?" <http://msdn.microsoft.com/en-us/library/ee663275.aspx>.
Expand Down Expand Up @@ -79,18 +79,25 @@ RELEASE NOTES
with the system headers. You can work around these by disabling this switch in the project files which is found
in the <ConformanceMode> elements.

* The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5
or 15.6 updates, you need to install the standalone Windows 10 SDK (17134) which is otherwise included in
the 15.7/15.8 update. Older VS 2017 updates will fail to load the projects due to use of the <ConformanceMode> element.
* The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5 -
15.7 updates, you need to install the standalone Windows 10 SDK (17763) which is otherwise included in the 15.8.6 or
later update. Older VS 2017 updates will fail to load the projects due to use of the <ConformanceMode> element.
If using the 15.5 or 15.6 updates, you will see "warning D9002: ignoring unknown option '/Zc:__cplusplus'" because
this switch isn't supported until 15.7. It is safe to ignore this warning, or you can edit the project files
<AdditionalOptions> elements.

* The UWP projects include configurations for the ARM64 platform. These require VS 2017 (15.9 update) to build.


---------------
RELEASE HISTORY
---------------

November 16, 2018
VS 2017 updated for Windows 10 October 2018 Update SDK (17763)
ARM64 platform configurations added to UWP projects
Minor code review

August 17, 2018
Updated for VS 2017 15.8
Code cleanup
Expand Down

0 comments on commit 7efdd5c

Please sign in to comment.