[premake] Remove <VS2022 remnants
This commit is contained in:
parent
235978018c
commit
fd82727be6
|
@ -111,6 +111,7 @@ filter({"configurations:Release", "platforms:Windows"})
|
|||
buildoptions({
|
||||
"/Gw",
|
||||
"/Ob3",
|
||||
-- "/Qpar", -- TODO: Test this.
|
||||
})
|
||||
|
||||
filter("platforms:Linux")
|
||||
|
@ -264,10 +265,7 @@ workspace("xenia")
|
|||
-- 10.0.15063.0: ID3D12GraphicsCommandList1::SetSamplePositions.
|
||||
-- 10.0.19041.0: D3D12_HEAP_FLAG_CREATE_NOT_ZEROED.
|
||||
-- 10.0.22000.0: DWMWA_WINDOW_CORNER_PREFERENCE.
|
||||
filter("action:vs2017")
|
||||
systemversion("10.0.22000.0")
|
||||
filter("action:vs2019 or vs2022")
|
||||
systemversion("10.0")
|
||||
systemversion("latest")
|
||||
filter({})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue