From f01d5be577d410296175ce262fd5a1e3b6afaeb1 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 11 Jul 2024 17:03:42 -0700 Subject: [PATCH] Remove v141 support for GDK (#458) --- build/Directory.Build.props | 2 +- build/SetupBWOI.targets | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/build/Directory.Build.props b/build/Directory.Build.props index 56aa8aa..c61103d 100644 --- a/build/Directory.Build.props +++ b/build/Directory.Build.props @@ -7,7 +7,7 @@ <_AlternativeVCTargetsPath170>$(ExtractedFolder)VCTargets170\ <_AlternativeVCTargetsPath160>$(ExtractedFolder)VCTargets160\ - <_AlternativeVCTargetsPath150>$(ExtractedFolder)VCTargets150\ + <_AlternativeVCTargetsPath150 Condition="'$(GDKEditionNumber)' != '' AND '$(GDKEditionNumber)' < '241000'">$(ExtractedFolder)VCTargets150\ 15.0 diff --git a/build/SetupBWOI.targets b/build/SetupBWOI.targets index e2b4511..893026b 100644 --- a/build/SetupBWOI.targets +++ b/build/SetupBWOI.targets @@ -16,9 +16,6 @@ If any of these folders is not present then we assume that the VCTargets has not been setup --> - - - @@ -93,16 +90,16 @@ SixtyFourBit = (IntPtr.Size == 8) ? true : false; Text="Only supports VS 2019 or VS 2022" /> - + - + - - + + @@ -132,4 +129,3 @@ SixtyFourBit = (IntPtr.Size == 8) ? true : false; -