From 5c78dbc31eb12f5f675a86b3c0d83512d0e9d47a Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Fri, 15 Oct 2021 12:44:31 +0200 Subject: [PATCH] Execute ApplyStackExtension target only if Visual C++ tools can be found. This fixes build fails when using `dotnet build`. Note that the target only works when building using classic msbuild with Visual Studio and VC++/Windows SDK installed. --- ILSpy/ILSpy.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index d54fe2675..140e9d06d 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -133,8 +133,8 @@ - - + +