mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
VS2017 doesn't support shorthand Windows SDK version.
This commit is contained in:
parent
ae7a463b40
commit
c006acf2c2
|
|
@ -227,7 +227,11 @@ solution("xenia")
|
||||||
platforms({"Windows"})
|
platforms({"Windows"})
|
||||||
-- Minimum version to support ID3D12GraphicsCommandList1 (for
|
-- Minimum version to support ID3D12GraphicsCommandList1 (for
|
||||||
-- SetSamplePositions).
|
-- SetSamplePositions).
|
||||||
systemversion("10.0")
|
filter("action:vs2017")
|
||||||
|
systemversion("10.0.15063.0")
|
||||||
|
filter("action:vs2019")
|
||||||
|
systemversion("10.0")
|
||||||
|
filter({})
|
||||||
end
|
end
|
||||||
configurations({"Checked", "Debug", "Release"})
|
configurations({"Checked", "Debug", "Release"})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue