From e1a1dd1eb7e8a577c7e687973ac45a08adf6e5a3 Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Mon, 2 Mar 2026 07:28:47 +0530 Subject: [PATCH] Upgrade to VS2026 --- .github/workflows/ci_build.yml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- src/NppJsonViewer/NPPJSONViewer.vcxproj | 12 ++++++------ src/UtilityLib/UtilityLib.vcxproj | 12 ++++++------ tests/UnitTest/UnitTest.vcxproj | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 3c9a048..410237a 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -8,12 +8,12 @@ on: env: BUILD_DIR: src\Build\Bin - MSBUILD_TOOLSET: v143 + MSBUILD_TOOLSET: v145 ARTIFACT_PREFIX: NppJSONViewer_ jobs: build: - runs-on: windows-latest + runs-on: windows-2025-vs2026 strategy: fail-fast: false matrix: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f3a128f..169117b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,7 +23,7 @@ permissions: contents: read env: - MSBUILD_TOOLSET: v143 + MSBUILD_TOOLSET: v145 concurrency: group: ${{ github.workflow }}-${{ github.ref || github.run_id }} @@ -32,7 +32,7 @@ concurrency: jobs: analyze: name: Analyze - runs-on: windows-latest + runs-on: windows-2025-vs2026 timeout-minutes: 20 permissions: actions: read diff --git a/src/NppJsonViewer/NPPJSONViewer.vcxproj b/src/NppJsonViewer/NPPJSONViewer.vcxproj index 07edaca..fe41d18 100644 --- a/src/NppJsonViewer/NPPJSONViewer.vcxproj +++ b/src/NppJsonViewer/NPPJSONViewer.vcxproj @@ -36,37 +36,37 @@ DynamicLibrary Unicode - v143 + v145 true DynamicLibrary Unicode - v143 + v145 true DynamicLibrary Unicode - v143 + v145 true DynamicLibrary Unicode - v143 + v145 true DynamicLibrary Unicode - v143 + v145 true DynamicLibrary Unicode - v143 + v145 true diff --git a/src/UtilityLib/UtilityLib.vcxproj b/src/UtilityLib/UtilityLib.vcxproj index 71aad8d..bec2768 100644 --- a/src/UtilityLib/UtilityLib.vcxproj +++ b/src/UtilityLib/UtilityLib.vcxproj @@ -47,39 +47,39 @@ StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode StaticLibrary true - v143 + v145 Unicode StaticLibrary true - v143 + v145 Unicode StaticLibrary false - v143 + v145 true Unicode StaticLibrary false - v143 + v145 true Unicode diff --git a/tests/UnitTest/UnitTest.vcxproj b/tests/UnitTest/UnitTest.vcxproj index fe65456..7019566 100644 --- a/tests/UnitTest/UnitTest.vcxproj +++ b/tests/UnitTest/UnitTest.vcxproj @@ -31,7 +31,7 @@ Win32Proj 10.0 Application - v143 + v145 Unicode