mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-23 11:39:45 +00: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"})
|
||||
-- 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"})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user