From e54ee7617feac6c75715d8c20d77bbc7eae6902c Mon Sep 17 00:00:00 2001 From: dep5 <66961537+dep5@users.noreply.github.com> Date: Sun, 11 Apr 2021 23:47:40 +0900 Subject: [PATCH 1/3] =?UTF-8?q?10.0(=E6=9C=80=E6=96=B0=E3=81=AE=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=82=8B=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3)=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vcx-props/vcxcompat.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcx-props/vcxcompat.props b/vcx-props/vcxcompat.props index 4716c13a17..d83904fe00 100644 --- a/vcx-props/vcxcompat.props +++ b/vcx-props/vcxcompat.props @@ -4,7 +4,7 @@ 10.0.17763.0 - 10.0.18362.0 + 10.0 v141 From e1b12faf61207ebc3ae03634323b2a5459472bd0 Mon Sep 17 00:00:00 2001 From: dep5 <66961537+dep5@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:04:36 +0900 Subject: [PATCH 2/3] =?UTF-8?q?windows10sdk=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vsconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vsconfig b/.vsconfig index c27351ed92..71986b1a96 100644 --- a/.vsconfig +++ b/.vsconfig @@ -6,10 +6,9 @@ "microsoft.visualstudio.component.vc.diagnostictools", "microsoft.visualstudio.component.vc.cmake.project", "microsoft.visualstudio.component.vc.atl", - "microsoft.visualstudio.component.windows10sdk.17763", "microsoft.visualstudio.component.vc.cmake.project", "microsoft.visualstudio.component.vc.testadapterforboosttest", "microsoft.visualstudio.component.vc.testadapterforgoogletest", "microsoft.visualstudio.componentgroup.nativedesktop.win81" ] -} \ No newline at end of file +} From 21fba2c811aafa8f4538f28417d2c864689fffe8 Mon Sep 17 00:00:00 2001 From: dep5 Date: Tue, 13 Apr 2021 22:11:05 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Revert=20"windows10sdk=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e1b12faf61207ebc3ae03634323b2a5459472bd0. --- .vsconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vsconfig b/.vsconfig index 71986b1a96..c27351ed92 100644 --- a/.vsconfig +++ b/.vsconfig @@ -6,9 +6,10 @@ "microsoft.visualstudio.component.vc.diagnostictools", "microsoft.visualstudio.component.vc.cmake.project", "microsoft.visualstudio.component.vc.atl", + "microsoft.visualstudio.component.windows10sdk.17763", "microsoft.visualstudio.component.vc.cmake.project", "microsoft.visualstudio.component.vc.testadapterforboosttest", "microsoft.visualstudio.component.vc.testadapterforgoogletest", "microsoft.visualstudio.componentgroup.nativedesktop.win81" ] -} +} \ No newline at end of file