From 01380ecd39282406d0e90aeed6f18519d06d060f Mon Sep 17 00:00:00 2001 From: chreden <4263940+chreden@users.noreply.github.com> Date: Thu, 20 Nov 2025 23:17:41 +0000 Subject: [PATCH] Update to VS2026 Retarget to platform version 145 Closes #1519 --- external/DirectXTK/DirectXTK_Desktop.vcxproj | 4 ++-- external/googlemock/googlemock.vcxproj | 4 ++-- external/googletest/googletest.vcxproj | 4 ++-- external/imgui/imgui.vcxproj | 4 ++-- external/imgui_test_engine/imgui_test_engine.vcxproj | 4 ++-- external/lua/lua.vcxproj | 4 ++-- external/zlib/contrib/vstudio/vc14/zlibstat.vcxproj | 4 ++-- trlevel.tests/trlevel.tests.vcxproj | 4 ++-- trlevel/trlevel.vcxproj | 4 ++-- trview.app.tests/trview.app.tests.vcxproj | 4 ++-- trview.app.ui.tests/trview.app.ui.tests.vcxproj | 4 ++-- trview.app/trview.app.vcxproj | 4 ++-- trview.common.tests/trview.common.tests.vcxproj | 4 ++-- trview.common/trview.common.vcxproj | 4 ++-- trview.graphics.tests/trview.graphics.tests.vcxproj | 4 ++-- trview.graphics/trview.graphics.vcxproj | 4 ++-- trview.input.tests/trview.input.tests.vcxproj | 2 +- trview.input/trview.input.vcxproj | 4 ++-- trview.lau/trview.lau.vcxproj | 4 ++-- trview.lua.imgui/trview.lua.imgui.vcxproj | 4 ++-- trview.shaders/trview.shaders.vcxproj | 4 ++-- trview.tests.common/trview.tests.common.vcxproj | 4 ++-- trview/trview.vcxproj | 4 ++-- 23 files changed, 45 insertions(+), 45 deletions(-) diff --git a/external/DirectXTK/DirectXTK_Desktop.vcxproj b/external/DirectXTK/DirectXTK_Desktop.vcxproj index ecf09caf1..c2d6fb81d 100644 --- a/external/DirectXTK/DirectXTK_Desktop.vcxproj +++ b/external/DirectXTK/DirectXTK_Desktop.vcxproj @@ -66,13 +66,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 Unicode diff --git a/external/googlemock/googlemock.vcxproj b/external/googlemock/googlemock.vcxproj index 9bf4c6182..2eb83301d 100644 --- a/external/googlemock/googlemock.vcxproj +++ b/external/googlemock/googlemock.vcxproj @@ -68,13 +68,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/external/googletest/googletest.vcxproj b/external/googletest/googletest.vcxproj index d0f5923b3..c0aefb630 100644 --- a/external/googletest/googletest.vcxproj +++ b/external/googletest/googletest.vcxproj @@ -91,13 +91,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/external/imgui/imgui.vcxproj b/external/imgui/imgui.vcxproj index d991d42dc..ea4dda455 100644 --- a/external/imgui/imgui.vcxproj +++ b/external/imgui/imgui.vcxproj @@ -21,13 +21,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/external/imgui_test_engine/imgui_test_engine.vcxproj b/external/imgui_test_engine/imgui_test_engine.vcxproj index d826ff299..eff500599 100644 --- a/external/imgui_test_engine/imgui_test_engine.vcxproj +++ b/external/imgui_test_engine/imgui_test_engine.vcxproj @@ -20,14 +20,14 @@ StaticLibrary true Unicode - v143 + v145 StaticLibrary false true Unicode - v143 + v145 diff --git a/external/lua/lua.vcxproj b/external/lua/lua.vcxproj index 91747639e..af50e9681 100644 --- a/external/lua/lua.vcxproj +++ b/external/lua/lua.vcxproj @@ -83,13 +83,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/external/zlib/contrib/vstudio/vc14/zlibstat.vcxproj b/external/zlib/contrib/vstudio/vc14/zlibstat.vcxproj index 6dfd5b5e6..27de9144e 100644 --- a/external/zlib/contrib/vstudio/vc14/zlibstat.vcxproj +++ b/external/zlib/contrib/vstudio/vc14/zlibstat.vcxproj @@ -18,12 +18,12 @@ StaticLibrary false - v143 + v145 StaticLibrary false - v143 + v145 diff --git a/trlevel.tests/trlevel.tests.vcxproj b/trlevel.tests/trlevel.tests.vcxproj index de386025a..4ecc5e3ba 100644 --- a/trlevel.tests/trlevel.tests.vcxproj +++ b/trlevel.tests/trlevel.tests.vcxproj @@ -21,13 +21,13 @@ Application true - v143 + v145 Unicode Application false - v143 + v145 true Unicode diff --git a/trlevel/trlevel.vcxproj b/trlevel/trlevel.vcxproj index 0b97f8bbe..dcd10c23b 100644 --- a/trlevel/trlevel.vcxproj +++ b/trlevel/trlevel.vcxproj @@ -21,13 +21,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview.app.tests/trview.app.tests.vcxproj b/trview.app.tests/trview.app.tests.vcxproj index d506cb310..81b3968b0 100644 --- a/trview.app.tests/trview.app.tests.vcxproj +++ b/trview.app.tests/trview.app.tests.vcxproj @@ -136,14 +136,14 @@ Application true - v143 + v145 Unicode false Application false - v143 + v145 true Unicode false diff --git a/trview.app.ui.tests/trview.app.ui.tests.vcxproj b/trview.app.ui.tests/trview.app.ui.tests.vcxproj index 051376088..46fc39068 100644 --- a/trview.app.ui.tests/trview.app.ui.tests.vcxproj +++ b/trview.app.ui.tests/trview.app.ui.tests.vcxproj @@ -21,13 +21,13 @@ Application true - v143 + v145 Unicode Application false - v143 + v145 true Unicode diff --git a/trview.app/trview.app.vcxproj b/trview.app/trview.app.vcxproj index f3eadf90c..f64fb034b 100644 --- a/trview.app/trview.app.vcxproj +++ b/trview.app/trview.app.vcxproj @@ -543,13 +543,13 @@ copy ""$(OutDir)*.cso"" ""$(ProjectDir)Resources\Generated"" StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview.common.tests/trview.common.tests.vcxproj b/trview.common.tests/trview.common.tests.vcxproj index c231252bd..e36379c7c 100644 --- a/trview.common.tests/trview.common.tests.vcxproj +++ b/trview.common.tests/trview.common.tests.vcxproj @@ -46,14 +46,14 @@ Application true - v143 + v145 Unicode false Application false - v143 + v145 true Unicode false diff --git a/trview.common/trview.common.vcxproj b/trview.common/trview.common.vcxproj index 2d301a040..d2b43f5e3 100644 --- a/trview.common/trview.common.vcxproj +++ b/trview.common/trview.common.vcxproj @@ -97,13 +97,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview.graphics.tests/trview.graphics.tests.vcxproj b/trview.graphics.tests/trview.graphics.tests.vcxproj index 7fc2054a7..73862e8e4 100644 --- a/trview.graphics.tests/trview.graphics.tests.vcxproj +++ b/trview.graphics.tests/trview.graphics.tests.vcxproj @@ -38,14 +38,14 @@ Application true - v143 + v145 Unicode false Application false - v143 + v145 true Unicode false diff --git a/trview.graphics/trview.graphics.vcxproj b/trview.graphics/trview.graphics.vcxproj index 741346603..666073ef6 100644 --- a/trview.graphics/trview.graphics.vcxproj +++ b/trview.graphics/trview.graphics.vcxproj @@ -97,13 +97,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview.input.tests/trview.input.tests.vcxproj b/trview.input.tests/trview.input.tests.vcxproj index 5d0f5c7d6..f362395b5 100644 --- a/trview.input.tests/trview.input.tests.vcxproj +++ b/trview.input.tests/trview.input.tests.vcxproj @@ -34,7 +34,7 @@ 15.0 {1D81CEF5-5705-4AF8-A76A-B63D6EA53454} Win32Proj - v143 + v145 Application Unicode 10.0.26100.0 diff --git a/trview.input/trview.input.vcxproj b/trview.input/trview.input.vcxproj index f8407fc8e..d7588d87a 100644 --- a/trview.input/trview.input.vcxproj +++ b/trview.input/trview.input.vcxproj @@ -45,13 +45,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview.lau/trview.lau.vcxproj b/trview.lau/trview.lau.vcxproj index 7b3116d79..cc95d5b0c 100644 --- a/trview.lau/trview.lau.vcxproj +++ b/trview.lau/trview.lau.vcxproj @@ -21,13 +21,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview.lua.imgui/trview.lua.imgui.vcxproj b/trview.lua.imgui/trview.lua.imgui.vcxproj index c1bbbd7c9..b5a8b53fc 100644 --- a/trview.lua.imgui/trview.lua.imgui.vcxproj +++ b/trview.lua.imgui/trview.lua.imgui.vcxproj @@ -39,13 +39,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview.shaders/trview.shaders.vcxproj b/trview.shaders/trview.shaders.vcxproj index 699ac378e..d5cdc3e3c 100644 --- a/trview.shaders/trview.shaders.vcxproj +++ b/trview.shaders/trview.shaders.vcxproj @@ -20,13 +20,13 @@ Application true - v143 + v145 MultiByte Application false - v143 + v145 true MultiByte diff --git a/trview.tests.common/trview.tests.common.vcxproj b/trview.tests.common/trview.tests.common.vcxproj index e263cb8e0..0779c63b6 100644 --- a/trview.tests.common/trview.tests.common.vcxproj +++ b/trview.tests.common/trview.tests.common.vcxproj @@ -30,13 +30,13 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/trview/trview.vcxproj b/trview/trview.vcxproj index cd8e3a733..85431066e 100644 --- a/trview/trview.vcxproj +++ b/trview/trview.vcxproj @@ -21,13 +21,13 @@ Application true - v143 + v145 Unicode Application false - v143 + v145 true Unicode