aboutsummaryrefslogtreecommitdiff
path: root/windows/vs2017 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-01-13Windows/VS2017: Omit WindowsTargetPlatformVersion from project files.Lasse Collin2-2/+0
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".
2017-09-16Windows: Fix paths in VS project files.Lasse Collin2-18/+18
Some paths use slashes instead of backslashes as directory separators... now it should work (I tested VS2013 version).
2017-09-16Windows: Update VS2017 project files to include file info decoder.Lasse Collin2-0/+4
2017-09-16Windows: Add project files for VS2017.Lasse Collin4-0/+935
These files match the v5.2 branch (no file info decoder).