From 8dc44d020d952b63f48974f594664eb91f20edb5 Mon Sep 17 00:00:00 2001 From: sekrit-twc Date: Fri, 13 Oct 2017 20:06:27 -0700 Subject: [PATCH] msvc: Update to VS 15.4 --- _msvc/_example_alpha/_example_alpha.vcxproj | 2 +- _msvc/_example_api/_example_api.vcxproj | 2 +- _msvc/_example_api_c/_example_api_c.vcxproj | 2 +- _msvc/_example_hdr/_example_hdr.vcxproj | 2 +- _msvc/_example_interlace/_example_interlace.vcxproj | 2 +- _msvc/dll/dll.vcxproj | 2 +- _msvc/dll_universal/dll_universal.vcxproj | 4 ++-- _msvc/testapp/testapp.vcxproj | 2 +- _msvc/testcommon/testcommon.vcxproj | 2 +- _msvc/unit_test/unit_test.vcxproj | 2 +- _msvc/zimg.sln | 2 +- _msvc/zimg/zimg.vcxproj | 2 +- _msvc/zimg_universal/zimg_universal.vcxproj | 4 ++-- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_msvc/_example_alpha/_example_alpha.vcxproj b/_msvc/_example_alpha/_example_alpha.vcxproj index 0858678f..9581c89d 100644 --- a/_msvc/_example_alpha/_example_alpha.vcxproj +++ b/_msvc/_example_alpha/_example_alpha.vcxproj @@ -21,7 +21,7 @@ {3C822249-7551-4086-AF0B-F43871F36191} _example_alpha - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/_example_api/_example_api.vcxproj b/_msvc/_example_api/_example_api.vcxproj index 001c98c7..0d921d0f 100644 --- a/_msvc/_example_api/_example_api.vcxproj +++ b/_msvc/_example_api/_example_api.vcxproj @@ -24,7 +24,7 @@ {66EEC0BD-2C32-4B40-A180-B4C25B484D23} _example_api - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/_example_api_c/_example_api_c.vcxproj b/_msvc/_example_api_c/_example_api_c.vcxproj index 872d2454..803931d4 100644 --- a/_msvc/_example_api_c/_example_api_c.vcxproj +++ b/_msvc/_example_api_c/_example_api_c.vcxproj @@ -24,7 +24,7 @@ {A8C79983-2F34-4E94-A86C-C44130FAB928} _example_api_c - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/_example_hdr/_example_hdr.vcxproj b/_msvc/_example_hdr/_example_hdr.vcxproj index 2cbdb963..59d515dd 100644 --- a/_msvc/_example_hdr/_example_hdr.vcxproj +++ b/_msvc/_example_hdr/_example_hdr.vcxproj @@ -21,7 +21,7 @@ {613FBE86-C438-4F7C-AB69-4C024C5305D5} _example_hdr - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/_example_interlace/_example_interlace.vcxproj b/_msvc/_example_interlace/_example_interlace.vcxproj index bae23b31..d291a8d1 100644 --- a/_msvc/_example_interlace/_example_interlace.vcxproj +++ b/_msvc/_example_interlace/_example_interlace.vcxproj @@ -24,7 +24,7 @@ {6D8D14B2-6D32-45E3-A205-AA74DE2FBE7F} _example_interlace - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/dll/dll.vcxproj b/_msvc/dll/dll.vcxproj index 5c5f8bed..7c4144a6 100644 --- a/_msvc/dll/dll.vcxproj +++ b/_msvc/dll/dll.vcxproj @@ -27,7 +27,7 @@ {96822C64-B0B6-49F3-A24C-F9C5FDB02DD3} dll - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/dll_universal/dll_universal.vcxproj b/_msvc/dll_universal/dll_universal.vcxproj index 4a197b22..26aabb53 100644 --- a/_msvc/dll_universal/dll_universal.vcxproj +++ b/_msvc/dll_universal/dll_universal.vcxproj @@ -24,8 +24,8 @@ 14.0 true Windows Store - 10.0.15063.0 - 10.0.15063.0 + 10.0.16299.0 + 10.0.16299.0 10.0 diff --git a/_msvc/testapp/testapp.vcxproj b/_msvc/testapp/testapp.vcxproj index 6f838ec2..8da426ea 100644 --- a/_msvc/testapp/testapp.vcxproj +++ b/_msvc/testapp/testapp.vcxproj @@ -40,7 +40,7 @@ {B85E6CC0-ED80-487D-805A-DA3597A15CE6} TestApp - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/testcommon/testcommon.vcxproj b/_msvc/testcommon/testcommon.vcxproj index 2a2060cc..c4cdcc2d 100644 --- a/_msvc/testcommon/testcommon.vcxproj +++ b/_msvc/testcommon/testcommon.vcxproj @@ -21,7 +21,7 @@ {3849AF96-797C-4322-AD39-810D8367684D} TestCommon - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/unit_test/unit_test.vcxproj b/_msvc/unit_test/unit_test.vcxproj index d615eaa1..bbb2ebbc 100644 --- a/_msvc/unit_test/unit_test.vcxproj +++ b/_msvc/unit_test/unit_test.vcxproj @@ -100,7 +100,7 @@ {DDD98DB2-2ABE-4550-9F8C-0E4E4E991D73} _unit_test - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/zimg.sln b/_msvc/zimg.sln index 6bf6920d..2c96cad3 100644 --- a/_msvc/zimg.sln +++ b/_msvc/zimg.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26730.15 +VisualStudioVersion = 15.0.27004.2002 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testapp", "testapp\testapp.vcxproj", "{B85E6CC0-ED80-487D-805A-DA3597A15CE6}" ProjectSection(ProjectDependencies) = postProject diff --git a/_msvc/zimg/zimg.vcxproj b/_msvc/zimg/zimg.vcxproj index 9a8da800..3f77fca8 100644 --- a/_msvc/zimg/zimg.vcxproj +++ b/_msvc/zimg/zimg.vcxproj @@ -21,7 +21,7 @@ {C8629E57-4D6F-40FA-82FC-B39824195932} zimg - 10.0.15063.0 + 10.0.16299.0 diff --git a/_msvc/zimg_universal/zimg_universal.vcxproj b/_msvc/zimg_universal/zimg_universal.vcxproj index 54fb2176..6495d7c9 100644 --- a/_msvc/zimg_universal/zimg_universal.vcxproj +++ b/_msvc/zimg_universal/zimg_universal.vcxproj @@ -87,8 +87,8 @@ 14.0 true Windows Store - 10.0.15063.0 - 10.0.15063.0 + 10.0.16299.0 + 10.0.16299.0 10.0