From e7ab102d5e8d584115ea8a04ec218817f548c624 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 11 Jul 2024 17:03:27 -0700 Subject: [PATCH] Remove v141 support for GDK (#486) --- build/Directory.Build.props | 2 +- build/SetupBWOI.targets | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/build/Directory.Build.props b/build/Directory.Build.props index a8c567c..4526ecc 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 df94195..ea56e5c 100644 --- a/build/SetupBWOI.targets +++ b/build/SetupBWOI.targets @@ -16,10 +16,6 @@ If any of these folders is not present then we assume that the VCTargets has not been setup --> - - - - @@ -98,17 +94,17 @@ SixtyFourBit = (IntPtr.Size == 8) ? true : false; Text="Only supports VS 2019 or VS 2022" /> - + - + - - + + @@ -140,4 +136,3 @@ SixtyFourBit = (IntPtr.Size == 8) ? true : false; -