From fb3fc2f2a4bfe38ad91911fe0160a4a9016bd239 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Fri, 26 Mar 2021 20:27:45 +0100 Subject: [PATCH] Modernize Visual Studio AddIn csproj part 1: Remove duplicate constant definitions and use Microsoft.VSSDK.BuildTools instead of defining VSToolsPath manually. --- ILSpy.AddIn/ILSpy.AddIn.csproj | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index 0e5e53060..3918f317b 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -2,9 +2,6 @@ - - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - net472 @@ -18,6 +15,7 @@ False true + TRACE;VSADDIN True Key.snk @@ -50,6 +48,7 @@ + @@ -202,14 +201,6 @@ true - - TRACE;VSADDIN - - - - TRACE;VSADDIN - -