From 1e3f29b62f2c03e50fc9ebea7b83c1497dd35484 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 13 Jan 2019 17:29:23 +0200 Subject: Windows/VS2017: Omit WindowsTargetPlatformVersion from project files. I understood that if a WTPV is specified, it's often wrong because different VS installations have different SDK version installed. Omitting the WTPV tag makes VS2017 default to Windows SDK 8.1 which often is also missing, so in any case people may need to specify the WTPV before building. But some day in the future a missing WTPV tag will start to default to the latest installed SDK which sounds reasonable: https://developercommunity.visualstudio.com/content/problem/140294/windowstargetplatformversion-makes-it-impossible-t.html Thanks to "dom". --- windows/vs2017/liblzma.vcxproj | 1 - 1 file changed, 1 deletion(-) (limited to 'windows/vs2017/liblzma.vcxproj') diff --git a/windows/vs2017/liblzma.vcxproj b/windows/vs2017/liblzma.vcxproj index 8886f655..3fc81937 100644 --- a/windows/vs2017/liblzma.vcxproj +++ b/windows/vs2017/liblzma.vcxproj @@ -29,7 +29,6 @@ {12728250-16EC-4DC6-94D7-E21DD88947F8} Win32Proj - 10.0.15063.0 -- cgit v1.2.3