VS2017 doesn't support shorthand Windows SDK version.

This commit is contained in:
gibbed 2019-04-18 14:08:52 -05:00
parent ae7a463b40
commit c006acf2c2

View File

@ -227,7 +227,11 @@ solution("xenia")
platforms({"Windows"})
-- Minimum version to support ID3D12GraphicsCommandList1 (for
-- SetSamplePositions).
systemversion("10.0")
filter("action:vs2017")
systemversion("10.0.15063.0")
filter("action:vs2019")
systemversion("10.0")
filter({})
end
configurations({"Checked", "Debug", "Release"})