From 77bb480e80b6061d8adf5d88fb24908463e27b48 Mon Sep 17 00:00:00 2001 From: Turrican Date: Sat, 20 Oct 2018 23:35:47 +0200 Subject: [PATCH 1/2] Updated Windows SDK to fix Tilengine Windows compilation under VC++ --- src/Tilengine.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tilengine.vcxproj b/src/Tilengine.vcxproj index b8a648c..02d5d17 100644 --- a/src/Tilengine.vcxproj +++ b/src/Tilengine.vcxproj @@ -22,7 +22,7 @@ {9F321D8F-F164-4CAC-A45A-29A583C4F69D} TilengineLib Win32Proj - 10.0.16299.0 + 10.0.17134.0 From 1392439b767fbf79c419579e740770785a81c3a0 Mon Sep 17 00:00:00 2001 From: Turrican Date: Sun, 21 Oct 2018 11:50:39 +0200 Subject: [PATCH 2/2] Changed test project to use last Windows SDK version --- test/test.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.vcxproj b/test/test.vcxproj index c11a1fb..523c08d 100644 --- a/test/test.vcxproj +++ b/test/test.vcxproj @@ -22,7 +22,7 @@ {CE31C686-C6BF-4262-8982-D858830BE967} test Win32Proj - 10.0.16299.0 + 10.0.17134.0