From fc73b3c9a72b19841fbe4723034b51ab51a4254e Mon Sep 17 00:00:00 2001 From: Yun Chan Date: Wed, 6 May 2026 23:16:15 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20PlatformToolset=20v145=20=E2=86=92=20v143?= =?UTF-8?q?=20(CI=20=ED=98=B8=ED=99=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub Actions windows-latest runner는 VS 2022 Enterprise를 제공하므로 v145 (VS 2026 toolset) 빌드 도구가 없어 MSB8020 발생. v143 toolset은 VS 2022 + VS 2026 모두 지원하므로 통일. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/EverythingToJpeg.Shell/EverythingToJpeg.Shell.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EverythingToJpeg.Shell/EverythingToJpeg.Shell.vcxproj b/src/EverythingToJpeg.Shell/EverythingToJpeg.Shell.vcxproj index c340920..f8ec53e 100644 --- a/src/EverythingToJpeg.Shell/EverythingToJpeg.Shell.vcxproj +++ b/src/EverythingToJpeg.Shell/EverythingToJpeg.Shell.vcxproj @@ -28,13 +28,13 @@ DynamicLibrary true - v145 + v143 Unicode DynamicLibrary false - v145 + v143 true Unicode